3 replies [Last post]
chum's picture
Offline
Joined: 02/27/2009
Juice: 151
Was this information Helpful?

It looks like the ChapinFurniture.com ubercart site uses Ubercart with thickbox, to display images. One thing that I like is that their thickbox implementation displays a description along with each item picture. Example at: http://www.chapinfurniture.com/products/dining/tables/british-isles-coun...

How can I get this functionality into my cart? It seems that the following would need to happen:
- Allow me to define a description along with each uploaded image in the add/edit product page
- Each image description would then become the ALT text for the image on the product page
- Thickbox would pull the ALT tag information and display it along with each image it displays

Is there an add-on or module that does this?

Chum

chum's picture
Offline
Joined: 02/27/2009
Juice: 151
Re: How to display image description in thickbox?

Update... it seems that my product add/edit page is MISSING the 'Alternate Text:' and "Title Text:' fields. Any idea how to figure this one out?

stephthegeek's picture
Offline
Theminator
Joined: 10/20/2007
Juice: 575
Re: How to display image description in thickbox?

You need to enable alt/title on the imagefield field settings page under the content type. Probably at admin/content/node-type/product/fields/field_image_cache

Gorgeous original Drupal themes (and Ubercart themes!) ~ Psst: more Ubercart themes on our new site

chum's picture
Offline
Joined: 02/27/2009
Juice: 151
Re: Re: How to display image description in thickbox?

That did the trick. Many thanks!

Chum