View Single Post
  #1  
Old 01-28-2010, 01:40 AM
  Petepots's Avatar 
Petepots Petepots is offline
 

eXpert
  
Join Date: Aug 2007
Location: Surrey, UK
Posts: 275
 

Default 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
__________________
Version 4.7.2
Reply With Quote