View Single Post
  #5  
Old 01-06-2009, 12:42 PM
  WhiteDoveGifts's Avatar 
WhiteDoveGifts WhiteDoveGifts is offline
 

X-Adept
  
Join Date: Oct 2006
Location: Maarssen, The Netherlands
Posts: 474
 

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

Thanks so far Ash! I managed to get the description below but needed to put the descr. details code line just above my tabs menu to make it show:

<input type="hidden" name="productid" value="{$product.productid}" />
<input type="hidden" name="cat" value="{$smarty.get.cat|escape:"html"}" />
<input type="hidden" name="page" value="{$smarty.get.page|escape:"html"}" />
</form>
{/capture}
{include file="dialog.tpl" title=$product.producttitle content=$smarty.capture.dialog extra='width="100%"'}
{if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{ /if}


You can see the results in the picture. What's still needed is to move up the description text a little (+/- 2 cm) and add equal paddings above and below.

The whole "Details" section needs to move a little upwards, aligning with the Title and also moved a bit to the right, leaving more space between the image and the section.

Last question: Can it hurt to leave the empty table where the {if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{ /if} line used to be in?

Cheers
Attached Thumbnails
Click image for larger version

Name:	product.JPG
Views:	179
Size:	44.4 KB
ID:	1312  
__________________
____________________________
X-Cart Gold 4.1.10

EWD Hosting | CDSEO Pro | One Page Checkout | Smart Search | Telafirma Dynamic Images | X-AOM | Product Importer Pro and many custom mods and tweaks found here...
Reply With Quote