webdna / commerce-bulk-pricing

Other
2 stars 2 forks source link

Calling unknown method: craft\commerce\elements\Order::getTotalTaxablePrice() #17

Open john-henry opened 2 years ago

john-henry commented 2 years ago

Calling unknown method: craft\commerce\elements\Order::getTotalTaxablePrice()

Looks like the taxable price is now calculated within the tax adjuster. https://github.com/craftcms/commerce/blob/develop/CHANGELOG.md#removed

Removed craft\commerce\elements\Order::getTotalTaxablePrice(). The taxable price is now calculated within the tax adjuster.

john-henry commented 2 years ago

I think I have this fixed here https://github.com/webdna/commerce-bulk-pricing/pull/18

robzor commented 2 years ago

Hi @samuelbirch @CharlieGentle , I can reproduce this error when choosing this as a Tax option in my VAT rate and then trying to add any product to the basket:

CleanShot 2022-08-24 at 3 25 47