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

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

How do you set up a perforce server to work over the internet? -

ios - Lagging ScrollView with UIWebview inside -