Category / Shipping

Prevent PO Boxes in shipping address field on Checkout

Prevent PO Boxes in shipping address field on Checkout

jechasteen@sxc.hu

We recently integrated a feature that would prevent users from creating an order with a PO Box in Australia. Since we are already familiar with Australia Post shipping integration (and heavy …

7

How to hide shipping method on Magento frontend but leave it on in admin area

How to hide shipping method on Magento frontend but leave it on in admin area

For some of you, this might come as a surprise, but Magento does not support “disabling” the shipping method on frontend but leaving it on in admin area. OK, thats …

13

Add gift message to Magento’s PDF packingslip

Featured Image

To be honest, I have never been working with gift messages in Magento, so I got very surprised once I saw that there is no output for it in any …

8

USPS fix for Magento CE 1.4.x

Featured Image

If you are a Magento store owner or Magento developer, you probably already noticed that USPS shipping method instantly stopped working few days ago. There was no clear announcement or …

69

How to make order shipment from code

Featured Image

As most of you know, there is an Order interface in Magento administration from where you can trigger order shipping. However, while developing certain module, you might wish to trigger …

8

How to set FedEx shipping in Magento

Featured Image

This is guide about setting FedEx shipping method in Magento.

43

Custom shipping method in Magento

Featured Image

In this article I will demonstrate how to write custom shipping method in Magento commerce. First we need to write our shipping method, it’s a class in folder app/code/core/Mage/Shipping/Model/Carrier/. I …

55