Below is a php code to create a shipment for an order in magento. $order = Mage::getModel(‘sales/order’)->loadByIncrementId(‘100000001’); try { if($order->canShip())…
Below is a php code to create a credit memo for an order in magento.$order = Mage::getModel(‘sales/order’)->load(‘100000001’, ‘increment_id’); if (!$order->getId())…
Go System->Configuration->Google API->Google CheckoutEnable Google Checkout and other configurations set details about your google checkout like merchant id, merchant key…