View Single Post
  #4  
Old 01-05-2009, 09:57 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: How do I "swap" the product description with the details?

in product.tpl find this

{if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{ /if}

then find this

{if $active_modules.Magnifier ne "" && $config.Magnifier.magnifier_image_popup eq 'Y' && $zoomer_images ne '' && $js_enabled eq 'Y'}
{include file="modules/Magnifier/popup_magnifier.tpl"}
{/if}

cut the first section and put it under the last {/if} so you have this

{if $active_modules.Magnifier ne "" && $config.Magnifier.magnifier_image_popup eq 'Y' && $zoomer_images ne '' && $js_enabled eq 'Y'}
{include file="modules/Magnifier/popup_magnifier.tpl"}
{/if}

<br />< br />

{if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{ /if}
__________________
xcart 5.1.2
Reply With Quote