Tag: magento setup
Magento – Change Order Status
by sunny on Dec.08, 2009, under Other
Yesterday we got an order from a customer and the order status was “pending_paypal”. It was ok until later we received the payment from the customer, and I found out there was no way to change the order status from “pending_paypal”. After googling for awhile, I find a solution by editing this file:
Magento\app\code\core\Mage\Sales\etc\config.xml. Although I recommend not to edit the original file, I will show you how to edit this file in order to change the order status. First find the code block <states></states>, and add the order status within <statuses> and <statuses/>. For example, I changed
(continue reading…)
Magento – Paypal Standard Payment and IPN setting
by sunny on Dec.08, 2009, under Other
Today someone asked me a question: Someone ordered from the magento website using Paypal standard payment, but did not get IPN back. Why? Ok I have tested on the Paypal Sandbox Site, and it works very well. However, I did not really test on the real world situation. On the other hand, We forgot to turn on IPN on Paypal site. Opp!