inovve

Magento Fix Onepage Checkout Stuck on Shipping Step

Apr 30th, 2015
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Go to /app/design/frontend/base/default/template/checkout/onepage/payment.phtml
  2. look for the code
  3.  
  4. <fieldset>
  5. <?php echo $this->getChildHtml('methods') ?>
  6. </fieldset>
  7. change it to this
  8.  
  9. <fieldset id="checkout-payment-method-load">
  10. <?php echo $this->getChildHtml('methods') ?>
  11. </fieldset>
Advertisement
Add Comment
Please, Sign In to add comment