• Welcome to KonaKart Community Forum. Please login or sign up.
 

KonaKart 2.2.6 - Reviews panel idea

Started by sharteel, August 08, 2008, 11:41:19 pm

Previous topic - Next topic

sharteel

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.

julie

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.

sharteel

Hi Julie,

What is jsp file name for SelectProd.do ?

Regards,

Shar Teel

Brian

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

sharteel