Magento Expert Forum - Improve your Magento experience

Results 1 to 4 of 4

Checkout broken in Magento 1.9

  1. #1
    New member
    Join Date
    Nov 2015
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Checkout broken in Magento 1.9

    Hello guys,

    I've seen this issue arise in many different threads but somehow none of the potential fixes have managed to work for me. I can can to the very last section of the checkout where I can click the 'Place Order' button, but it seems to create this error in the console:

    Uncaught TypeError: Cannot read property 'save' of undefined(…)

    in file onestepcheckout.js

    I've tried the popular:

    Code:
    <fieldset>
        <?php echo $this->getChildHtml('methods') ?>
    </fieldset>
    add id to fieldset

    HTML Code:
    <fieldset id="checkout-payment-method-load">
        <?php echo $this->getChildHtml('methods') ?>
    </fieldset>
    But unfortunately this didn't want to work.

    I've tried a different one page checkout extension with no luck.

    I was wondering whether anyone would have any other clues as to why it wouldn't work?

    The website URL is: http://dancersboxecom.safetechhosting.co.uk/ - Add any product to the cart and proceed to the checkout. You may need to create an account.

    I have a hunch that it may be Prototype conflicting.

    Any help appreciated.

    View more threads in the same category:


  2. #2
    Junior Member
    Join Date
    Sep 2018
    Location
    Canada
    Posts
    873
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    I know there are multiple topics concerning this subject but I can't get my error fixed. I was on magento 1.8, everything was working great but suddenly I got the problem that in the checkout module, I can't continue to Shipping Information. Continue just doesn't do anything. Unless (and now the fun part starts) I use Ship to Different adress (bottom option). Then it DOES continue. I have upgraded to 1.9 but same problem. I can't find any errors (not in the log, in magento or apache and not in the JS, f12 in chrome), it works using the default template but my template only has the files in the checkout folder:

  3. #3
    Junior Member kajal's Avatar
    Join Date
    Sep 2014
    Location
    Bangalore
    Posts
    1,446
    Thanks
    0
    Thanked 20 Times in 20 Posts

  4. #4
    Junior Member
    Join Date
    Sep 2016
    Posts
    49
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Great Guys,
    Thanks for share such information.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •