KariL Posted August 30, 2014 Share Posted August 30, 2014 I need a simple product quantity update script that doesn't need to upload csv or any other silly maneuvers. Here is an example: I'm using similar in my current non-presta store and it works. I did try to modify it but it's not working. mysql_query ("UPDATE $ps_product SET quantity='$s[1]', WHERE reference='$s[0]'") or die (mysql_error ()); Obviously this is a simple job for someone who is familiar with mysql and php commands. Link to comment Share on other sites More sharing options...
PeterDesouza Posted August 30, 2014 Share Posted August 30, 2014 Hi Karil, PM sent. check please. Kind Regards Peter Link to comment Share on other sites More sharing options...
CartExpert.net Posted August 30, 2014 Share Posted August 30, 2014 HI Karil. PM sent. Regards.Robin.The CartExpert Team. Link to comment Share on other sites More sharing options...
chrisranjana.com Posted August 30, 2014 Share Posted August 30, 2014 I need a simple product quantity update script that doesn't need to upload csv or any other silly maneuvers. Here is an example: example-update-qty.jpg I'm using similar in my current non-presta store and it works. I did try to modify it but it's not working. mysql_query ("UPDATE $ps_product SET quantity='$s[1]', WHERE reference='$s[0]'") or die (mysql_error ()); Obviously this is a simple job for someone who is familiar with mysql and php commands. Ok so how many products do you want to update ? and would each product have a different or same quantity ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now