Page 1 of 1

Apply taxes on Shipping method

Posted: Tue Apr 02, 2013 9:35 am
by denis
Hi,

Is there a mean to apply taxes also on shipping method selected or is not possible ?

I found in table blc_fulfillment_option a column named "USE_FLAT_RATES", i set it to true but taxes are not applied.

Thanks for your help

Re: Apply taxes on Shipping method

Posted: Wed Apr 03, 2013 3:59 am
by denis
Fixed, you have to do :

Code: Select all

fulfillmentGroup.setIsShippingPriceTaxable(Boolean.TRUE);