@include('Global.dashboardheaderlinks')
@include('partials.sidebar')
@include('partials.header')
Products
Add Product
{{--
Filter
Filter Options
Status:
Approved
Pending
In Process
Rejected
Member Type:
Author
Customer
Notifications:
Enabled
Reset
Apply
Create
--}}
@if(session()->has('message'))
{{ session()->get('message') }}
@elseif(session()->has('error'))
{{ session()->get('error') }}
@endif
@csrf
Product Image
Set the product image. Only *.png, *.jpg and *.jpeg image files are accepted
Status
Published
Inactive
Set the product status.
Product Details
Categories
@foreach ($categories as $item)
{{$item->name}}
@endforeach
Add product to a category.
General
Advanced
General
Product Name
A product name is required and recommended to be unique.
Description
Set a description to the product for better visibility.
{{--
Upload 4k Image
Set a description to the product for better visibility.
--}}
Upload 4K Product Image
Set the product image. Only *.png, *.jpg and *.jpeg image files are accepted
Inventory
SKU
Enter the product SKU.
Variations
Add Product Attributes
@foreach ($variations as $item)
{{$item->name}}
@endforeach
Add another attribute
Save attribute
Pricing
Unit Price
Set the product unit price.
Sale Price
Set the product sale price.
Quantity
Set the product quantity.
Set Discount Percentage
0
%
Set a percentage discount to be applied on this product.
Fixed Discounted Price
Set the discounted product price. The product will be reduced at the determined fixed price
Save Product
@include('partials.footer')
@include('Global.dashboardfooterlinks')