Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Vendors › VENDOR LINK
- This topic has 7 replies, 3 voices, and was last updated 4 years, 6 months ago by Sushobhan.
- AuthorPosts
- May 11, 2020 at 9:05 am #129390karl.deligeroParticipant
Hi,
It is possible to get the link of the login Vendor and I link to there profile page?
Thank You
- May 11, 2020 at 9:27 am #129402SushobhanKeymaster
Hi,
Sorry I didn’t get your query. I think this topic https://wclovers.com/forums/topic/url-adresse-web-site-vendor/ might be relevant to your query. If not, just reply back with some more explanation and maybe a snapshot with annotation.
Looking forward to helping you.
Thank You! - May 11, 2020 at 10:26 am #129428karl.deligeroParticipant
Hi,
The scenario is like this see the attached image.
When click the vendor first name it’ redirect to their specific profile vendor page that contains about products followers of the vendor see the (image 2)
Attachments:
You must be logged in to view attached files. - May 11, 2020 at 11:34 am #129444SushobhanKeymaster
Hi,
You can use the following code to get the Store URL anywhere from vendor dashboard-if(is_wcfm_page() && wcfm_is_vendor()) { $store_user = wcfmmp_get_store(); $store_url = $store_user->get_shop_url(); }
Sorry I couldn’t give you the full snippet without seeing the interface. Probably it’s coming from your theme and might be theme specific.
Let me know if it helps.
Thank you! - May 13, 2020 at 5:45 am #130257karl.deligeroParticipant
Hi
How can I put this in href? Is there a shortcode for this?
Thank You
- May 13, 2020 at 10:19 am #130304SushobhanKeymaster
Hi,
As I told you earlier it’s coming from your theme, so without checking the theme and your theme configuration, it’s hard to tell.
Thank You! - May 23, 2020 at 4:15 am #134324danielcruces71Participant
Hello, this happens to me with the URL of the stores, when I create a subdomain and redirect it to the seller’s stores, the directory is lost and it is impossible to see the store again, even when I delete the subdomain, it still happens, then I can’t find how to delete a store to try again.
- May 25, 2020 at 9:44 pm #135122SushobhanKeymaster
Hi,
Sorry, but I didn’t get it. What do you mean by “when I create a subdomain and redirect it to the seller’s stores”? How did you set this up?the directory is lost and it is impossible to see the store again
Can’t you see that vendor from the store list page as well?
Please provide me more details and if possible, exact steps of how to replicate this.
Thank You!
- AuthorPosts
- You must be logged in to reply to this topic.