Hello,
Today we will move forward to Lesson 9: Form in Magento Backend. In part 1, we will know about the elements of forms in the backend and how to create a form. Click and read on.
Today we will begin with Magento Events. This lesson takes about two hours and covers the following issues: Magento events, How to declare observer (listener), Common Magento events.
Magento tutorial 22 will guide you through how to add attribute to customer with very simple instructions. Click to see now!
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.
Normally, if someone wants to show a block, the first thing he may think about is to insert some codes to template file page/1column.phtml. It is really unstable when you change your theme like this. However, Magento provides a block concept called Structure Block which allows you to absolutely avoid this problem.
In some cases, you need to hide or remove Add to Cart button from product page based on some conditions of product. Although Mageto does not support this feature, you can still implement it without modifying Magento core by taking some following steps.