Ok, some further information...
I use this code to define custom tabs on each product description so that I can display NOTICE of the attribute tab.
Code:
<!--%Options & Sizes%-->
<script type="text/javascript">
var mydomain='http://'+window.location.hostname;
HttpRequest(mydomain + '/boutique/content/sizing_notice.htm');
</script>
<!--*sub_AttributeOptions(2)*-->
I've removed this code above from one of my products and turned Global Tabs ON. Now the options display on the attributes tab for this product (without my important notice of course).
So I guess I don't need the code above, but how can I display some extra text or instructions on the attributes tab?
Bookmarks