Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

MULTIPLE IMAGES THUMBNAIL (ONMOUSE OVER_CLICK)


evdokimos

Recommended Posts

Hi to all .

 

I have just visited the FORMULA1 official store and I saw its product_info page.

It has a default image for every product and a maximum of 5 small thumbnails which when you click them, they open on the same page substituting the default.

You can visit a random product here:

 

http://f1store.formula1.com/catalog/produc...?products_id=84

 

Can anyone guide me how I could install this great contibution on my site?

 

Waiting.....

Link to comment
Share on other sites

They use a JS function called 'doPic'.

 

Googling for 'dopic', I found this

 

http://javascript.internet.com/miscellaneo...ery-viewer.html

 

You would need to tweak something like mopics and this 'dopic' into your code, and you're good to go.

 

Sorry, I didn't explain very well. Mopics is a multiple image contribution. It's here

 

http://www.oscommerce.com/community/contri...l/search,mopics

 

It would take some customizing, but I don't think it would be too difficult.

Edited by choosealogin
Link to comment
Share on other sites

They use a JS function called 'doPic'.

 

Googling for 'dopic', I found this

 

http://javascript.internet.com/miscellaneo...ery-viewer.html

 

You would need to tweak something like mopics and this 'dopic' into your code, and you're good to go.

 

Sorry, I didn't explain very well. Mopics is a multiple image contribution. It's here

 

http://www.oscommerce.com/community/contri...l/search,mopics

 

It would take some customizing, but I don't think it would be too difficult.

 

 

Thank you for your time.

I tried to compine the dopics which is java with the php codng but since I am not good in PHP I could nou make it run.

The problem seems to be that the system does not give the osc engine to understand this is a picture:

 

<td><a href="java script:doPic('p5.jpg');"><img src="p5.jpg" width=90 height=60 border=0></a></td>

 

What should I write to insert the right coding for the images and when the images does not exist not to show the [X] ???

 

 

I would appreciate a help.

Link to comment
Share on other sites

if you're pasting that directly into your description, you need to reference the images folder

 

'images/p5.jpg'

 

I mean not the exact path, but the path I would insert from the admin section for additional images.

I installed mopics and it gives me the capability to add up to 5 images.

SO I want these images to show in thumbnails in the product_info page and when you click them to show up substituting the default image (with the dopic js).

 

Thanks for your help....

Still experimenting.............

Link to comment
Share on other sites

  • 1 month later...

I would like to know if anyone here know where I can find below requirement on displaying extra images...

 

 

I manage to install and use extra images, BUT I would like to have the extra images change within the existing image and do not popup.

Meaning it will replace and change the picture in the product_info.php page

 

anyone can help me?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...