Hi Norman
I have chosen to have drop-down menus for a site, but the table with all the colour and size options is still showing with for all the products. Is it possible not to show the tables?
Thanks
Marianna
Table Guides
Hi, Marianna
You can remove that table by editing Norcat_Select_Template.html (in your Site folder) and removing the block
You can remove that table by editing Norcat_Select_Template.html (in your Site folder) and removing the block
Code: Select all
<!-- This Optional fragment lays out a table showing the available color / sizes -->
<!-- It must be placed somewhere after NETQUOTEVAR:PRODUCTDESCRIPTION -->
<script language=JavaScript>
<!--
ShowSizeRange('NETQUOTEVAR:PRODUCTREFERENCE');
//-->
</script>
Norman