Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError: Cannot read property 'checked' of null #26

Open
jorgb90 opened this issue Aug 6, 2015 · 1 comment
Open

Uncaught TypeError: Cannot read property 'checked' of null #26

jorgb90 opened this issue Aug 6, 2015 · 1 comment

Comments

@jorgb90
Copy link

jorgb90 commented Aug 6, 2015

De adres check werkt niet in de admin wel in de frontend.. Krijg een JS error zie attachment.

schermafbeelding 2015-08-06 om 19 06 47

@jorgb90
Copy link
Author

jorgb90 commented Aug 6, 2015

Ah oplossing al gevonden.. Laatste versie Magento is de naam van de checkbox veranderd denk ik..

Dit;

        var pcnlapi = this;
        // Shipping
        if (!$('order-shipping_same_as_billing').checked)
        {

Moet gewijzigd worden in;

        var pcnlapi = this;
        // Shipping
        if (!$('order-shipping_as_billing').checked)
        {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant