• Resolved joshwhite

    (@joshwhite)


    Hi, a while back we wrote some javascript to display a dialog if a customer adds products to their cart and the quantity is less than the amount required to receive a bulk discount.

    If the bulk discount is 10 or more to receive 5% off, then a dialog would display and notify the customer that in order to receive the bulk discount they would need to add “minimum_qty” in order to get discount.

    We were using the pricing table numbers in our code to achieve this.

    The pricing table doesn’t appear to display any longer with the latest version. Is this intentional or possibly a bug?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Hermann LAHAMI

    (@mano88)

    No that looks like a bug.

    Which version are you using?

    Also, can you run a quick conflict test by:
    1-disabling all other plugins except woocommerce and our plugin
    2-switching the theme to one of the defaults such as twenty sixteen
    3-and try again. If everything is working as expected, that means we have a conflict somewhere so you can start re enabling the disabled items one by one in order to find the culprit.

    If you find the conflict, please let me know

    Thread Starter joshwhite

    (@joshwhite)

    Hi. Looks like on this new theme that was built doesn’t use the ‘woocommerce_single_product_summary’ hook which is where the table is tied into, right?

    Is there a way to hook the table into the theme a different way?

    Plugin Author Hermann LAHAMI

    (@mano88)

    Not sure, that one was perfect. I just checked woocommerce latest version source code and the hook is there. Can you contact the theme developer to fix the issue by including the hook where it belongs?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pricing Table Not Displaying’ is closed to new replies.