Page 1 of 1

Set product tax in Magento observer

Posted: Mon May 26, 2014 10:45 am
by babyskill
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?