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

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -