Magento 1.4 Fatal error: Call to a member function getStoreId() on a non-object in /app/code/core/Mage/Shipping/Helper/Data.php on line 75

Suite à une mise à jour en 1.4, dans Mon compte, vois les commandes, une erreur risque de se produire :
Articles commandés | < a href="#" id="linkId" onclick="popWin('
Fatal error: Call to a member function getStoreId() on (…) Lire la suite

Add gift message to Magento’s PDF packingslip

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 document that customer recieves. This time I got request from …

Read more

USPS fix for Magento CE 1.4.x

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 whatsoever to prepare us for this outcome. Reason The reason …

Read more

Support Bulletin-January 04, 2011

On January 2, 2011, USPS updated domestic shipping services and international pricing and product features. These changes to their API have affected the live shipping rates in all our versions.

We are currently working on a fix for this issue, and ex…

USPS-API- Support Bulletin- Update 01/05/11

Update 01/05/11

The Patch for the USPS API Issue is currently undergoing QA and expected to be released this afternoon.
Stay tuned to this blog for updates!

~~~~~~~~~~~

On January 2, 2011, USPS updated domestic shipping services and international…

(Re)sending Magento order emails

I recently had a need to resend Magento order confirmation emails for orders placed within a particular time period. Magento provides an interface for resending these emails out of the box (navigate to Sales → Orders → Order and click ‘Send E…

How to make order shipment from code

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 this event from the code. I hope that this code snippet will help you in this process. In my case I have used this code [...]