简体   繁体   中英

In magento 1.9.0.1 in checkout payment Information is not working

I am unable to proceed payment information. When I click on continue in one step checkout even though I 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');

你最好使用 Onepage 结帐设置,在那里您将获得更多选项,例如运送到多个地址和在付款时更改送货地址...如果您进行单页结帐意味着您必须从前端/基础/默认复制文件路径和那里你需要修改内容。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM