• Resolved crazymrj

    (@crazymrj)


    Hello,

    Love this plugin! Slight issue we are having. Pricing is not updating consistently when quantities are chosen when the number is typed in the box but will update if the up and down arrows are used. Since those arrows are not displayed on mobile devices, we are getting ZERO dollar orders being placed.

    What have we done wrong here to cause this?

    Thank you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @crazymrj,

    Thanks for loving the PPOM.

    Yes for the performance, we update the prices on the change event, but you can change in js/ppom-price.js near line no: 45 and update to this:

    PPOMWrapper.on('click change keypress', 'input.ppom-quantity', function() {
    
       ppom_update_option_prices();
    });
Viewing 1 replies (of 1 total)
  • The topic ‘PPOM Pricing Not Updating after selecting quantity’ is closed to new replies.