Please enable JavaScript.
Coggle requires JavaScript to display documents.
PRODUCT / LISTING CRUD, $table->id();
$table->string('SKU')…
PRODUCT / LISTING CRUD
CRUD PRODUCT
TABLE
-
-
-
-
-
-
-
-
-
-
-
-
$table->text('product_badge'); Enable to set this product as a new product. A "New" badge will be added to this product.
-
-
-
-
-
-
-
$table->id();
$table->string('SKU'); Product ID
$table->string('product_name'); Product Name
$table->text('cutomer_reviews'); Customer Review Stars
$table->text('categories'); Check Box
$table->text('short_description'); Summary ?255
$table->text('add_media'); Main Image
$table->text('media_gallery'); Carousel Gallery
$table->text('price'); £0.00
$table->text('sale_price'); $0.00
$table->text('detail'); Detailed desciprion
$table->text('inventory'); Manage Stack level
$table->text('product_badge'); Enable to set this product as a new product. A "New" badge will be added to this product.
$table->text('purchase_note'); Customer Notes
$table->text('store_name'); Store Name Linked to Store URL
$table->text('brands'); Product Brand Name sold by store
$table->text('product_Badge'); Enter your preferred SaleFlash text. Ex: New / Free etc
$table->text('meta_title');
$table->text('meta_description');
$table->timestamps();