php - In magento 1.9.0.1 in checkout payment Information is not working -


i unable proceed payment information. when click on continue in 1 step checkout though added fieldset id.

var payment = new payment('co-payment-form', '<?php echo $this->geturl('checkout/onestep/savepayment') ?>'); var onestep = new onestep( '<?php echo $this->geturl('checkout/onepage/savecart') ?>', '<?php echo $this->geturl('checkout/onepage/success') ?>', 'checkoutsteps'); 

u better go onepage checkout settings more options such shipping multi addresses , changing delivery address while doing payment...if doing onepage checkout means have copy files frontend/base/default path , there need modify content .


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -