Magento Tutorials

Archive for the ‘Magento Tutorials’ Category

Login to Magento via Curl (Cross Domain)

Posted on: 25th Oct 2011 By: Robert Kent 6 Comments
Login to Magento via Curl (Cross Domain)

If you have ever wanted to be able to login your customers from an external domain you can do so in two obvious ways: 1. Use an HTML form to post to the login controller in Magento However if you want to be able to log the customer in without them filling out a form [...]

Read More…

Add Order Comments to Magento Checkout

Posted on: 5th Oct 2011 By: Adam Moss 2 Comments
Add Order Comments to Magento Checkout

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 [...]

Read More…

Get Customer & Product Info from an Order

Posted on: 4th Oct 2011 By: Robert Kent 4 Comments
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 [...]

Read More…

Simple Payment Module Extended: With Information

Posted on: 15th Sep 2011 By: Adam Moss No Comments
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 [...]

Read More…

Products In Google (Updated)

Posted on: 14th Sep 2011 By: Robert Kent 76 Comments
Products In Google (Updated)

After many a month on the Blog we’ve decided to re-launch the Google Base script with a few changes – compiling most of the comments that were recieved on the old one. There is another script on the web that is a lot like this one but I don’t think it has been edited at [...]

Read More…

Search Blog

Archives

For the record...

Views & opinions in this blog are those of the individual and do not necessarily reflect those of E-commerce Web Design or the Creare Group.