rstaib / jquery-steps

A powerful jQuery wizard plugin that supports accessibility and HTML5.
http://www.jquery-steps.com
MIT License
1.69k stars 783 forks source link

Shipping form from ecommerce not working #188

Open zerowar opened 8 years ago

zerowar commented 8 years ago

Hello guys!!

The situation I'm working with an ecommerce platform (Xtech) and I'm trying to use the Steps to improve the checkout.

The problem The shipping calculation is not working (only when it is inside the section of the class="wizard")

Help? Maybe someone can help me figure out why it is not working. I will attach the code.

**Both arquives have the shipping calculation checkout.zip

They start on: {% set country_id = set_value('country_id', (customer.ship_address.country_id ? customer.ship_address.country_id : shop_config('default_country_id'))) %}

Thanks a lot guys!!!

ckvi commented 8 years ago

Check out if the ID or Name of the input fields in your form have $0-

In reference to #184, under certain circumstances, it happens, that steps replaces $0 with {2}. This would destroy the wireing of inputs to their backend code.

Regards, Chris