# Where can I find the old product price in TPL if the customer group discount is turned on?

**URL:** https://forum.shopware.com/t/where-can-i-find-the-old-product-price-in-tpl-if-the-customer-group-discount-is-turned-on/54886
**Category:** International (English Only)
**Tags:** themes--design
**Created:** [30. August 2018 um 07:56 UTC](https://forum.shopware.com/t/where-can-i-find-the-old-product-price-in-tpl-if-the-customer-group-discount-is-turned-on/54886 "2018-08-30T07:56:42Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Ermin](https://avatars.discourse-cdn.com/v4/letter/e/439d5e/32.png) [@Ermin](https://forum.shopware.com/u/Ermin)
#### Post date: [30. August 2018 um 07:56 UTC](https://forum.shopware.com/t/where-can-i-find-the-old-product-price-in-tpl-if-the-customer-group-discount-is-turned-on/54886/1 "2018-08-30T07:56:42Z")

</div>

Greetings everyone.&nbsp;

I have turned on the discount for a certain customer group, and made sure that the new price is shown. Not, what I want to do is to show both the old price and the new one, so the customer can see the original price, and realize the benefits of being a member of a customer group.&nbsp;

Thank you very much

---

<div class="post-metadata">

### Author: ![PStadtfeld](https://avatars.discourse-cdn.com/v4/letter/p/3bc359/32.png) [@PStadtfeld](https://forum.shopware.com/u/PStadtfeld)
#### Post date: [13. September 2018 um 10:55 UTC](https://forum.shopware.com/t/where-can-i-find-the-old-product-price-in-tpl-if-the-customer-group-discount-is-turned-on/54886/2 "2018-09-13T10:55:34Z")

</div>

If the customer group got it’s own price in the article backend you should be able to give it a pseudo price as well.

As soon as the pseudo price field is filled it will display on the details page of the article as a small price with line through it next to the customer groups actual price.

&nbsp;

Alternatively you can access the article prices via $sArticle object in smarty (inside the tpl).

Be aware: changes done to the article or its prices can require a cache clear before they show up on the frontend.
