In order to help store owner easily ship products to customers after they purchase in Shopping cart site, Magento offers Shipping caculation platform to add more shipping methods. Thus, to complete the checkout process on a store…
Today I’ll continue Topic 8 “Checkout” with the article about shopping cart rules. If you still haven’t known how rules are applied in shopping cart, my post will certainly helpful for you.
This week I am very happy to hear that one of my followers has passes the exam and got the certificate. It’s really great news that brings me excitement to write the new part in this series. As I mentioned in the previous post, today I’ll continue guide you how to show your custom total in all areas that you see the order. Let’s get started now!
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.
It’s been a long time, isn’t it? Well, I’m back now with more energy, ideas and things to show you. My tutorial today will help you dive deeper into the world of Magento, guiding how to register custom total model with the system as well as method to write your custom total model.
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.
As you may know, Magento provides template path hints function to help you debug your template. However, this function is only available in front-end. Sometimes, you need to debug the template in back-end. How should you do?