Hallo zusammen,
ich bin gearde dabei, das Tool [B]jqZoom[/B] ( http://www.mind-projects.it/projects/jqzoom/) in meinen Oxid-Shop einzubinden … und hab dort aber ein paar Probleme.
Der Aufruf der JS- und CSS-Scripte erfolgte in der [I][B]header.tpl[/B][/I] entsprechend der Anleitung für:
<script type='text/javascript' src='js/jquery-1.2.6.js'></script>
<script type='text/javascript' src='js/jquery.jqzoom-1.0.1.js'></script>
<link rel="stylesheet" type="text/css" href="css/jqzoom.css" />
Meine [B][I]header.tpl[/I][/B] sieht dann so aus:
<link rel="shortcut icon" href="[{$oViewConf->getImageUrl()}]favicon.gif">
<link rel="stylesheet" type="text/css" href="[{ $oViewConf->getResourceUrl() }]oxid.css">
fxGallery.css">
<link rel="stylesheet" type="text/css" href="[{ $oViewConf->getResourceUrl() }]jqzoom.css">
<link rel="stylesheet" type="text/css" href="[{ $oViewConf->getResourceUrl() }]jquery-ui/css/dark-hive/jquery-ui-1.7.2.custom.css">
<script type="text/javascript" src="[{ $oViewConf->getResourceUrl() }]jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="[{ $oViewConf->getResourceUrl() }]jquery-ui/js/jquery-ui-1.7.2.custom.min.js"></script>
<script type="text/javascript" src="[{ $oViewConf->getResourceUrl() }]jquery.carousel.js"></script>
<script type="text/javascript" src="[{ $oViewConf->getResourceUrl() }]fxGallery.js"></script>
<script type="text/javascript" src="[{ $oViewConf->getResourceUrl() }]jquery.simpletip-1.3.1.js"></script>
<script type="text/javascript" src="[{ $oViewConf->getResourceUrl() }]jquery.jqzoom-1.0.1.js"></script>
<script type="text/javascript" src="[{ $oViewConf->getResourceUrl() }]general.js"></script>
Also alle Scripte werden schonmal geladen … in der [B][I]details.tpl[/I][/B] habe ich dann im Quellcode eingetragen:
<div class="picture">
<a class="jqzoom" href="[{$product->getZoomPictureUrl($iZoomPic)}]" title="[{ $productTitle }]" id="product_image_link">
<img id="product_img" src="[{ $oView->getActPicture() }]" alt="[{$productTitle}]" />
</div>
Das ArtikelBild wird auch richtig angezeigt aber es erscheint keine ZoomBox … nur beim Klick auf das Artikelbild wird dann das große Bild aufgerufen …
Was mache ich falsch bzw. wer hat eine Anleitung zum Einbinden von [B]jqZoom[/B] in einen Oxid-Shop?
