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
Post a Comment