Display price with taxe for sku
Posted: Wed Mar 20, 2013 5:26 am
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
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