Having a second set of tabs

Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Having a second set of tabs

Post by norman »

Tabber V5 is very flexible and can support several sets of tabs on a product.

E.g. you could use the Extended Information / Text field (you don't need to create an Extended Info page to use this field) to display an additional set of tabs.

Just add the following to your product layout to enable this:

Code: Select all

<div class="product-text"><actinic:variable name="ExtendedInfoText" /></div>
Or you could have a set of fixed purpose tabs containing hard-coded text:

Code: Select all

<div class="product-text">{Delivery}Delivery description here.{Returns}Returns info here.</div>
Norman
Post Reply