Yes I am an Android fan for sure, that doesn’t means I hate iPhone and iOS I do love it too. Well the truth is I can’t afford an iPhone and I love android that’s why I chose Samsung Galaxy Ace. Look at the similarity
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 extension which may help me to solve my problem in a different way. The extensions is called ‘Store price’. Store price allows the product prices to be set at the store level.
Read More
Hi there,
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 collection page. A small addition on that code can override the default settings of 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 explore yourself more on that. Here i am going to explain how to use this with a magento theme. If you are new to use a custom javascript with magento theme this post will benefit for you too.
Object oriented php programming.
By the reign of PHP 5 oops concept worked well in a server scripting language. OOPS or Object oriented programming is a very easy method of coding. If you are still not aware of OOPS concepts, just google it and collect some knowledge.
I assume you have good knowledge of OOPS concepts and you want to implement those concepts to your PHP code to make perfect output. I shall give you a small introduction to practical object oriented php coding.
Read More