Store Location

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 17 reply threads
  • Author
    Posts
    • #106769
      r_guayaquil
      Participant

      Hi,

      How can i show the location map in the vendor store? And also to show in the store list page.

      do i need to install a plugin? I have enabled the capability for the vendor to show the map and i have the widget to show store location, but no luck.

      Thanks for the help!

    • #107212
      r_guayaquil
      Participant

      Any help?

    • #107775
      WCFM Forum
      Keymaster

      Hi,

      Well, this is WCFM Marketplace core feature, no other plugin require for this.

      You just have to setup store location from Vendor Setting Panel – > Location – https://ibb.co/KbDpsrG

      Thank You

    • #107942
      r_guayaquil
      Participant
      This reply has been marked as private.
    • #108665
      WCFM Forum
      Keymaster

      HI,

      Add this line to your site to disable country field for this widget –

      add_filter( 'wcfmmp_is_allow_store_list_country_filter', '__return_false' );

      Add this code to your child theme’s functions.php
      In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/

      Thank You

    • #108785
      r_guayaquil
      Participant

      Hi,

      thanks for the code.

      what is the shortcode to make the stores look like the image attached? I have this shortcode: [wcfm_stores theme=’classic’ map=””]

      I have also tried using theme=’simple’ but still no luck. I am using the flatsome theme.

      Thanks again!

      Attachments:
      You must be logged in to view attached files.
    • #108826
      Molay Das
      Keymaster

      Hi,

      There are 3 types of store list page theme views, they are: simple, classic, compact.
      Attached screenshots of 3 types of theme views below.
      PFA….

      Thanks

      Attachments:
      You must be logged in to view attached files.
    • #110758
      r_guayaquil
      Participant
      This reply has been marked as private.
    • #110930
      Molay Das
      Keymaster

      Hi,

      Please share us your website login details. We need to check the issue.

      Please do share your website login credentials as private reply here.

      Thanks,

    • #110986
      r_guayaquil
      Participant
      This reply has been marked as private.
    • #111193
      Molay Das
      Keymaster

      Hi,

      The “SG Optimizer” plugin was creating the issue, I’ve deactivated it in your website and its working fine now.

      Thanks,

    • #111248
      r_guayaquil
      Participant
      This reply has been marked as private.
    • #111253
      r_guayaquil
      Participant
      This reply has been marked as private.
    • #111293
      Molay Das
      Keymaster

      Hi,

      Please go to your wp-config.php file and replace “define(‘WP_DEBUG’, true);” with “define(‘WP_DEBUG’, false);”, the warning will go.
      The optimizer plugin is having some compatibility issue with our plugin.

      Thanks,

    • #111330
      r_guayaquil
      Participant
      This reply has been marked as private.
    • #111361
      Molay Das
      Keymaster

      Hi,

      I’ve added the below code to your child theme’s functions.php file:

      add_filter( 'wcfmmp_store_list_after_store_info', 'cus_wcfmmp_store_list_after_store_info', 10, 2 );
      function cus_wcfmmp_store_list_after_store_info( $store_id, $store_info ) {
      	echo '<p class="store-phone">' . get_user_meta( $store_id, 'url-de-tienda-online', true ) . '</p>';
      }

      The url is displayed for each vendors in the store list page.

      Thanks,

    • #111369
      r_guayaquil
      Participant

      Thank you! You guys rock!

    • #111417
      Molay Das
      Keymaster

      Hi,

      You’re most welcome.
      Let me know if there’s anything else we can help you with.

      Can we ask for a favor? Would you mind taking a few minutes to review our plugin at https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/ and let others know about your 5 Star experience with WCFM Marketplace. Also, follow us on Twitter https://twitter.com/wcfmmp for more exciting news, important updates, and irresistible offers.

      Thanks,

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