Announcement

Collapse
No announcement yet.

How do I remove the separator bar between products?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How do I remove the separator bar between products?

    v7 and earlier

    This is called the Separator bar, and can be removed by editing the html within the 'Act_ProductLine.html' template (Product Layout template).

    Search for the 'NETQUOTEVAR:INCLUDE', and simply comment it out using the standard <!-- --> HTML method. ie.

    NETQUOTEVAR:INCLUDE Act_ProductSeparator.html

    becomes

    <!--NETQUOTEVAR:INCLUDE Act_ProductSeparator.html-->
Working...
X