Forum Replies Created
- AuthorPosts
Eden Brownlee
ParticipantCould we request this feature? If so how much will we be charged? I already have created a new thread but no one did respond.
https://wclovers.com/forums/topic/shortcode/Eden Brownlee
ParticipantAny updates please?
Eden Brownlee
ParticipantHello Thanks, I am reaching again for another inquiry. Is there any shortcode that can give m the top vendors with a custom field filter. The custom field was added in the registration process. Please let me know, I have asked for this for countless times but nobody responded so I am asking it in this thread again.
Eden Brownlee
ParticipantThis reply has been marked as private.Eden Brownlee
ParticipantCool! This is working now but the problem is it is only visible in the admin store manager area and not in the vendors side
Eden Brownlee
ParticipantBy the way I created custom fields on registration but in the vendor dashboard it seems to not be showing anywhere… I want the vendors to have access on it too that way they can update it when needed in the future.
Eden Brownlee
ParticipantFound it, it seems like this snippet only allows one product to be added in the gallery though.
Eden Brownlee
ParticipantWhere do the vendors upload the gallery images? TY
Eden Brownlee
ParticipantThat worked! TY 🙂
Eden Brownlee
ParticipantLet me know how I should fix this 🙂 TY will really be appreciated.
Eden Brownlee
ParticipantHere more screenshots.
Attachments:
You must be logged in to view attached files.Eden Brownlee
ParticipantHere more screenshots
Attachments:
You must be logged in to view attached files.Eden Brownlee
ParticipantOne last thing 🙂 The tabs seems to have no active class when clicked. hehehe
So to wrap things up, adding a custom tab is now working.. but the tab do not have active class when it is the current page.
And how do I filter that the shop will only show physical products via filtering.Eden Brownlee
ParticipantOhh all good now 🙂 How do I change the order of tabs? 🙂
Eden Brownlee
ParticipantI am getting a 404 after adding a new tab… I have re-saved permalinks already.
add_filter( ‘query_vars’, function( $vars ) {
$vars[] = ‘services’;
return $vars;
}, 50 );add_filter( ‘wcfmmp_store_tabs’, function( $store_tabs, $store_id ) {
$store_tabs[‘services’] = ‘Services’;
return $store_tabs;
}, 50, 2 );add_filter( ‘wcfmp_store_tabs_url’, function( $store_tab_url, $tab ) {
if( $tab == ‘services’ ) {
$store_tab_url .= ‘services’;
}
return $store_tab_url;
}, 50, 2 );add_filter( ‘wcfmp_store_default_query_vars’, function( $query_var ) {
global $WCFM, $WCFMmp;if ( get_query_var( ‘services’ ) ) {
$query_var = ‘services’;
}
return $query_var;
}, 50 );add_filter( ‘wcfmmp_store_default_template’, function( $template, $tab ) {
if( $tab == ‘services’ ) {
$template = ‘store/wcfmmp-view-store-services.php’;
}
return $template;
}, 50, 2);Eden Brownlee
ParticipantAnd Btw how do I change the order of tabs in the vendor store? Ty
Eden Brownlee
ParticipantI have a category for physical and services products 🙂
Eden Brownlee
ParticipantHey there guys, another couple months down, any progress in rolling this out? 🙂 Really need this asap as core hacks are not cool 😀
Eden Brownlee
ParticipantAwesome thanks so much 🙂 looking forward to hearing back from you guys! 🙂
Eden Brownlee
ParticipantIs there an ETA on this? Surely it would not be too difficult to update current function to use the timezone setting? 🙂 I hope we can get this actioned sometime in the near future 😀
Eden Brownlee
ParticipantHi WCFM,
Can we get a response on this? Can we get this added to core? (Again, even as a hidden beta feature so we do not have to edit core files and can continue to update wcfm etc)
Eden Brownlee
ParticipantWCFM, Any update on this?
Would it be possible to even get this as a beta option added to core, and just let us know how to turn it on? This would be great if we can get it rolled out into release and just enable it as a setting. We can test it for you and let you know if we experience any issues.
Eden Brownlee
ParticipantHi ME, we are now looking to implement this shortly.
Did you happen to send the plugin (per last request from bookingWP)
Eden Brownlee
ParticipantIs anything happening on this, we really need this feature too so that appointments/bookings made with WCFM appear in shopper/user timezone (we use bookingWP), and that vendors can set availability for booking in their own timezone (and set that).
Please help!
- AuthorPosts