awahab Posted February 5, 2014 Share Posted February 5, 2014 Hi, I am a new in Prestashop can any buddy knows how to update the product price and stock through using the query or cvs import or any other method to update these product info. Link to comment Share on other sites More sharing options...
RogueWaveLimited Posted February 5, 2014 Share Posted February 5, 2014 I think you can create a CSV with UPC and quantity and import that. Same for price - create a CSV with UPC and price and import. Try it with ONE product first to make sure it works. I'm not positive that UPC as the key will work but I'm pretty sure that product ID and probably NAME as well would work. Link to comment Share on other sites More sharing options...
new_12 Posted February 6, 2014 Share Posted February 6, 2014 my update query not working.. $edit_id = $_POST['invoice_id']; $update = 'UPDATE database_name SET "Product_Name" = '.$_POST["prdt_nme"].' WHERE `vc_id`= '.$edit_id.''; Db::getInstance()->execute($update); Link to comment Share on other sites More sharing options...
awahab Posted February 6, 2014 Author Share Posted February 6, 2014 Hi, Please provide the accurate solution to update the inventory and price of the product. Hi, #RogueWaveLimited where can i import these data from BO please define me in detail..... Link to comment Share on other sites More sharing options...
Recommended Posts