I thought I’d make a quick post about a nice little module I discovered for sites which require the customer to add comments or special instructions during the checkout process. The best part is that the module is actioned with an observer on the event ‘Save Order’ – so it’s nice and core-free. Before I [...]
Magento Tutorials
Get Customer & Product Info from an Order
Here are a few little snippits of code that you may find useful when trying to get information out of an order number. First of all get your order number (I’m using $this->getOrderId() on the checkout success page but you can get your order number in any fashion really). Once you have your order number [...]
Simple Payment Module Extended: With Information
A couple of months back I wrote a basic payment module for capturing an order, which allows users to pay over the phone. This was all well and good, but perhaps some additional information needs to go along with this payment method? In my case I needed a BACS payment option, which comes with instructions [...]
