@include('./admin/util/header')

Product Management

@csrf
Basic Information
Please enter the item name.
@if($itemID == 0) @else
Item number cannot be changed after creation. @endif
Please enter the item number.
Please select an item medium.
Please select a category.
Modify the supplier list
Pricing Information
$
Please enter the full retail price.
$
Please enter the non-profit price.
$
Please enter the government price.
$
Please enter the CGU student price.
$
Please enter the researcher price.
$
Please enter the non-CGU student price.
$
$
Inventory & Shipping
@if (config('app.stockSystem') != "noTrack")
Please enter the items in stock.
@else @endif @if (config('app.shippingSystem') == "flatFee")
$
Please enter a valid shipping cost.
Please enter a valid sort order number.
@endif @if (config('app.shippingSystem') == "weight")
Please enter a valid weight in grams.
Convert: Lbs.: Ounces:
Please enter a valid weight in ounces.
Convert: Lbs.: Grams:
@endif
Product Details
Please enter a description (max 250 characters).
Characters left:
Please enter additional details (max 250 characters).
Characters left:
Product Images
Main Image
@if ($itemID != 0 && $imageName1 != "")
Current product image
@else

Add an image for this item by uploading below.

@endif
Accepted formats: JPEG, PNG, JPG, GIF. Max size: 2MB
@if ($itemID > 0) @endif
Thumbnail Image
@if ($itemID != 0 && $imageName2 != "")
Current thumbnail
@else

Add a thumbnail image for this item by uploading below.

@endif
Accepted formats: JPEG, PNG, JPG, GIF. Max size: 2MB
@if ($itemID > 0) @endif
Settings & Options
Please specify if this item should be displayed to customers.
Cancel
@include('../util/footer')