And63 Posted December 28, 2013 Share Posted December 28, 2013 (edited) If you want to add a specific price for the product is to choose I either add it to all customer groups, or adding to a single group. I wish one could add specific prices for several groups at the same time, that is an option in the choice of multiple groups in the form below marked with a red frame. The problem is that in order to add specific prices for 15 products for 10 groups of clients to lose a lot of time - and what a week ... if I change code in \admin_123\themes\default\template\controllers\products\prices.tpl to: <select multiple name="sp_id_group" id="sp_id_group" size="8" > <option value="0">{l s='All groups'}</option> {foreach from=$groups item=group} <option value="{$group.id_group}">{$group.name} </option> {/foreach} </select> to multiple select I make a multi-choice groups of customers, but I'll save it adds special price of only one group of customers - to the highest ID. Can someone help solve this? Edited December 28, 2013 by And63 (see edit history) Link to comment Share on other sites More sharing options...
PascalVG Posted December 29, 2013 Share Posted December 29, 2013 Not a direct solution at the moment, but was wondering if you want to give a discount to ALL products for members of that specific group? If so, and the discount is always the same (% only), you could put the discount in the group itself. (Customers->groups menu.) So if you have say a group VIP, which you want to give a discount of 15% on all products, you could do that here in one time. Maybe this works for you? pascal. Link to comment Share on other sites More sharing options...
vekia Posted December 29, 2013 Share Posted December 29, 2013 i think that solution is here: http://www.prestashop.com/forums/topic/298205-zmiana-sposobu-wyboru-grup-dla-których-jest-cena-specjalna-na-multiwybór/?p=1507980 (unfortunately: Polish language) Link to comment Share on other sites More sharing options...
And63 Posted December 29, 2013 Author Share Posted December 29, 2013 Thank you PascalVG for their willingness to help. Vekia found a solution for me at the above topic. I'm working on its implementation. Thank you for your commitment. Link to comment Share on other sites More sharing options...
PascalVG Posted December 29, 2013 Share Posted December 29, 2013 Let us know if you found working solution in the end, so we can mark the topic as solved. (And let us know what the final solution is that you made, so other people can re-use it :-) ) Thanks, pascal 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