Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM › Enquiries Shortcode not working correctly
Tagged: enquiries
- This topic has 7 replies, 3 voices, and was last updated 5 years, 9 months ago by
WCFM Forum.
- AuthorPosts
- April 28, 2019 at 10:40 am #59746
Olive&Lake
ParticipantHi,
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. - April 29, 2019 at 7:49 am #59842
WCFM Forum
MemberHI,
Please add short code like this – https://ibb.co/k6MB8Fh
“store” not require and don’t forget to add “[” and “]”
Thank you
- April 29, 2019 at 10:07 am #59876
Olive&Lake
ParticipantThis reply has been marked as private.- May 1, 2019 at 1:08 pm #60202
WCFM Forum
Memberhttps://kasekor.com/product/solar-garden-light-6w-lotus-light-1-0/
Is this product really belong to this vendor? Or, you have added “sold by” using page builder?
- April 29, 2019 at 10:10 am #59878
ashley.younguk
ParticipantThe 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?- May 1, 2019 at 1:07 pm #60201
WCFM Forum
MemberAre you using WCFM Ultimate?
Follow short code only works with WCFM Ultimate.
- May 6, 2019 at 5:21 am #60840
Olive&Lake
ParticipantHi.
Yes, I am using WCFM Ultimate.
Yes, the product really belongs to this vendor. This was added using the “Vendor Store: Info” widget.
Thanks
- May 9, 2019 at 6:56 am #61277
WCFM Forum
MemberHI,
Kindly update WCFM Free and Ultimate at latest version, 6.1.0
This will resolve for you.
Thank You
- AuthorPosts
- The topic ‘Enquiries Shortcode not working correctly’ is closed to new replies.