ietax Posted March 15, 2014 Share Posted March 15, 2014 (edited) Hi, I need PHP script for update actionUpdateQuantity HOOK. Sometimes I need to update my products on marketplace modules. I change price by PHP script and I have not update price on my marketplace. I should clic save for each product. I now that i should use HOOK actionUpdateQuantity How can i insert it on my script? thanks Edited March 15, 2014 by ietax (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted March 15, 2014 Share Posted March 15, 2014 i don't understand you well. Quote Sometimes I need to update my products on marketplace modules. you mean that you sell items on official marketplace with addons? Quote I change price by PHP script and I have not update price on my marketplace. on addons store? Quote I now that i should use HOOK actionUpdateQuantity this hook is totally not related to prices Link to comment Share on other sites More sharing options...
ietax Posted March 15, 2014 Author Share Posted March 15, 2014 Hi, thanks for your answer. Sometimes I used PHP script (change price database 2 table) fot update all my specific category price. But this operation do not give input for update AMAZON and EBAY module. For update products on ebay and amazon i need to open single product and click on save. How can I simulate each click category for mass update on ebay and amazon. I hope you understeand better.. sorry for my bad explain. Thanks Link to comment Share on other sites More sharing options...
ietax Posted March 25, 2014 Author Share Posted March 25, 2014 How can I simulate each click category for mass update on ebay and amazon? I tried to change on DB date_upd field but it does not work. Where I can chenge value in DB for update product? If I click on save, it will update. How can I "click on save" on my database? Thanks Link to comment Share on other sites More sharing options...
cleoni Posted June 27, 2014 Share Posted June 27, 2014 Hello, a simple script looping all the active products and calling the actionUpdateQuantity hook shouldn't be difficult to write. Is there anybody having done it already? Link to comment Share on other sites More sharing options...
zetaclick Posted August 26, 2014 Share Posted August 26, 2014 On 6/27/2014 at 11:38 AM, cleoni said: Hello, a simple script looping all the active products and calling the actionUpdateQuantity hook shouldn't be difficult to write. Is there anybody having done it already? Hello Cleoni, can you give me some ideas of code to how to do it? Thanks in advance. -- Miquel www.zclick.es 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