Zen Cart Logo
Forums / General Questions / Description items

Description items

Locked

Views: 517

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
18 Jun 2009, 6:23 PM
#1
pharry avatar

pharry

Zen Follower

Join Date:
Jun 2009
Posts:
131
Plugin Contributions:
0

Description items

I'm not really sure what to call this. Maybe an example would be best. On the linked page, you will see some images at the top of the page that show the product in use. Those images can be clicked, and the customer is taken to the gallery for more information. Below those images are the products for purchase. How can I add those images to my shopping pages in zen-cart?

http://www.apeekintoyesterday.com/acatalog/BasicGrey_Lime_Rickey.html

18 Jun 2009, 6:56 PM
#2
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town & London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: Description items

In the product description, you can insert HTML, so when you add/edit a product, in the Product Description input field (which is formatted by HTMLArea), you can toggle to html code (the <> icon in the menu) and insert any HTML you want...

... such as:

<a href="LINK_TO_YOUR_GALLERY"><img src="LINK_TO_YOUR_GALLERY_IMAGE"></a>

18 Jun 2009, 7:36 PM
#3
pharry avatar

pharry

Zen Follower

Join Date:
Jun 2009
Posts:
131
Plugin Contributions:
0

Re: Description items

Thank you. That's a step in the right direction, but it isn't quite what I'm hoping to get. In order to see the images, you have to click the thumbnail.

Here's what I have in my test site:
http://apeekintoyesterday.com/test/index.php?main_page=index&cPath=68_70_71

I'm really wanting to see the enlarged images just above the list of products:
http://www.apeekintoyesterday.com/ac...me_Rickey.html

18 Jun 2009, 9:26 PM
#4
pharry avatar

pharry

Zen Follower

Join Date:
Jun 2009
Posts:
131
Plugin Contributions:
0

Re: Description items

Never mind - I got it!