VENDOR LINK

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 7 reply threads
  • Author
    Posts
    • #129390
      karl.deligero
      Participant

      Hi,

      It is possible to get the link of the login Vendor and I link to there profile page?

      Thank You

    • #129402
      Sushobhan
      Keymaster

      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!

    • #129428
      karl.deligero
      Participant

      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.
    • #129444
      Sushobhan
      Keymaster

      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!

    • #130257
      karl.deligero
      Participant

      Hi

      How can I put this in href? Is there a shortcode for this?

      Thank You

    • #130304
      Sushobhan
      Keymaster

      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!

    • #134324
      danielcruces71
      Participant

      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.

    • #135122
      Sushobhan
      Keymaster

      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!

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