Magento Quick View Ajax Loader
Fri, 10/28/2011 - 13:49
in
"Quick View Ajax Loader" is an extension for the product list page in your Magento online store. Let your customers see the details of the products in your store without leaving the category page.
Compatible with Magento 1.4, Magento 1.5, Magento 1.6
Installation instructions
<p class ="product-image">
<a href="<?php echo $this->getUrl('ajax/product/quickview/id/' . $_product->getId()) ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>" class="ajax">Gyors nézet</a>
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($this->getImageLabel($_product, 'small_image')) ?>" class="product-image-img">
<img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(140); ?>" width="140" height="140" alt="<?php echo $this->htmlEscape($this->getImageLabel($_product, 'small_image')) ?>" />
</a>
</p><script type="text/javascript" src="<?php echo $this->getSkinUrl('js/productInfo.js') ?>"></script> <script type="text/javascript"> Event.observe(window, 'load', function() { new ProductInfo('.ajax', '.product-image', { 'loader': "<?php echo $this->getSkinUrl('images/ajax_loader.gif')?>", 'loadingMessage': "<?php echo $this->__('Loading') ?>" }); }); </script>
- sandor's blog
- Login to post comments
Welcome at my blog section! You can find my interests here. Maybe in my mother-language or in english, the choice is mine, but I hope you will spend nice amusement here.
This blog is about:
- Programming
- Motorcycling
- Paragliding
- Gardening
sandor's tweets
- How many tricks of these you already know? Me only few. http://t.co/kcRTEjgd — 21 hours 38 min ago
- Fight for Scottish Independence, but not for the republic! http://t.co/EXuWxhU5 — 22 hours 20 min ago
- Just switched to NetworkManager on Archlinux. I circumambulating it, but connecting to a VPN network is only two clicks. — 1 day 1 hour ago
- jQuery scoll effects. http://t.co/a5Ym9GPD — 1 day 20 hours ago
- jQuery file upload demo. http://t.co/sOl4F79u — 1 day 21 hours ago
- Just posted a photo http://t.co/75z4uOvq — 2 days 3 hours ago
- Sublime Text 2 tips. I really like this editor btw. http://t.co/aN88Duy8 — 2 days 19 hours ago
- http://t.co/SKTbSTTw Great idea — 2 days 20 hours ago
- 1 of 82
- ››
