X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Adding MSRP to product description page (https://forum.x-cart.com/showthread.php?t=32760)

yuichi 07-23-2007 07:50 PM

Adding MSRP to product description page
 
I am having a bit of a problem.
I wanted to add a MSRP on product detail page, but for some reason, it is not showing..
Here is the code I did put
Quote:

{include file="currency.tpl" value=$products[product].list_price}
This code is supposed to show the MSRP right...?

balinor 07-24-2007 04:11 AM

Re: Adding MSRP to product description page
 
The format of the Smarty variables is different from the category pages to the product pages. You'll need to adjust it. Try:

{include file="currency.tpl" value=$product.list_price}

yuichi 07-24-2007 04:47 AM

Re: Adding MSRP to product description page
 
Thank you Padraic. It all worked!
If it is not too long, do you mind telling me why it is different?
I got the original code from products_t_featured.tpl and placed under product.tpl

balinor 07-24-2007 05:10 AM

Re: Adding MSRP to product description page
 
Because one is pulling data for multiple products and one is pulling for one product.


All times are GMT -8. The time now is 08:53 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.