• Resolved ipatenco

    (@ipatenco)


    The select elements at
    /my-account/edit-address/?address=billing
    and
    /checkout/
    have default selection issues with certain browsers.

    The fix applied was to files
    /wp-content/plugins/jigoshop/classes/jigoshop_checkout.class.php
    and
    /wp-content/plugins/jigoshop/classes/jigoshop_customer.class.php
    was simply to add a space in the string ‘selected=selected’ so that the string now looks like ‘ selected=”selected”‘

    For some reason, the lack of a space creates an error. The specific repeatable issue is in Jigoshop v1.15.5 using Chrome version 40.0.2214.115 m one the /my-account/edit-address/?address=billing using country US as default and trying to save as any country will result in the display of Afghanistan after clicking the save button, even though the database clearly shows US. This issue does confuse the customer and some customer will click save a second time after Afghanistan, or whatever is the first country in the list, and that will be marked as their country, even if they chose a US shipping state.

    Thanks!

    https://www.ads-software.com/plugins/jigoshop/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Select Defaults Broken’ is closed to new replies.