Ok that's sorted.
You just needed to ensure your ID's were different for the new tab. I applied 'txtedit1' for the 3rd tab throughout.
productxmldata.template
I removed the test for the extra tab flag and also removed the test for content in the description panel. The default tabs are configured in such a way that they work equally well as tabs and as non-tabbed cascaded content, which is why there are some funny looking tests in there.
I notice that the editor doesn't behave very well in Chrome... the content fields collapse when I re-edit a product. IE doesn't seem to do that so you might need to specific a particular browser for editing.
Regards
ROb
You just needed to ensure your ID's were different for the new tab. I applied 'txtedit1' for the 3rd tab throughout.
productxmldata.template
<hr />
<span class="NormalBold">Applicable Vehicles</span>
[<tag id="txtEdit" type="dnntexteditor" height="300" width="700" />]
<hr />
<span class="NormalBold">Applicable Devices</span>
[<tag id="txtEdit1" type="dnntexteditor" height="300" width="700" />]
<hr />
And similar in the product details template. I removed the test for the extra tab flag and also removed the test for content in the description panel. The default tabs are configured in such a way that they work equally well as tabs and as non-tabbed cascaded content, which is why there are some funny looking tests in there.
I notice that the editor doesn't behave very well in Chrome... the content fields collapse when I re-edit a product. IE doesn't seem to do that so you might need to specific a particular browser for editing.
Regards
ROb