Brayman Posted February 9, 2009 Report Share Posted February 9, 2009 Hi! Irgendwie funktioniert jqzoom_ev1.0.1 nicht ganz bei meinem Shop, vielleicht hat ja jemand eine Idee. Ich habe, analog zur funktionierenden Demo-HTML, folgenden Code eingebaut: In der header.php vor </head>: <?php if (strstr($PHP_SELF, FILENAME_PRODUCT_INFO )){ ?> <script src="<?php echo 'js/jquery-1.2.6.js'; ?>" type="text/javascript"></script> <script src="<?php echo 'js/jqzoom.pack.1.0.1.js'; ?>" type="text/javascript"></script> <link rel="stylesheet" href="<?php echo 'css/jqzoom.css'; ?>" type="text/css"> <style type"text/css"> div.notes{ font-size:12px; } div.notes a{ color:#990000; } </style> <script type="text/javascript"> $(function() { $(".jqzoom").jqzoom(); }); </script> <?php } ?> Und in der Produkt_Info als Ersatz: {if $PRODUCTS_IMAGE!=''} <a href="{$PRODUCTS_IMAGE_POPUP}" class="jqzoom" style="" title="{$PRODUCTS_NAME}"> <img src="{$PRODUCTS_IMAGE}" title="{$PRODUCTS_NAME}" style="border: 1px solid #666;"></a> {/if} Woran kann es liegen, dass die Demo-HTML (im Root-Verzeichnis) zwar funktioniert, die Produkt-Info aber nicht? Mfg Brayman Link to comment Share on other sites More sharing options...
Brayman Posted February 13, 2009 Author Report Share Posted February 13, 2009 Hi! Ich hab das Problem gefunden, es lag gar nicht an dem Code oben... In der Produkt_Info.php war einfach PRODUCTS_IMAGE_POPUP nicht definiert, wovon ich stillschweigend ausgegangen war. Jetzt funktioniert also auch jqzoom ev1.0.1 Mfg Brayman Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.