I have configure two Magento stores on one installation. In these two, primary store one page checkout not working fine [ Actually it does not move to next step - billing step ] in step2.

When view the source via browser it does not require billing.html file

Is there any solution for this

http://i.stack.imgur.com/nApzp.png

有帮助吗?

解决方案

check if jquery is conflicting with prototype as this is a problem when all prototype functions doesnt work

use noConflict for that

Good news getting jQuery included in magento 2.0 :)

其他提示

I have dealt couple of times with such a problem and nine out of ten times it is caused by a misbehaving shipping or payment module. I suggest you to disable all non-default modules and retry and see what happens.

I would try this after you have walked through default Magento debugging procedure.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top