Page 1 of 1

taxprovider

Posted: Thu Sep 18, 2014 6:59 pm
by tareena
I wanted to configure the tax module in broadleaf. I am using the broadleaf version 3.1. As per the customizing checkout tutorial, I need to configure the simple tax module in the site applicationContext.xml. I did the necessary changes and did a server restart, but the changes were not reflected. I saw other posts saying that the simple tax module is deprecated and simple tax provider is used.

I did the necessary changes using simple tax provider as below, in the site applicationContext.xml but it still does not work.

<bean id="blSimpleTaxProvider" class="org.broadleafcommerce.core.pricing.service.tax.provider.SimpleTaxProvider">
<property name="itemStateTaxRateMap">
<map>
<entry key="TX" value=".0825" />
</map>
</property>
</bean>

What am I doing wrong in the above case?

Thanks