• Resolved Casper Braske

    (@casper-braske)


    Hello. Every time I try to add one of my products to the cart I get the message “Please reload the page and choose your bundle quantities again.”, even though it’s not a bundle or is in one.

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Casper Braske

    (@casper-braske)

    Apparently, there’s no check whether the product being saved is of the type “bundle” on ProductDataTab::save()

    Plugin Author MaxtDesign

    (@slaacr)

    thank you for bringing this to my attention. I have a hunch as to why this is happening mostly due to the submission process circus. I will look into this immediately.

    Plugin Author MaxtDesign

    (@slaacr)

    Thanks for the report, and for the sharp diagnosis and you were exactly right. The Bundle panel’s “enable” checkbox defaulted on and save() wasn’t checking the product type, so bundle data got written onto regular products, which then tripped the cart’s bundle check.

    Fixed in 0.1.2 Released: bundle data is now only saved to, and only read from, actual Bundle-type products. The read-side gate also means any product that already picked up the stray data will add to the cart normally again no need to re-save anything. Please update and let me know if you still see it. Appreciate you taking the time to pin it down.

    Thread Starter Casper Braske

    (@casper-braske)

    Wow. That was quick! Thanks a bunch.

Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.