Вопрос

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