Forum Replies Created
- AuthorPosts
- ashley.youngukParticipant
I would like to change those URLs to images I upload to the wordpress media folders.
ashley.youngukParticipantGreat! Does this also apply for the other options such as policies, followers and reviews?
Thank you
ashley.youngukParticipantHi
So it’s this one: wp-content/plugins/wc-frontend-manager/assets/images/user.png
and this one: wp-content/plugins/wc-frontend-manager/assets/images/avatar.png
Thank you π
ashley.youngukParticipantDon’t worry I figure it out…
I needed to add
'hints' => __( 'Product tags are descriptive labels you can add to your products. Popular search engines can use tags to get information about your store. You can add more than one tag separating them with a comma.', 'wc-frontend-manager' )
In the array for the help tooltip and
'required' => 1
Thanks for your help – you guys rock!! π
ashley.youngukParticipantSorry – the shortcode [wcfm_store_info id=”” data=”store_type”] works fine π thank you!
I now just need to know how to make it a required field and also to add a help tooltip π
ashley.youngukParticipant@Sarmistha Chakraborty
Thank you – this has added the field – now how can I display it with the shortcode [wcfm_store_info id=ββ data=βstore_typeβ]?
Also how can I make this field mandatory and how can I add a tooltip help icon?
Thanks
ashley.youngukParticipantWorks perfectly – thank you π
ashley.youngukParticipantAmazing – thank you π
ashley.youngukParticipantBut how do you display that dynamically?
As I said I am building the single product page template that will be used for all products. When I use [wcfm_store_info id=ββ data=βstore_nameβ] for example and leave ID blank it dynamically pulls through the store name of the product you are viewing.
If I do the same with [products store=""] and leave STORE blank it still displays all products which is not what I want.
It would be great to have an elementor widget call vendor products for this purpose.
ashley.youngukParticipantHello
Just wondering how your getting on with debugging these issues?
When adding the ‘Store Name’ widget it just adds a header widget, however I have managed to find a work around for this.
As I’ve been using the Elementor Plugin I have a few suggestions for widgets:
– Adding your shortcode as a widget and allow the user to select the information they would like to display, such as store_location etc…
Thanks
ashley.youngukParticipantWOW I would love this too… any idea on timescales?
ashley.youngukParticipantThe 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?ashley.youngukParticipantI understand the capability of your Group Addon (I have it) what I’m asking is that a membership is automatically upgraded when the vendor hits certain goals such as, when they make 30 sales their plan is automatically upgraded to the next membership. As far as I can tell this cannot be done with the current Group addon?
April 23, 2019 at 3:01 pm in reply to: Are there any tutorials on how to setup vendor verification with facebook? #59060ashley.youngukParticipantHello,
I see that, however this just takes you to the social networks API sections, it doesn’t actually tell you what you need to do once you get there. For example I have done the Facebook one, however when you click on facebook it takes you there but when returning I just get a 500 error and the url in the address bar is https://mydomain.com/vendor-dashboard/profile/?auth_in=facebook#_=_
If you have some guides on each of the networks it would be really useful.
Thanks,
April 21, 2019 at 11:05 am in reply to: Are there any tutorials on how to setup vendor verification with facebook? #58867ashley.youngukParticipantThat page does not help you setup the API’s for each network. A guide on how to do this would be really helpful.
- AuthorPosts