Hello zencart aces out there...
I am working my way through our first installation. Currently i'm doing the products info page. I already installed the image handler 2 which provides me with some admin possibilities which I want to use for the products_info_display-page...
What i try to achieve is a css-styled output of a small gallery. I picked one from the fabulous Mr. Nicholls (cssplay.co.uk) (link to a sample: http://www.cssplay.co.uk/menu/gallery_click.html )
I managed to use it in a sample layout of our planned shop (which is not online yet...). I also managed to add a file /include/modules/additional_images2.php which collects the needed data in the needed order and with the css-additions.
The gallery works with a href links and image tags. The a href links get a background-image and a #nogo target, to show on the very same page. The image tag is used with css-styling to show on click on the link, but stay invisible if not clicked.
My example works quite well, the images are inserted correctly and are placed on click, just like in the sample - but: every click on a thumbnail sends me back to the main page, because i didn't manage to make a correct reference to the same page... I do not need a popup and I do not need a link to the big image - i need an anchor link to the same page...
So the question is: How do I achieve the link to the product_info_display - page... with the additional #nogo, so that only my image shows up and not the page reloads completely... its really like an anchor-link on this page, but the zencart-way...
Any hints are appreciated... and if someone is interested in the changes I made, I will post them here...
Thanks in advance!
Miriam





