Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Store Location
- This topic has 17 replies, 3 voices, and was last updated 4 years, 8 months ago by Ramamurthy Krishnan.
- AuthorPosts
- February 12, 2020 at 4:27 am #106769r_guayaquilParticipant
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!
- February 14, 2020 at 9:41 pm #107212r_guayaquilParticipant
Any help?
- February 19, 2020 at 1:52 pm #107775WCFM ForumMember
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
- February 20, 2020 at 4:20 am #107942r_guayaquilParticipantThis reply has been marked as private.
- February 25, 2020 at 12:36 pm #108665WCFM ForumMember
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
- February 25, 2020 at 9:23 pm #108785r_guayaquilParticipant
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. - February 26, 2020 at 1:16 am #108826Ramamurthy KrishnanKeymaster
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. - March 9, 2020 at 10:25 pm #110758r_guayaquilParticipantThis reply has been marked as private.
- March 10, 2020 at 4:32 pm #110930Ramamurthy KrishnanKeymaster
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,
- March 10, 2020 at 8:57 pm #110986r_guayaquilParticipantThis reply has been marked as private.
- March 11, 2020 at 6:47 pm #111193Ramamurthy KrishnanKeymaster
Hi,
The “SG Optimizer” plugin was creating the issue, I’ve deactivated it in your website and its working fine now.
Thanks,
- March 12, 2020 at 1:08 am #111248r_guayaquilParticipantThis reply has been marked as private.
- March 12, 2020 at 1:18 am #111253r_guayaquilParticipantThis reply has been marked as private.
- March 12, 2020 at 12:03 pm #111293Ramamurthy KrishnanKeymaster
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,
- March 12, 2020 at 6:09 pm #111330r_guayaquilParticipantThis reply has been marked as private.
- March 12, 2020 at 7:03 pm #111361Ramamurthy KrishnanKeymaster
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,
- March 12, 2020 at 8:53 pm #111369r_guayaquilParticipant
Thank you! You guys rock!
- March 13, 2020 at 11:07 am #111417Ramamurthy KrishnanKeymaster
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,
- AuthorPosts
- You must be logged in to reply to this topic.