How To Get The Tax Rate From A Product
I am looking to get the tax rate value from a product (not quote item) in a plugin, which fires on the beforeAddProduct() method. Currently I have the following in my plugin code: $taxClassId = $product->getTaxClassId(); this returns an id… Read More »How To Get The Tax Rate From A Product