Search the Community
Showing results for tags 'productid'.
-
I am new to prestashop. I want to get product id from prestashop admin product list page. Product list tables are created as TPL file format. I want only product id, i dnt know how to completes that progress.
- 1 reply
-
- adminblock
- prestashop
-
(and 3 more)
Tagged with:
-
Hi, I want to get records from ps_stock_available without default "0" attribute if product has attribute. As you know in ps_stock_available table show's default attribute as 0 for example ... id_product id_product_attribute 1 0 1 12 1 13 1 14 2 0 3 0 4 0 4 1 4 2 4 4 What i want is to get records by mysql query such as... id_product id_product_attribute 1 12 1 13 1 14 2 0 3 0 4 1 4 2 4 4 Let me know if someone can help.
-
I have recently found that the import feature has suddenly started only showing the "Product ID*" field. we have recently set up Cloudflare and Express Cache. We have had to change "Check the IP address on the cookie" to No otherwise we can't import images (Due to Cloudflare) I have tried disabling the features of cloudflare and disabling the Express cache Module. Neither option has returned the capability to import csv files. this is the case on import types; Combinations Products Categories, Customers, Address, Manufacturers, suppliers only show "ID" Looks to me that it is not reading the csv file properly, so i have also tried an old csv that i know worked previously and this has not helped.