• Thank you so much for this. I am having one issue which may be caused from something else, but it appears the simple LxW calculation I am using is working fine. The cart displays the correct total, however it does not count toward the $50 minimum order threshold I have set up in Woocommerce. When The calculated product totals over $50, I cannot check out due to the error. The price does display correctly and there is no issue checking out when I select a product that doesn’t utilize the calculation. Excluding this product from pricing rules seems like the only solution, but it is not ideal. Any idea what is going on? Thanks in advance and I hope you’re getting some good news in your personal life.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jayquest216

    (@jayquest216)

    My quick solution is to exclude the product from WC’s pricing rules and run a conditional formula that changes the price to $50 if LxW equals less. Still not ideal, but the end result will suffice for now. This functionality should be included with WC out of the box. Thanks again for your work on this plugin. I’ve searched for a long time for this.

    Thread Starter jayquest216

    (@jayquest216)

    Well unfortunately this doesn’t work either because the quantity selected increases by $50 increments instead of normal area calculation up until it’s equal or greater than $50.


    Single-line formulas seem to get me the closest to where I need to be:

    {banner_length} * {banner_height} * {product_regular_price}

    or

    {banner_length} * {banner_height} * {product_price}

    On the product page, both of these calculate the price well (the two product prices seem to produce the same result)

    I tried enabling the price threshold again and I’m getting some strange results. So I have to remove the plugin for the time being. I hope you can get back to this awesome project!

    • This reply was modified 1 year, 9 months ago by jayquest216.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Brilliant Plugin! One issue…’ is closed to new replies.