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.