Page 1 of 1

Display price with taxe for sku

Posted: Wed Mar 20, 2013 5:26 am
by denis
Hi,

I'm facing a problem with prices.

We have two types of customer : ConsumerCustomer and BusinessCustomer.

In site we would like display the price with taxes for ConsumerCustomer and the price without taxes for BusinessCustomer.

What is the best approach :

- In SkyDynamicSkuPricingService return price with taxes for consumerCustomer and use blc:price. But it's the same price used during the pricing workflow? We don't want apply the taxe 2 times.
- Create a new Thymeleaf Processor to apply the taxe depending on the customer connected
- Other idea ?

Thanks in advance for your help guys

Re: Display price with taxe for sku

Posted: Sun Mar 24, 2013 3:50 pm
by bpolster
Creating a ThymeleafProcessor seems like a reasonable approach for what you are trying to do.