Set product tax in Magento observer
Posted: Mon May 26, 2014 10:45 am
I'm using sales_quote_add_item and I'd like to change the tax class of a product.
I tried $product->setTaxClassId() method but this didn't work.
Any other approaches available?
I tried $product->setTaxClassId() method but this didn't work.
Any other approaches available?