mag

Multiple price for same products in Magento

For the past few days I was really fed up with a problem. One of my clients needs to show two price values for each of his products in magento based website. That is each product will have two price values one is for international market and the next is for local market. I have searched a lot for an extension to solve this problem, but I couldn’t find any which can exactly solve my problem. But I got this

(continue →)
mge

How to show unlimited number of products in Magento latest collection page

A major confusion while working with Magento was representing more than 5 latest products in latest collection page. And in my case client need only latest collection page. In fact he wants to show all his products in latest collection page. Latest collection page compares Product new From date and to date values and shows the products. By default the page will show only 5 products. So how to overcome this problem!! Hope you know how to setup a latest

(continue →)
jqmag

How to load custom javascript in magento

Rounded edges or curvy corners are always a trendy style in web designing.  Early stages we used images to make the edges rounded, later it replace with css or javascript alternatives. Among all the easiest method is curvycorners.js. Just include this javascript file and some 4-5 lines of code, your job is done. You can find examples and usage guide in curvycorners.net. I am not going to explain much about curvy corners here, you just go to the above mentioned website and

(continue →)