i want to add product using query. anybody can assist me?
i try to insert using this query
INSERT INTO product (Name)
VALUES ('tes product');
but the product doesn't displayed in product page
please help me
i want to add product using query. anybody can assist me?
i try to insert using this query
INSERT INTO product (Name)
VALUES ('tes product');
but the product doesn't displayed in product page
please help me
Why do you want to do that? WSI is much easier to handle when it comes to that.
Because I am creating my own win service to monitor a folder that can be accessed via FTP.
also I do a product customization that need to insert to another new custom table. so that folder contains CSV file with thousand lines and need to insert to product table and new custom tables
I haven't tried doing this, but you probably need to also insert a PRODUCT_VARIANT corresponding to your PRODUCT. Otherwise you won't have a PRODUCT_VARIANT.PRICE