Page 1 of 1

Having a second set of tabs

Posted: Mon May 09, 2016 1:38 pm
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>