store_code | id | @if($type != 2)region_id | @endifprice | sale_price | quantity | @if($type != 2)availability | availability_date | @endif
---|---|---|---|---|---|---|---|
{{ $row["store_code"] }} | {{ $row["id"] }} | @if($type != 2){{ $row["region_id"] }} | @endif{{ $row["price"] }} | {{ $row["sale_price"]}} | {{ $row["availability"]}} | @if($type != 2){{$row["availability"]?"in_stock":($row["availability_date"]?"backorder":"out_of_stock")}} | {{ !$row["availability"]?"":$row["availability_date"]}} | @endif
{{ $row["store_code"] }} | {{ $row["id"] }} | {{$row["region_excluded"]}} | {{ $row["price"] }} | {{ $row["sale_price"]}} | 0 | out_of_stock | |
No Data |
SKU | Product Name | Product Image URL | Product Page URL | GTIN |
{{ $row["id"] }} | {{ $row["short_description"] }} | {{ $row["image"] }} | {{ $row["url"] }} | {{ $row["upc"]}} |
No Data |