Separating Tabber

Tabbed Product and Fragment Descriptions.
Post Reply
andrew_berry
Posts: 7
Joined: Thu Jul 14, 2011 3:49 pm

Separating Tabber

Post by andrew_berry »

Hi all

Is there a way to keep the Product Description at the top of the Product Layout (just under the Product Heading) and the Tabber at the bottom Product Layout after the Add to Cart Button
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: Separating Tabber

Post by norman »

Yes. Covered in the Tabber ReadMe. Look for:

ADVANCED CUSTOMISATION

The tabs are usually displayed inline with the description but a more sophisticated
layout can be achieved by separating the description text from the tabbed display.
Do this by replacing:

<actinic:variable name="ProductDescription" />

with:

<actinic:variable name="TabbedDescription" value="TabbedProductPrefix" />
<actinic:variable name="TabbedDescription" value="TabbedProductTabs" />
<actinic:variable name="TabbedDescription" value="TabbedProductSuffix" />


TabbedProductPrefix is the description before the tabbed text.
TabbedProductSuffix is the description after the tabbed text.
TabbedProductTabs is the tabbed display.
These can be located in different places in your layout if required.

A similar set of layouts is available for Fragments and Extended Info text.
Norman
Post Reply