Hide the delivery location in the checkout page

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 3 reply threads
  • Author
    Posts
    • #131225
      jp2019
      Participant

      How I can the location of the delivery be hidden?

      Attachments:
      You must be logged in to view attached files.
    • #131261

      Hi,

      We have add this “Shipping By Distance” feature in our latest update, incase you do not need it, you can turn off this module. And make sure “Checkout User Location” is turn-off also from Geo location settings.

      Thank You

      Attachments:
      You must be logged in to view attached files.
    • #131668
      khuaneng.khor
      Participant

      How to hide the map but to maintain the delivery location at checkout page?

      Attachments:
      You must be logged in to view attached files.
      • #131726

        Hello,

        For this you need to hide map using css, add this css in your theme’s style.css –

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

        Thanks.

    • #131740
      khuaneng.khor
      Participant

      Thanks!

Viewing 3 reply threads
  • You must be logged in to reply to this topic.