Plugin e-Commerce multi-currency support plugin is released

I needed to implement quick switch of currencies in e-Commerce web store. I found plugin wp-e-commerce-multi-currency-magic, but it was pretty outdated – working only on version 2.7.6 of e-Commerce. Version 3.8 had lot of changes, which did not work with this switcher. I forked old one and started developing brand new currency switcher. If you… Continue reading Plugin e-Commerce multi-currency support plugin is released

how to remove zoom icon from jQuery FancyZoom plugin

Jquery FancyZoom is a pretty nice plugin for zooming images, but I needed to remove the blue icon from the view, while the image is hovered by a pointer. I added new default option: //Default Options $.fn.fancyzoom.defaultsOptions = { overlayColor: ‘#000’, overlay: 0.6, imagezindex:100, showoverlay:true, Speed:400, shadow:true, shadowOpts:{ color: “#000”, offset: 4, opacity: 0.2 },… Continue reading how to remove zoom icon from jQuery FancyZoom plugin