Jump to content

[Solved] Special prices. Please help


t0z3

Recommended Posts

Hi!

I have a customer group with 25% discount (reseller) the group works fine but
if 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


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.

Rocky




Thank you Rocky.

Link to comment
Share on other sites

  • 3 months later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...