Show Original Price before Discount?

Hey guys!

I’m at wits end here. It seems that this is not a built in function with oxid which i think it should be.

I’m trying to display the original price of an item before a discount is applied to it.

The default is the strikethrough with the RRP. I’m trying to do the same thing with orig price -> discount

Is there any way to do this? I’m pretty sure there is, if so, I would really appreciate it if anyone can point me toward the right direction.

Thanks in Advance!

Hey ezkl,

am afraid this is not possible by default. But you can do the following:
[ul]
[li]change in admin -> discounts -> quantity from “0” to whatever you want instead of “from 1” to display the discounted price in the product details page.
[/li][li]write a module similar to http://www.marco-steinhaeuser.de/how-to-write-a-module-for-oxid-eshop-display-you-will-save-x-percent-on-the-product-details-page.html to display the original price (instead of the saving in this example).
[/li][/ul]

Regards