Magento Fake ShoppingCart issue -
Magento Fake ShoppingCart issue -
i have little issue code false magento checkout.
here code:
$checkout = mage::getsingleton('checkout/type_onepage'); $checkout->savecheckoutmethod('guest'); $checkout->savebilling($address, $customeraddressid); $checkout->saveshipping($address, $customeraddressid); $checkout->saveshippingmethod('freeshipping_freeshipping'); $checkout->savepayment(array('method'=>'checkmo')); $checkout->saveorder(); when refresh page can place order. every first time after logging in shop. have throw exception.
do have thought ?
magento
Comments
Post a Comment