Enquiries Shortcode not working correctly

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!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM Enquiries Shortcode not working correctly

Tagged: 

Viewing 5 reply threads
  • Author
    Posts
    • #59746
      Olive&Lake
      Participant

      Hi,

      I’m suing the following shortcodes:

      wcfm_inquiry store=””
      wcfm_follow store=””

      However, I using a pagebuilder to design my product page. So I want store=”” to take the current store without having put the store in the shortcode?

      How can I add the enquiry button to the product page and it takes the current product’s vendor? At the moment, only the administrator gets the notification and the vendor doesn’t get the notification. Can I do this with a shortcode? I couldn’t find a widget to add the enquiry / follow buttons, only the shortcode, but I have to specify the store myself?

      In your knowledgebase article – https://wclovers.com/knowledgebase/wcfm-marketplace-widgets-short-codes/

      You write “Well, more interesting part of this short code, it’s quite intelligent. If you add this in vendor store sidebar or single product page sidebar then you don’t have to specify “id” parameter, it will automatically fetch that store id or product vendor id and will show store info accordingly.”

      But this doesn’t seem to be true for the two shortcodes I mentioned above.

      Attachments:
      You must be logged in to view attached files.
    • #59842
      WCFM Forum
      Keymaster

      HI,

      Please add short code like this – https://ibb.co/k6MB8Fh

      “store” not require and don’t forget to add “[” and “]”

      Thank you

    • #59876
      Olive&Lake
      Participant
      This reply has been marked as private.
    • #59878
      ashley.younguk
      Participant

      The shortcode [wcfm_enquiry] works perfectly however [wcfm_follow] does not, when adding this shortcode it displays nothing at all. I initally thought it was because you need to add the store id to the shortcode so I created a shortcode like this:

      function product_store_follow_main () {
      
               echo do_shortcode( '[wcfm_follow store=”' . $store_id . '""]');
      
      }
      add_shortcode( 'store-follow-main', 'product_store_follow_main' );

      However, that did not work either.
      Any ideas?

      • #60201
        WCFM Forum
        Keymaster

        Are you using WCFM Ultimate?

        Follow short code only works with WCFM Ultimate.

    • #60840
      Olive&Lake
      Participant

      Hi.

      Yes, I am using WCFM Ultimate.

      Yes, the product really belongs to this vendor. This was added using the “Vendor Store: Info” widget.

      Thanks

    • #61277
      WCFM Forum
      Keymaster

      HI,

      Kindly update WCFM Free and Ultimate at latest version, 6.1.0

      This will resolve for you.

      Thank You

Viewing 5 reply threads
  • The topic ‘Enquiries Shortcode not working correctly’ is closed to new replies.