@extends('appshell::layouts.private') @section('title') Product Sync @stop @section('content') @if(session('error'))
| SKU | Name | Price | State |
|---|---|---|---|
{{ $product->sku }} |
{{ $product->name }} | ${{ number_format($product->price, 2) }} | @if($product->state == 'active') Active @else {{ $product->state }} @endif |
| No products. | |||
Upload a JSON file exported from another environment. Products whose SKU already exists here will be skipped. New products are always imported as inactive.