![]() |
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 |
Re: Variables in product descriptions v4.3
Look in skin1/customer/main/product_details.tpl
|
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.