Jump to content

[SOLVED] Move product text


Recommended Posts

have you got short description defined for this product?

 

anyway, if you want to move long description there where you want, open product.tpl file and move this code:

{$product->description}

right after this one:

<h1>{$product->name|escape:'htmlall':'UTF-8'}</h1>

you will see ther <div id="short_description_block"> add it there

Link to comment
Share on other sites

×
×
  • Create New...