KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: sivaprakashcg on November 05, 2007, 02:50:03 pm

Title: How to display the price without tax(Excluding tax)
Post by: sivaprakashcg on November 05, 2007, 02:50:03 pm
Hi,
       I have to display product price without tax.Can u tell me . If any API available for that.

Title: Re: How to display the price without tax(Excluding tax)
Post by: julie on November 05, 2007, 02:57:14 pm
Hi,

The product object has a getter method getPriceIncTax() and one getPriceExTax(). If you take a look at ProductDetailsBody.jsp, you will see that one or the other is used depending on whether KonaKart is set up to display prices with or without tax.

Julie