Announcement

Collapse
No announcement yet.

Un-Neccessary Call to Act_ProductBody When Viewing Products

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

    Un-Neccessary Call to Act_ProductBody When Viewing Products

    When Actinic displays a product page (and therefore calls Act_ProductLine.html), it also goes off and calls Act_ProductBody.html even though there are no sections to display.

    Since my Act_ProductBody.html contains the begin and end of a <div>, then I get this empty <div> on my product pages which is messing up my layout of these pages.

    Is there any way to stop Actinic calling Act_ProductBody.html on product pages?...

    Regards,

    click-through.

    #2
    Actinic uses productbody template to build the product pages. If you missed this step you'd suffer the sad results of:

    1. No products as this template makes the call to the product templates.

    2. Even if you survived 1 above, this template also has the table definitions for the product templates, so they'd be a bit lost without it.

    Mike
    -----------------------------------------

    First Tackle - Fly Fishing and Game Angling

    -----------------------------------------

    Comment

    Working...
    X