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

Product.tpl Swap detailed image and send to a friend

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 11-15-2005, 02:18 AM
 
uprising uprising is offline
 

Advanced Member
  
Join Date: Jun 2005
Posts: 32
 

Default Product.tpl Swap detailed image and send to a friend

I'd like to swap the order of "send to a friend" and "detailed images" so that the detailed images appear first.

I've found the lines of code for showing the detailed images but when I move them to be before the "send to a friend" code nothing after the detailed images appears to be displayed.

I figure I'm not putting the code in the right place. Can anyone give me a clue where the lines of code need to be inserted so that detailed images display before "send to a friend"
__________________
X-Cart version 4.3.2
PHP 5.2.4-2ubuntu5.10 Details >>
GD 2.0 or higher
MySQL server 5.0.51a-3ubuntu5.7
MySQL client 5.0.51a
Web server Apache/2.2.8 (Ubuntu) mod_python/3.3.1 Python/2.5.2 PHP/5.2.4-2ubuntu5.10 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g mod_perl/2.0.3 Perl/v5.8.8
Operation system Linux

Customer Contact via osticket
[url]www.audio-excstasy.co.uk/helpdesk/url]
Reply With Quote
  #2  
Old 11-15-2005, 02:31 AM
 
QVS QVS is offline
 

Senior Member
  
Join Date: Nov 2004
Posts: 136
 

Default

ok this is what i did, maybe not the best way, but it works fine for me on 4.0.14......


edit customer/main/product.tpl

around line 158 find -

Code:
{include file="customer/main/send_to_friend.tpl" } {if $active_modules.Detailed_Product_Images ne ""} {include file="modules/Detailed_Product_Images/product_images.tpl" } {/if}


change to:


Code:
{if $active_modules.Detailed_Product_Images ne ""} {include file="modules/Detailed_Product_Images/product_images.tpl" } {/if} {include file="customer/main/send_to_friend.tpl" }
__________________
xcart version 4.1.6
UK - Brighton

QVS ELECTRICAL SUPPLIES - http://www.qvsdirect.com

We supply a huge range of cables, electrical accessories, heating, ventilation, fire and security products, consumer units & circuit distribution, indoor and outdoor lighting, showers and water heating, tools and fixings, timer switches, sockets, switches, air conditioning, trunking, and much much more.
Reply With Quote
  #3  
Old 11-15-2005, 03:17 PM
 
uprising uprising is offline
 

Advanced Member
  
Join Date: Jun 2005
Posts: 32
 

Default

Thanks for the tip here QVS, I was in the right area but not quite close enough with my previous attempts, this worked fine for me too, just had to add a

in there to get the spacing right but otherwise spot on
__________________
X-Cart version 4.3.2
PHP 5.2.4-2ubuntu5.10 Details >>
GD 2.0 or higher
MySQL server 5.0.51a-3ubuntu5.7
MySQL client 5.0.51a
Web server Apache/2.2.8 (Ubuntu) mod_python/3.3.1 Python/2.5.2 PHP/5.2.4-2ubuntu5.10 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g mod_perl/2.0.3 Perl/v5.8.8
Operation system Linux

Customer Contact via osticket
[url]www.audio-excstasy.co.uk/helpdesk/url]
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 09:15 PM.

   

 
X-Cart forums © 2001-2020