Knowledgebase
How can I create a new tab that loads extra fields information?
Posted by - NA - on 30 November 2010 01:13 PM
SolutionTo create a new tab that uses extra fields and only shows up when that field had data just follow these steps:

1. Click on Extra Fields in your left admin menu.

2. Go to the Add Extra Field section and put in a Field Name. We will use "Ingredients" as our Field Name in the example. ** If you want the extra field to show up in the product details section click the checkbox for "Show", if you want the Extra Fields information to only show up in the tab leave show unchecked.

3.Click Add New

4. Click Dynamic Product Tabs in your left admin menu.

5. Scroll down to the Add section.
Put in a Tab Name:
Ingredients
Put this as the content:

{foreach from=$extra_fields item=v}
{if $v.field eq "Ingredients" && $v.field_value}
{$v.field_value}
{/if}
{/foreach}

Set the Related Module as:
Extra Fields

Click Save

6. Go edit a product and add some Ingredients using the extra field.

For your installation just change the word Ingredients in the extra fields field name and the tab name and tab content.



Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments: