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