![]() |
Putting RRP and savings (as $) in product page.
Hi guys,
Can someone please tell me how I can edit product page to show the RRP along with a saving in $ (not %) with the sale price. For example: RRP: $89.95 Our Price: $69.95 Save $20.00! There was a similar thread, but that wasn't much help. Any help would be greatly appreciated. Many thanks. |
Re: Putting RRP and savings (as $) in product page.
Anyone??
Please.... |
Re: Putting RRP and savings (as $) in product page.
Has no-one implemented such a mod?
I think it's a very good idea, from a sales perspective. |
Re: Putting RRP and savings (as $) in product page.
Try this...
Code:
{if $product.list_price ne "0"} |
Re: Putting RRP and savings (as $) in product page.
Hey thanks so much for your help.
Though it didn't work. I kept getting an error. Can you please tell me which file I should edit, and where? I'm almost certain it should be product.tpl Cheers. :) |
Re: Putting RRP and savings (as $) in product page.
There was a typo, I've updated the code.
Demo - http://www.xcartmods.co.uk/demos/4018/product.php?productid=16134 The file is /skin1/customer/main/product.tpl |
Re: Putting RRP and savings (as $) in product page.
Worked a charm.
You're a master! I'm indebted to you. Thanks. |
Re: Putting RRP and savings (as $) in product page.
Doesn't the 4.1.x Version sort of do this by default, except it gives a % saving? (which, I suppose, could easily be changed...)
|
Re: Putting RRP and savings (as $) in product page.
Is there anyway to edit that code so that if nothing is entered as list price, nothing else apart from the price itself shows.
Because, now for items with no saving I get RRP: $29.95 Our Price: $29.95 You Save: $0.00! Many thanks. |
Re: Putting RRP and savings (as $) in product page.
Set your RRP to zero and it won't appear.
|
Re: Putting RRP and savings (as $) in product page.
Hi, when I put zero in RRP nothing at all shows.
No RRP, List Price, or Saving. Please help. :( |
Re: Putting RRP and savings (as $) in product page.
Double check you've used my updated code.
|
Re: Putting RRP and savings (as $) in product page.
Yeah sure I have.
The other wasn't working. Unless you've updated the code again? |
Re: Putting RRP and savings (as $) in product page.
Code:
{if $product.list_price gt $product.taxed_price} |
Re: Putting RRP and savings (as $) in product page.
This code gives me an error.
:( |
Re: Putting RRP and savings (as $) in product page.
It would help if you post the error.
|
All times are GMT -8. The time now is 09:58 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.