t0z3 Posted February 3, 2011 Share Posted February 3, 2011 Hi!I have a customer group with 25% discount (reseller) the group works fine butif i create a special price for a product(s), for instance -10%, the reseller group will get 35% :/Is there a way for products with special price not being affect by customer group discounts?Thank you. Link to comment Share on other sites More sharing options...
t0z3 Posted February 7, 2011 Author Share Posted February 7, 2011 So you don't want group discounts on already discounted items? Search for the following in classes/Product.php: // Group reduction It's the code after that you need to change. Try changing: if ($usereduc) to: if ($usereduc AND !$reduc) That should hopefully not apply group reductions when the price reduction is greater than 0.RockyThank you Rocky. Link to comment Share on other sites More sharing options...
coyners25 Posted May 19, 2011 Share Posted May 19, 2011 HI, Did this work in V1.4?Im looking for a fix to handle Mass Discounts For example I may have a product ABC setup with a discount of 15% already. I then want to apply a Store Wide discount of a 10%. This should not alter the discount on product ABC i.e it will have a discount of 15% only. Thanks Alan 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