KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: rajibmishra_cnetric on July 13, 2009, 01:37:05 pm

Title: Customize the Order Confirmation Page
Post by: rajibmishra_cnetric on July 13, 2009, 01:37:05 pm
Hi,
I want to Hide the product price column and order total price in order confirmation page. I Edited the CatalogCheckoutConfirmationBody.jsp commented the code but its not reflecting in the site. Please help me regarding this how can i hide the price but internally it can take the price.


Regards
Rajib Mishra
Title: Re: Customize the Order Confirmation Page
Post by: Brian on July 13, 2009, 02:16:35 pm
Are you using the one page checkout option? 
Title: Re: Customize the Order Confirmation Page
Post by: rajibmishra_cnetric on July 13, 2009, 02:19:15 pm
Yes I am using the one page checkout option
Title: Re: Customize the Order Confirmation Page
Post by: Brian on July 14, 2009, 02:39:41 pm
The one page checkout uses Google GWT AJAX code..  source and build file are provided.   Change this code if you want to retain the one page checkout but make changes.

Alternatively, disable the one page checkout in the Configuration section of the Admin App and it will use the JSP version instead.