duncanmoo Posted November 10, 2011 Share Posted November 10, 2011 I have not been using PS for that long so not sure if this is a bug or intended: I have a wholesale group set up with a discounted rate, so when a member of this group logs in they see the discounted price, great. BUT these are my issues: I also want to display the original price I want to be able to override this discount on a product level Displaying Original Price Looking in the template there is a function: {$product->getPriceWithoutReduct(true, $smarty.const.NULL)} Surely this should return the price before the group reduction has been applied? No it returns the reduced price. Override Discount Rate Trying to override the discount by going into a specific product and adding a group discount specific price results in a further discount of the price for members of the group, so if the original price was $790, and the discount on the group was 10% members would see $711, BUT if a specific group discount is set at 15% the price now displays values:getPrice - 604.35 getPriceWithoutReduct - 711 if a specific price for the group is set at $200 the price now displays values (I removed the product specific discount above):getPrice - 180 getPriceWithoutReduct - 180 The issue is that I thought I would be able to override the group discount with a specific price discount on the item level, but even the value returned by the function getPriceWithoutReduct is the reduced rate. Sorry hope this makes sense; I am using PS 1.4.5.1 Thanks, Duncan Link to comment Share on other sites More sharing options...
jonarve Posted November 10, 2011 Share Posted November 10, 2011 Same problem here. Also when I add a discount per product category (not group) Link to comment Share on other sites More sharing options...
duncanmoo Posted November 17, 2011 Author Share Posted November 17, 2011 So is this a bug? is this how it is meant to work? Can a moderator or PS expert give some input? Link to comment Share on other sites More sharing options...
duncanmoo Posted December 9, 2011 Author Share Posted December 9, 2011 I found another thread on this topic but it also went unresolved, I could sort this out in my templates if only I knew how to get a price before ANY discount is applied. Link to comment Share on other sites More sharing options...
iamadams Posted November 27, 2012 Share Posted November 27, 2012 No luck on figuring this out? Link to comment Share on other sites More sharing options...
dokorek Posted October 14, 2013 Share Posted October 14, 2013 Any solution yet? 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