MapBox in checkout

MultivendorX Pro

Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #180639
      a.dalcamo
      Participant

      Hi, is there a way to remove the mapbox from checkout only? I don’t understand why I have to rewrite the address a second time in the map box to update the shipping costs. Why don’t you update them from the shipping or billing address inputs?

    • #180716
      promita
      Keymaster

      Hi a.dalcamo, to remove the mapbox from checkout page add this code in the functions.php of your current active theme.

      
      add_filter( 'mvx_is_allow_checkout_user_location', '__return_false' );
      
      Copy
    • #180757
      a.dalcamo
      Participant

      Ok thanks

    • #180767

      We presume this query has been answered , so we are closing this thread.

Viewing 3 reply threads

The topic ‘MapBox in checkout’ is closed to new replies.