WC Lovers

WooCommerce Frontend Manager - Multivendor marketplace vendor dashboard

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!

Forum Replies Created

Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • in reply to: Store Gallery #133360
    Eden Brownlee
    Participant

    Could 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/

    in reply to: Shortcode #132867
    Eden Brownlee
    Participant

    Any updates please?

    in reply to: Store Gallery #132866
    Eden Brownlee
    Participant

    Hello 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.

    in reply to: Store Gallery #130752
    Eden Brownlee
    Participant
    This reply has been marked as private.
    in reply to: Store Gallery #130534
    Eden Brownlee
    Participant

    Cool! This is working now but the problem is it is only visible in the admin store manager area and not in the vendors side

    in reply to: Store Gallery #130162
    Eden Brownlee
    Participant

    By 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.

    in reply to: Store Gallery #130154
    Eden Brownlee
    Participant

    Found it, it seems like this snippet only allows one product to be added in the gallery though.

    in reply to: Store Gallery #130152
    Eden Brownlee
    Participant

    Where do the vendors upload the gallery images? TY

    in reply to: WCFM Vendor page #129950
    Eden Brownlee
    Participant

    That worked! TY 🙂

    in reply to: WCFM store manager looks broken #129949
    Eden Brownlee
    Participant

    Let me know how I should fix this 🙂 TY will really be appreciated.

    in reply to: WCFM store manager looks broken #129694
    Eden Brownlee
    Participant

    Here more screenshots.

    Attachments:
    You must be logged in to view attached files.
    in reply to: WCFM store manager looks broken #129692
    Eden Brownlee
    Participant

    Here more screenshots

    Attachments:
    You must be logged in to view attached files.
    in reply to: WCFM Vendor page #129375
    Eden Brownlee
    Participant

    One 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.

    in reply to: WCFM Vendor page #129368
    Eden Brownlee
    Participant

    Ohh all good now 🙂 How do I change the order of tabs? 🙂

    in reply to: WCFM Vendor page #129367
    Eden Brownlee
    Participant

    I 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);

    in reply to: WCFM Vendor page #129366
    Eden Brownlee
    Participant

    And Btw how do I change the order of tabs in the vendor store? Ty

    in reply to: WCFM Vendor page #129365
    Eden Brownlee
    Participant

    I have a category for physical and services products 🙂

    in reply to: Adding Timezone dropdown to vendor settings page #105288
    Eden Brownlee
    Participant

    Hey there guys, another couple months down, any progress in rolling this out? 🙂 Really need this asap as core hacks are not cool 😀

    in reply to: Adding Timezone dropdown to vendor settings page #97187
    Eden Brownlee
    Participant

    Awesome thanks so much 🙂 looking forward to hearing back from you guys! 🙂

    in reply to: Adding Timezone dropdown to vendor settings page #96812
    Eden Brownlee
    Participant

    Is 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 😀

    in reply to: Adding Timezone dropdown to vendor settings page #96106
    Eden Brownlee
    Participant

    Hi 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)

    in reply to: Adding Timezone dropdown to vendor settings page #93807
    Eden Brownlee
    Participant

    WCFM, 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.

    in reply to: Adding Timezone dropdown to vendor settings page #92706
    Eden Brownlee
    Participant

    Hi ME, we are now looking to implement this shortly.

    Did you happen to send the plugin (per last request from bookingWP)

    https://bookingwp.com/forums/topic/here-is-the-code-required-for-custom-timezones-to-work-pls-merge-w-official/

    in reply to: Adding Timezone dropdown to vendor settings page #91745
    Eden Brownlee
    Participant

    Is 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!

Viewing 24 posts - 1 through 24 (of 24 total)