• NextGen 1.9 worked perfectly when installed with the shopping cart software Shopp. Since upgrading to 2+ it breaks the shop.

    Shopp uses some code in its add to cart forms:

    <input type="hidden" value="274" name='products[274][product]'>

    NextGen is intercepting this code and injecting a gallery div straight after the name='products[274]. If I just write the code like so:

    <input type="hidden" value="274" name='products[274]'>

    Then next gen doesn’t intercept it. However, this means shopp doesnt work.

    So my question is how can I stop NextGen from doing any code on my shopp pages. I am only using next gen on the home page and thats the only page I want it to run on.

    I tried using define('NGG_SKIP_LOAD_SCRIPTS',TRUE); to stop next gen code loading automatically but its still loading it.

    http://wordpress.org/plugins/nextgen-gallery/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Causing bug with Shopp Plugin’ is closed to new replies.