View Single Post
  #2  
Old 09-26-2011, 05:35 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: Re-order bottom tabs.

You are looking for /include/product_tabs.php.

After line 54:
$product_tabs = array();

The sections below this define the individual tabs, just change the order that they appear in the document. Move the code block that represent "Send to Friend" below the others. This is the send to friend block, line 111 on my system:
Code:
if ($config['Appearance']['send_to_friend_enabled'] == 'Y') { $product_tabs[] = array( 'title' => func_get_langvar_by_name('lbl_send_to_friend'), 'tpl' => 'customer/main/send_to_friend.tpl', 'anchor' => 'send2friend' ); }
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote