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

Questions about editing main page information

Started by piedrahitac, October 18, 2013, 04:57:55 pm

Previous topic - Next topic

piedrahitac

Hello,

I'm trying out the community version of Konakart (7.1.1) and installed it with the demo database. So far, so good.

However, I have a couple questions:

1. How do I edit/manage the products displayed in the banners section of the main page? I'm referring to the information displayed by the BannersBody.jsp file.

2. How do I edit/manage the featured products slider?

Thanks in advance for your help.

ryan

Quote1. How do I edit/manage the products displayed in the banners section of the main page? I'm referring to the information displayed by the BannersBody.jsp file.


In our demo we refer to jpg images included in the demo package. To manage them through the admin app you can decide how many banners you want and then create configuration variables which can be set through the admin app and read by the JSP.

Quote2. How do I edit/manage the featured products slider?


Take a look at CatalogMainPageAction.java. It's explained in there.

piedrahitac

Awesome, I will look into that! Thank you, very much...