Implement add Items to ShoppingCart
This commit is contained in:
6
prototype/scripts/addarticles.sql
Normal file
6
prototype/scripts/addarticles.sql
Normal file
@ -0,0 +1,6 @@
|
||||
INSERT INTO article_offers ("manufacturer", "article_number", "vat_percent")
|
||||
VALUES ("McDonalds", "1", 7);
|
||||
|
||||
INSERT INTO articles ("related_id", "shop_price_per_unit_net_cent", "warehouse_units_per_slot", "should_reorder", "reorder_max_price", "title", "description", "image_id")
|
||||
VALUES (1, 19.99, 10, 1, 15, "Huge Hamburger", "This huge Hamburger is awesome!", NULL);
|
||||
|
Reference in New Issue
Block a user