Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Moving Product Info Boxes

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 12-12-2006, 07:34 PM
  thentavius's Avatar 
thentavius thentavius is offline
 

Advanced Member
  
Join Date: Dec 2006
Posts: 34
 

Default Moving Product Info Boxes

Is there any way to move around the individual product info boxes that appear on a product page? I would specifically like to move the "Detailed Images" box up beneath the main product description box, pushing the "send to a friend" box down below it.

Is there any way to do this?

Thank you so much for your help.
__________________
XCart Gold - 4.0.19
Server using: Debian GNU/Linux with PHP 4.4.0
Reply With Quote
  #2  
Old 12-13-2006, 03:08 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Moving Product Info Boxes

Yes, you just open up customer/main/product.tpl and move things around. You'll need to know a bit of html to understand the table layout. Each 'module' is a line of code, so if you wanted to switch detailed images and send to friend, replace this:

{include file="customer/main/send_to_friend.tpl" }
{if $active_modules.Detailed_Product_Images ne ""}
<P>
{include file="modules/Detailed_Product_Images/product_images.tpl" }
{/if}

with this:

{if $active_modules.Detailed_Product_Images ne ""}
<P>
{include file="modules/Detailed_Product_Images/product_images.tpl" }
{/if}
{include file="customer/main/send_to_friend.tpl" }

Moving to Template Editing.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #3  
Old 12-20-2006, 05:20 PM
  thentavius's Avatar 
thentavius thentavius is offline
 

Advanced Member
  
Join Date: Dec 2006
Posts: 34
 

Default Re: Moving Product Info Boxes

Thank you very much for your help!
__________________
XCart Gold - 4.0.19
Server using: Debian GNU/Linux with PHP 4.4.0
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 11:26 AM.

   

 
X-Cart forums © 2001-2020