do2go Posted December 14, 2013 Share Posted December 14, 2013 Hello! I got sample question. I know how to manage global discounts - but for my client I need to do reverse. Is there any way I can add globaly for example 10% to the all prices (except tax). Problem: Huge amount of products are imported (arround 30 000) and those products got basic price from source. Client need to set his margine of for ex. 10%. How can he do that to all products at once? I will be thankfull for any help! Link to comment Share on other sites More sharing options...
doekia Posted December 14, 2013 Share Posted December 14, 2013 Thru a SQL query, adjust price on tables product, product_attribute. Depending on your version you may also need to adjust the prices on product_shop and product_attribute_shop Link to comment Share on other sites More sharing options...
do2go Posted December 14, 2013 Author Share Posted December 14, 2013 thanks for your anwser! I can do that - but I have to have option for the client it self to adjust prices from Admin Panel. I was thinking about copy the discount system and reverse it? Make sens? Link to comment Share on other sites More sharing options...
doekia Posted December 14, 2013 Share Posted December 14, 2013 I am confused ... what do you call a client? Duplicating the discount system will do but... do you have an idea what do it mean? Rewriting portion of: cart, order, product either classes and associated js... That is massive. If client mean owner of shop which are client of you... make a sort of a form for them to adjust their price ... or whatever ... Link to comment Share on other sites More sharing options...
Paulito Posted December 14, 2013 Share Posted December 14, 2013 Good morning I assume it is your client that need to update the prices from the back office, so it would be a lot better to use a "mass price update" module Just a thought Paul 1 Link to comment Share on other sites More sharing options...
do2go Posted December 14, 2013 Author Share Posted December 14, 2013 Thank you! its exacly what I was looking for! Will let you know if it works Link to comment Share on other sites More sharing options...
Recommended Posts