View Single Post
  #5  
Old 03-20-2014, 08:36 AM
 
Mark N Mark N is offline
 

Senior Member
  
Join Date: Sep 2011
Posts: 121
 

Default Re: Custom Product Tabs

Ok Tony, stumped again. I made a global attribute (extended_spec) and fed data into it for a product. I want two things to happen:

1. For extended_spec to NOT show up on the standard Specifications tab and
2. To have it show up in the newly created "Extended Specifications" tab.

I tried this for my skins/default/modules/Alinc/CustomTabs/extended_spec.tpl:

PHP Code:
{** 
 * @
ListChild(list="product.details.page.tab.extended_spec")
 *}
<
ul class="extra-fields">
  <list 
name="product.details.common.product-attributes.attributes" />
</
ul

But all this does is show the same content as the Specifications tab. How do I actually get it to populate?

Also, ultimately want "Related Products" to populate into its own tab - how would I do this?

Thank you again for all your help!

-Mark
__________________
X-Cart Gold Plus 4.6.5
Mods - WebsiteCM Dynamic Product Tabs, Smack Digital CDSEO Pro, AlteredCart Smart Search, AlteredCart One Page Checkout, Cart Works Power Filter, Firetank Software Feed Manager
Reply With Quote