Remove delivery location in checkout page

This topic has 5 replies, 3 voices, and was last updated 2 months ago ago by Andrew Mitchell

  • Avatar: equality
    equality
    Participant
    March 6, 2024 at 11:23

    Hi,

    can you tell me how i can hide delivery address from checkout page?

    Thanks

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    March 6, 2024 at 11:45

    Hello, @equality,

    Thank you for contacting us and for using XStore.

    In order to address the concern you have encountered, we kindly ask that you implement the following CSS code. Please navigate to the ‘Theme Options’ section within the XStore control panel, proceed to ‘Theme Custom CSS’, and then insert the code into the ‘Global CSS’ area:

    .woocommerce-checkout p#wcfmmp_user_location_field {
        display: none !important;
    }
    
    .woocommerce-checkout p#wcfmmp_user_location_field input#searchtext9 {
        display: none !important;
    }

    We are optimistic that this adjustment will effectively resolve the issue at hand. Should you require any further assistance, please do not hesitate to reach out.

    Warm regards,
    The 8Theme Team

    Avatar: equality
    equality
    Participant
    March 6, 2024 at 12:04

    Great!!1

    Fields has removed but map is still here.

    Can you please help me how i can remove the map?

    Thanks

    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    March 6, 2024 at 12:19

    Hello, @equality,

    We appreciate your prompt response. We kindly request that you incorporate the following CSS code into your website. To do so, please navigate to the ‘Theme Options’ section of the XStore control panel. Once there, proceed to the ‘Theme Custom CSS’ and insert the code into the ‘Global CSS’ area:

    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper div#wcfmmp-user-locaton-map {
        display: none !important;
    }

    Should you require any further assistance, please do not hesitate to reach out.

    Warm regards,
    The 8Theme Team

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    March 6, 2024 at 12:32

    Dear equality,

    We trust our theme is enhancing your experience. Taking a brief moment to rate it with a glowing 5 stars on ThemeForest would be immensely appreciated. Your feedback holds significant value for us.

    Click here to rate now: https://themeforest.net/downloads

    Thank you sincerely for your ongoing support!

    Best Regards,
    The 8Theme Team

  • Viewing 5 results - 1 through 5 (of 5 total)

The issue related to '‘Remove delivery location in checkout page’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.