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)
-   -   Variables in product descriptions v4.3 (https://forum.x-cart.com/showthread.php?t=52006)

Petepots 01-28-2010 01:40 AM

Variables in product descriptions v4.3
 
Hello again all of you

On a previous thread


--------------------------------------------------------------------------------
THIS IS FOR XCART 4.2 AND UP ONLY!

skin1/customer/main/product.tpl

Change this:

Code:
<p class="descr">{$product.fulldescr|default:$product .descr}</p>


to this:

Code:
<p class="descr">{eval var=$product.fulldescr|default:$product.descr}</p>


-----------------------------------------------------------------------------


I do have a question about the below code, it's not in v4.3.

I am going over to v4.3 and need to apply the new code to make my variables work in my description.

I have searched for the code above and cannot find it

Could anyone help me please

cflsystems 01-28-2010 02:52 AM

Re: Variables in product descriptions v4.3
 
Look in skin1/customer/main/product_details.tpl

Petepots 01-28-2010 03:53 AM

Re: Variables in product descriptions v4.3
 
Thanks Steve

I should of seen that


All times are GMT -8. The time now is 09:51 AM.

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