KonaKart Community Forum
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
KonaKart v6.0.0.0 - Released Jan-2012 - see KonaKart website for details
Home
Help
Search
Login
Register
KonaKart Community Forum
»
General Category
»
Miscellaneous
»
Displaying multiple images, 4.1.0.0
« previous
next »
Print
Pages: [
1
]
Author
Topic: Displaying multiple images, 4.1.0.0 (Read 1579 times)
Vladimir
Jr. Member
Posts: 12
Displaying multiple images, 4.1.0.0
«
on:
December 10, 2009, 11:47:22 PM »
In the Admin App it is possible to add multiple images to the Product, but in the frontend showing only one image. This modified page show up to 4 images, is if they are present:
Logged
heidi
Administrator
Sr. Member
Posts: 202
Re: Displaying multiple images, 4.1.0.0
«
Reply #1 on:
December 11, 2009, 12:51:20 AM »
There are many different ways to define your images and display them in creative ways.
One way, as an example, which we include in the next release is this (and which is shown in our on-line demo):
http://www.konakart.com/konakart/SelectProd.do?prodId=7&manufacturer=Warner&category=Comedy&name=You%27ve+Got+Mail&model=DVD-YGEM
Here we have a naming convention for our images..
image.jpg
image_1.jpg
image_1_big.jpg
image_2.jpg
image_2_big.jpg
image_3.jpg
image_3_big.jpg
image_4.jpg
image_4_big.jpg
Once we have these images in place we use a little bit of javascript to display them in an interesting way.
You are only limited by your own creativity here :-)
Logged
Vladimir
Jr. Member
Posts: 12
Re: Displaying multiple images, 4.1.0.0
«
Reply #2 on:
December 11, 2009, 01:18:33 AM »
It's very nice, tnx!
PS I wanted to write that my solution is very simple, but mistaken on upload file, and therefore post message before finished writing it
Logged
heidi
Administrator
Sr. Member
Posts: 202
Re: Displaying multiple images, 4.1.0.0
«
Reply #3 on:
December 11, 2009, 02:34:53 AM »
Hi Vladimir,
I did not mean to criticise your solution in any way - indeed I thank you for posting the idea which will be useful for some people.
I just wanted to explain another way of handling product images with KonaKart :-)
Thanks.
Logged
Kundan
Jr. Member
Posts: 12
Re: Displaying multiple images, 4.1.0.0
«
Reply #4 on:
December 16, 2009, 12:16:01 PM »
in showimagebody.jsp
you can access the other images also
<img src="images/<%=prod.getImage2()%>" height="100" width="100" />
and the same for
prod.getImage3()
prod.getImage4()
Logged
Print
Pages: [
1
]
« previous
next »
KonaKart Community Forum
»
General Category
»
Miscellaneous
»
Displaying multiple images, 4.1.0.0