Announcement

Collapse
No announcement yet.

corrupted pages

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

    corrupted pages

    Hello, I was mentioning about this problem yesterday evening.
    After I uploaded my php form, some pages of acatalog corrupted.
    Its copy of form I used for other website (no acatalog) and all works fine.
    Can anybody help? Is it possible that some coding from my forms can corrupted actinic catalog pages?
    Thank you.

    #2
    Without seeing a page it's a bit hard to help.

    However: Actinic puts every product within a <form ...> </form>. You cannot nest forms. So if you have added a form to a Product Template (or within a product description) that will break the Actinic one.

    One way to get around this is to use Quantity on Product Page (without single add to cart) type Sections. And to put your form between

    NETQUOTEVAR:PRODUCTFORMEND

    and

    NETQUOTEVAR:NEXT


    Or (possibly, I've not tested this) between


    NETQUOTEVAR:ENDSEPARATOR

    and

    NETQUOTEVAR:PRODUCTFORMBEGIN


    Look at the generated source of one of your pages to see if the forms are separate and not nested.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment

    Working...
    X