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

How to add a .tpl to a tab?

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 12-14-2008, 10:02 AM
 
Doctored Locks Doctored Locks is offline
 

Advanced Member
  
Join Date: Dec 2008
Posts: 42
 

Default How to add a .tpl to a tab?

Can anyone tell me how to add a .tpl (its a form for price matching) into a tab? We have the extended tabs mod installed.

Thanks in advance!!
-Melinda
__________________
Version 4.1.11 Pro
Add-on: X-Affiliate
Add-on: X-RMA
Add-on: X-FancyCategories
Reply With Quote
  #2  
Old 12-14-2008, 11:41 AM
 
Doctored Locks Doctored Locks is offline
 

Advanced Member
  
Join Date: Dec 2008
Posts: 42
 

Default Re: How to add a .tpl to a tab?

I got it working now, but just in case anyone else was wondering:

STEP 1:
in admin area you need to run this SQL-query on Patch page:

insert into xcart_product_tabs values (100, 'New Tab', '', 'Y', 'A', 4);

If you want to create more tabs with TPL use SQL-queries in this format:
NOTE: parameter #5 must be unique (S, D, U, R, C latters already are used).

insert into xcart_product_tabs values (101, 'New Tab2', '', 'Y', 'B', 4);

STEP 2:
in skin1/modules/xCartMod_Tabs/product_tabs.tpl find this line:

{elseif $tab.type eq "D"}

and put right before it this code:

{elseif $tab.type eq "A"}
<p />
{include file="modules/Detailed_Product_Images/product_images.tpl" }

NOTE: "A" - is unique modifier, modules/Detailed_Product_Images/product_images.tpl - any required TPL-file
__________________
Version 4.1.11 Pro
Add-on: X-Affiliate
Add-on: X-RMA
Add-on: X-FancyCategories
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:36 PM.

   

 
X-Cart forums © 2001-2020