Tag

magento extension

Browsing
Listing and sorting products

With a rich variety of products and selling campaigns, it seems to be a challenge for both sellers and buyers to manage their transactions. This brings me to the idea of finding the way to list of products on sale and sorts them by discount percent or saved value.

This will be a very quick tutorial today but I bet that it’s helpful to you. As you know, some orders have status of pending payment and by default, Magento doesn’t show them on frontend. It makes customers unable to view details of their orders. By adding the code provided in this post, you can configure to display these orders on front-end.

Form is one of most popular you have to use when programming. It’s not an exception in Magento. Well, but not all Magento coders know how to validate form in the right way in Magento. I believe so. This Magento tutorial might be a great help for you guys.