Fitur Image Enlarger website toko online Prestashop
Keistimewaan Image Enlarger v.1.3 - website files
- Saat menggulirkan mouse di atas sebuah gambar produk, akan ditampilkan efek pembesaran gambar.
- Fitur ini bekerja pada semua listing page. (misal Best Seller, Produk Baru termasuk juga Homepage).
- Anda bisa on/off efek animasinya.
- Anda bisa mengatur on/off opsi magic zoom. (Gambar besar akan bergulir mengikuti gerakan mouse)
- Anda dapat install/ uninstall kapan saja.
- Free alias gratis.
How to install :
imagesenlarge_v1_2.zip
13.41 KB
‹ Prestashop Module - Currency as a dropdown up Prestashop Modules - Image Enlarge 1.3 ›
Download and extract the zip file. copy and paste the folder into the modules directory. Go to admin panel click on MODULES tab find a module under ‘Utilities’ section. click onINSTALL button.
Solusi Image Enlarge yang tidak fungsi saat URL Rewrite diaktifkan
Lalu apa solusinya?
Yaitu dengan edit file javascript "imageenlerge.js" yang ada dalam modul ini, cukup dengan mengganti baris kode dengan kode yang telah disesuaikan dengan fitur URL Rewrite tadi.
var largeImg = imgPath.replace(/-home/,"-large")+imgName.substr(0, imgName.length-9)+".jpg";
var thickImg = imgPath.replace(/-home/,"-thickbox")+imgName.substr(0, imgName.length-9)+".jpg";
var homeImg = imgPath.replace(/-home/,"-home")+imgName.substr(0, imgName.length-9)+".jpg";
var smallImg = imgPath.replace(/-home/,"-small")+imgName.substr(0, imgName.length-9)+".jpg";
-------------------------------------------------------------------------------------------------------------------------------------------------
Note dari : http://www.marghoobsuleman.com/prestashop-modules/prestashop-modules-image-enlarger
When used with NO Friendly URLs it works OK, but once you active friendly URLs, the image appear small, without any enlargement.
It is nice but there is an bug - when I turn on Friendly URL option from back office and then it has a very small image. Only if I turn off the Friendly URL, and then it become larger image again.
I make a test, and this module not working when I used the friendly url.
Check out this option, maybe works.
Tools -> Generators -> Friendly URL.
its not working in prestashop version1.4.7.0
this module. works great !
Nevetheless, I have a remark : It doesn't work properly with url rewriting, I had to change some things to fix it.