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