Hide quantity discounts for general customers, show for groups only?
I'm looking for a way to hide quantity discounts for everyone except wholesale customers who are assigned to groups.
Does anybody know of a way to do this?
Re: Hide quantity discounts for general customers, show for groups only?
In:-
includes/modules/products_quantity_discounts.php
You will see a range of already-existing conditionals that "hide" quantity discounts, depending of the shop's and user's status.
You may be able to add in a new CASE that will disable this module, unless the viewer is logged in and a member of a group.
Re: Hide quantity discounts for general customers, show for groups only?
Quote:
Originally Posted by
fairestcape
In:-
includes/modules/products_quantity_discounts.php
You will see a range of already-existing conditionals that "hide" quantity discounts, depending of the shop's and user's status.
You may be able to add in a new CASE that will disable this module, unless the viewer is logged in and a member of a group.
Any idea how I would find out what this new case would be? I'm not a programmer... but a little bit of insight or help would help me a lot!
Re: Hide quantity discounts for general customers, show for groups only?
Good argument, nobody for the answer? tks.:smile: