Hi Rob,
To add an extra tab in the product details list I used this code, please can you let me know if I am on the right track and what I am missing?
<!-- Specifications Tab - Disabled by default -->
The 3rd tab does show on the products detail page but there is no extra rich textbox where I add and edit products. The details of the specifications tab is shown in both the 2nd and 3rd tab when I view the product detail.
http://minipower.co.za/Products
Thank you in advance!
Matt.
To add an extra tab in the product details list I used this code, please can you let me know if I am on the right track and what I am missing?
<!-- Specifications Tab - Disabled by default -->
[TAG:TEST:<prop TestType="setting" TestName="specificationstab.flag" TestValue="1" Action="Show" />]
[TAG:TEST: <prop TestType="valueof" FieldXPath="genxml/edt/txtedit" TestValue="" Action="Hide" />]
[TAG:TEST:<prop TestType="valueof" TestName="Description" TestValue="" Action="Hide" />]
<li><a href="#tabs-2">Applicable Vehicles</a></li>
[TAG:END]
[TAG:END]
[TAG:END]
<!-- End Specifications Tab --><!-- Specifications Tab - Disabled by default -->[TAG:TEST:<prop TestType="setting" TestName="specificationstab2.flag" TestValue="1" Action="Show" />]
[TAG:TEST: <prop TestType="valueof" FieldXPath="genxml/edt/txtedit" TestValue="" Action="Hide" />]
[TAG:TEST:<prop TestType="valueof" TestName="Description" TestValue="" Action="Hide" />]
<li><a href="#tabs-7">Applicable Devices</a></li>
[TAG:END]
[TAG:END]
[TAG:END]
<!-- End Specifications Tab --><!-- Specifications Content Panel - Disabled by default -->[TAG:TEST:<prop TestType="setting" TestName="specificationstab.flag" TestValue="1" Action="Show" />]
[TAG:TEST: <prop TestType="valueof" FieldXPath="genxml/edt/txtedit" TestValue="" Action="Hide" />]
<div id="tabs-2"><div class="Specifications"><h3>Applicable Vehicles</h3>
[TAG:XMLDATA:genxml/edt/txtedit]</div></div>[TAG:END]
[TAG:END]
<!-- End Specifications Content Panel --> <!-- Specifications Content Panel - Disabled by default -->[TAG:TEST:<prop TestType="setting" TestName="specificationstab2.flag" TestValue="1" Action="Show" />]
[TAG:TEST: <prop TestType="valueof" FieldXPath="genxml/edt/txtedit" TestValue="" Action="Hide" />]
<div id="tabs-7"><div class="Specifications"><h3>Applicable Devices</h3>
[TAG:XMLDATA:genxml/edt/txtedit]</div></div>[TAG:END]
[TAG:END]
<!-- End Specifications Content Panel -->
I created a new productxmldata.template called productxmldata3.template and a specificationstab.flag and named it specificationstab2.flag.The 3rd tab does show on the products detail page but there is no extra rich textbox where I add and edit products. The details of the specifications tab is shown in both the 2nd and 3rd tab when I view the product detail.
http://minipower.co.za/Products
Thank you in advance!
Matt.