KonaKart Community Forum

General Category => Feature Requests => Topic started by: sharteel on August 08, 2008, 11:41:19 pm

Title: KonaKart 2.2.6 - Reviews panel idea
Post by: sharteel on August 08, 2008, 11:41:19 pm
Hi KonaKart team,  ;)

I'm working for translation package - from my side, i think i will post the package end of this week-end - and when i have been tested this one, i had an idea.

Is it possible to see 2 or more customers reviews in SelectProd.do page ?

Any idea to implant this last ?

Regards,

Shar Teel.
Title: Re: KonaKart 2.2.6 - Reviews panel idea
Post by: julie on August 09, 2008, 07:34:02 am
QuoteIs it possible to see 2 or more customers reviews in SelectProd.do page ?


In the action class before displaying the page you could call the client API method fetchReviewsPerProduct(productId) . The reviews will then be available in the currentReviews array for the JSP to display. Look at ShowReviewsAction.java and ShowReviewsBody.jsp for examples.
Title: Re: KonaKart 2.2.6 - Reviews panel idea
Post by: sharteel on August 09, 2008, 01:15:10 pm
Hi Julie,

What is jsp file name for SelectProd.do ?

Regards,

Shar Teel
Title: Re: KonaKart 2.2.6 - Reviews panel idea
Post by: Brian on August 09, 2008, 02:53:35 pm
The documentation at http://www.konakart.com/javadoc/struts_doc/index.html should help you with this.

The original version of this documentation was provided by a KonaKart user which was a very welcome contribution to the community.

_____
Brian
Title: Re: KonaKart 2.2.6 - Reviews panel idea
Post by: sharteel on August 09, 2008, 03:16:56 pm
Hi Brian,

Tx :)

Shar Teel