Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

VW_Kalle

Archived
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Real Name
    Kalle
  • Gender
    Male
  • Location
    Dortmund, Germany

VW_Kalle's Achievements

  1. Hi, I am trying to get the fancybox to work with multiple products on one page. I am talking about the product listing. I added a "magnifying"-button in the table next to the products picture to allow my customers to see a large image of the product without having to enter the product_info page. As far as I understand the working of the FancyBox it opens any link inside the <div id=fancy></div> part as a popup. If it's an image it works, a normal link doesn't. Now if I put every "magnifying"-button inside it's own <div id=fancy></div> only the first one on the page works. If I put the whole table inside just one big div-tag every link is going to be popped up. I am a total noob regarding javascript and even though I have coding skills in quite some languages I have no idea how to change the script that identifies the div-tag. EDIT: OK, I got to the point of understanding that $("div#fancy a").fancybox({ adds the fancybox funcionality to the stuff inside the tag. Why is it only working with the first occurance of the <div id=fancy> tag? Can you think of a way to make it work with div-tags like fancy1, fancy2, fancy3,...? Or some other way to get it to work? You may want to have a look at http://www.vegan-wonderland.de/catalog/aufschnitte-c-21.html to see the magnifying-buttons. To see it working with the first button go to http://www.vegan-wonderland.de/catalog2/index.php?cPath=21 Thanks in advance. Kalle
  2. Hi, now I tried a different jquery.js file I had lying around from the accordion-category menu that was called jquery-latest.js but was of older date than the one in this contrib. renamed it, overwrote the supplied jquery.js file and now it works. I guess they somehow interfered - which is logical now that I think of it. The file for the category menu is referenced in a different file therefore I didn't find it. I am gonna change the location of the .js files so that I am only using one of then. That way my folders should be kinda "cleaned up". Problem solved :)
  3. Hi, I just installed your great contrib but have the problem, that I don't get large image overlays but popups in new windows. It neither works with my edited product_info.php not with the one supplied in the download. Turning on/off oscThumb doesn't change the behaviour. I have no idea where the problem is. Perhaps someone can have a look at the source code of http://www.vegan-wonderland.de/catalog2/product_info.php?products_id=1357 That's a product page of a dummy store of mine to try out new contribs, so don't worry about the images obviously not belonging together :D Additional infos: PHP-Version: 4.4.9 MySQL-Version: 5.0.67 OSC-Version: RC2a Thanks in advance, Kalle
×
×
  • Create New...