
Originally Posted by
From the Readme
Tabbed Lite Patch for 3.7 preview
This is a preview/patch for the new sub tagging coming up in the next version.
It is only meant to patch Tabbed Lite version 3.6AE and is not a full release!
It won't break your existing tab setup, it only adds new features based on new tags that you could add.
The new feature is the use of sub_tags to put more than one hardcode tag item on any tab you wish.
For example you can put the add to cart button on the same tab as the additional images, or the attribute options on the same tab as the customers also purchased.
To use:
The new tabs use <!--*sub_xxx(#)*-->. When entering data in your Product Description area in the admin panel, simply add a tag with the number of the tab you want it to be on.
Supported tags at this time (case sensitive):
<!--*sub_AddToCart(#)*-->
<!--*sub_AttributeOptions(#)*-->
<!--*sub_AdditionalImages(#)*-->
<!--*sub_CustomersAlsoPurchased(#)*-->
<!--*sub_CrossSell(#)*-->
EXAMPLE:
<!--%Product Description%-->
This is the stuff on the first tab. It also has Add To Cart button on it. (by itself)
<!--*sub_AddToCart(1)*-->
<!--%Custom Tab 2%-->
This tab has Add to cart & Attribute Options on it
<!--*sub_AddToCart(2)*-->
<!--*sub_AttributeOptions(2)*-->
<!--%Images & Also Purchased%-->
<!--*sub_AdditionalImages(3)*-->
<!--*sub_CustomersAlsoPurchased(3)*-->
(the last tab has additional images and customers also purchased on it with no text)
Bookmarks