• Resolved Nardo

    (@nardog03)


    Hello Support,

    The plugin was working perfectly until the newest update 1.2.5, I have installed Sg Woocommerce Checkout Location Picker and SG Map to Address by Sevengits installed to show the Google Map for delivery during checkout.

    After the new update the Map Iframe isn’t loading and the widget to select the location isn’t either. Can you please look into this matter, as I am highly impressed with your plugin so far.

    Looking forward to heading back from you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Diego Versiani

    (@diegoversiani)

    Hi Nardog03,

    I’m sorry to hear the latest update has caused issues.

    Until we get this fixed, a workaround would be to revert to the previous version. To do so, you can download the previous version from the link below and upload/install it from your website WP Admin > Plugins > Add new > Upload:
    https://downloads.www.ads-software.com/plugin/fluid-checkout.1.2.4.zip

    Before we can proceed with fixing the issue we would like to ask a few questions:

    1. Could you confirm which plugins are you using? Are they the free or PRO versions?
    https://www.ads-software.com/plugins/sg-checkout-location-picker/
    https://www.ads-software.com/plugins/search/SG+Map+to+Address/

    2. Are there any JavaScript errors shown in the Developer Tools Console?

    3. What are the settings you are using for both plugins? — so that we can replicate the same scenario.

    Best,
    Diego

    Thread Starter Nardo

    (@nardog03)

    Thank you for your response. I had rollback to the previous version.

    1. I am using Sg Woocommerce Checkout Location Picker
    *SG Map to Address Free*

    2. No Errors in the Dev Console

    3. I have the map displayed on the checkout page for Sg Woocommerce Checkout Location Picker only for the shipping section and not the billing section.

    Hope that helps. Thank you again for helping me with this issue.

    Regards,
    Lanardo

    Plugin Author Diego Versiani

    (@diegoversiani)

    Hi Lanardo,

    I made tests with multiple versions of the Fluid Checkout, and with the SG plugins both enabled and with only each one enabled.

    In previous versions, the SG features work partially for the shipping address; and for the billing address, only the location picker map works – the one which sets the latitude/longitude fields.

    What changed in version 1.2.5 that is causing the duplicate maps or buttons is that the shipping address section is now updated dynamically, this behavior can be changed by removing the hook which adds the updated section in place (add this line to your theme’s functions.php file):

    remove_filter( 'woocommerce_update_order_review_fragments', array( FluidCheckout_Steps::instance(), 'add_shipping_address_fields_fragment' ), 10 );

    However, a similar solution is not possible for the billing address section.

    I also found some layout and style issues.

    My conclusion is that these two plugins were not compatible with Fluid Checkout from the start. It might be possible to add compatibility for them.

    1. Could you make a video/gif showing what is the expected behavior which was working correctly?

    I’ll test some possibilities and reply to you as soon as possible.

    Best,
    Diego

    Plugin Author Diego Versiani

    (@diegoversiani)

    Hi @nardog03,

    We’ve released version 1.2.9 with explicit support for the plugins “SG Map to Address” and “Sg Checkout Location Picker for WooCommerce” by Sevengits.

    I’m closing this issue for now.

    Best,
    Diego

    Thread Starter Nardo

    (@nardog03)

    Thank you for the update ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Issues With The Delivery Map After New Update’ is closed to new replies.