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 25 posts - 1 through 25 (of 137 total)
  • Author
    Posts
  • in reply to: Store list page returns 0 results #122697
    kaloomee
    Participant
    This reply has been marked as private.
    in reply to: Store list page returns 0 results #122496
    kaloomee
    Participant
    This reply has been marked as private.
    in reply to: Issue with WCFM update #104852
    kaloomee
    Participant

    Hi,
    Thank you for your reply,
    I managed to update to 6.4.1 with no issues today
    Thought I would try before posting back to you here

    ISSUE RESOLVED

    in reply to: Hide product details tab #96483
    kaloomee
    Participant

    Most excellent, Thank you

    Code works perfectly

    in reply to: Favourite vendors list #93792
    kaloomee
    Participant

    Aha, Thank you

    Can please tell me how I would change the display of this ‘followings’ layout,
    1 – I would like to display the store logo in line with store name
    2 – and add other such item ie – No of products in store
    3 – And change the text ‘Listed By’ to ‘Shop name’

    4 – I would also like to suggest that ‘Email’ is replaced by the wcfm ‘enquiry’ function – This may make more sense to contact a saved seller by existing system rather than external communication by email.

    I would also like to query the wording ‘Followings’ – Are their functions that I am not aware of? – ie -If a user ‘follows’ a vendor, do they receive notifications when that vendor adds new products etc?
    If not then it may be better/clearer for users, to change this word ‘followings’ to ‘favourites’
    Just my thoughts, I am happy to be corrected 🙂
    Thank you

    in reply to: Hide product details tab #93789
    kaloomee
    Participant

    HI, Category id – 386
    Thank you

    in reply to: Single Product Multi-Vendor is RUBBISH and should made into #92739
    kaloomee
    Participant

    I would vote this as a great idea

    kaloomee
    Participant

    Wow, Such great support – Thank you

    As a non-coder this support is amazing

    All now working as requested

    Thank you very, very much

    I am now following on Twitter and written a review on WordPress plugins page

    Really is much appreciated
    My round at the bar next we meet 🙂

    kaloomee
    Participant

    Hello,

    Wahay, Wonderful 🙂
    A couple of issues though
    1 – I have added this js code to the themes (Rehub-revendor) general options > ‘Js code for footer’. But menu link still opens in same tab
    2 – Icon now displays, Thanks
    3 – I have edited ‘$location’ as suggested but menu item still shows in location 1

    function dynamic_submenu_wcfmstore_link( $items, $args ) {
      
        $theme_location = 'primary-menu';// Theme Location slug
        $existing_menu_item_db_id = 781; // parent menu item database id 
        $new_menu_item_db_id = 96969; // unique id number
        $label = '<i class="fa fa-store" aria-hidden="true"></i>'.__('My Shopfront','wc-multivendor-marketplace');
        
         
        if ( $theme_location !== $args->theme_location ) {
            return $items;
        }
         
      
        if ( is_user_logged_in() ) {
            $current_user_id = get_current_user_id();
            // only if user is logged-in, do sub-menu link
            if(wcfm_is_vendor($current_user_id)) {
              $url = wcfmmp_get_store_url( $current_user_id );
              $item = array(
                  'title'            => $label,
                  'menu_item_parent' => $existing_menu_item_db_id,
                  'ID'               => 'custom-my-store',
                  'db_id'            => $new_menu_item_db_id,
                  'url'              => $url,
                 // 'classes'          => array( 'custom-menu-item' )// optionally add custom CSS class
              );
      
              $new_items[] = (object) $item;
              // insert item
              $location = 8;// menu item number (PFA for this case 8th position)
              array_splice( $items, $location, 0, $new_items );
            }
         }
      
        return $items;
    }
    add_filter( 'wp_nav_menu_objects', 'dynamic_submenu_wcfmstore_link', 10, 2 );
    Attachments:
    You must be logged in to view attached files.
    kaloomee
    Participant

    Most excellent, Thank you – Works great

    Now…. Screenshot attached for reference
    Could you please teach me how to :-
    1 – Open link to ‘My Shopfront’ in new tab
    2 – Add icon to menu link
    3 – Position menu link order – currently shows in top/1st but I would like it 2nd down
    trying to learn, I have looked at code which has ‘$location = 3; // insert at 3rd place’ – Tried editing this but still shows in 1st location

    Thank you

    Attachments:
    You must be logged in to view attached files.
    kaloomee
    Participant
    This reply has been marked as private.
    kaloomee
    Participant

    Hi
    The ‘My dashboard link is a custom url #

    I have now added screenshot of dropdown where I would like the ‘My STore’ menu link to appear

    I have tried adding the code as a snippet but nothing shows

    Any further help appreciated
    Thank you

    Attachments:
    You must be logged in to view attached files.
    kaloomee
    Participant

    As a sub-menu link to – Attached

    Attachments:
    You must be logged in to view attached files.
    in reply to: Amazon – Invoices #91430
    kaloomee
    Participant

    Thank you

    kaloomee
    Participant

    Thank you for posting suggested code
    I have added the code as a snippet,
    And how would I then add as a menu link?
    Thank you

    in reply to: 6.3.3 Update Failed: Download failed. cURL error 18 #89079
    kaloomee
    Participant

    I too have same issue

    in reply to: Claim Vendor listing #88723
    kaloomee
    Participant

    I too would like to vote this up

    in reply to: add openstreetmap.org as option please!!! #87575
    kaloomee
    Participant

    An alternative to Google maps would be a great move
    It can also be rather time consuming and sometimes nearly impossible, for a new Google user to create a google maps account
    The amount of information that they now require is okay if you are an established business but for start ups, the info that Google ask of you is not available.
    I am having problems setting up my Google maps account so an alternative would greatly help me.

    in reply to: Change position of store name & info on store list #87420
    kaloomee
    Participant

    Thank you – Looks much better

    in reply to: Change position of store name & info on store list #87122
    kaloomee
    Participant

    I would like to vote for this too
    better display to allow any colours to be used in image

    in reply to: image management #85800
    kaloomee
    Participant

    HI Jamie O’Reilly
    Would you be so kind as to name the ‘Media folders’ plugin that you have used please
    I am sure that this would help other users
    Thank you
    Kaloomee

    in reply to: wcfm – incomplete subscriptions reports #83827
    kaloomee
    Participant

    Thank you, Much appreciated
    Without these reports for vendor then the plugin is not much use

    Thank you

    in reply to: Use the FooEvent Full House Bundle Plugin #83825
    kaloomee
    Participant

    I agree with rafikrahman77 and VJean,
    Good to see that check-in on pc will be added, A much needed addition as there are a lot of venues that operate from office pc to check guests in
    Reply #81742 ‘We will definitely add this “check-in” page under WCFM Dashboard.

    Any idea when this will be added please?

    in reply to: Custom store text header #83782
    kaloomee
    Participant

    Yes, vacation message confusion caused by support reply #82936 – Not me
    Vacation message does not relate to “Welcome to our store” message
    I had a simple request – add ‘Custom Store Text Header’ for vendors
    Support mentioned that a vendor could display a store message using vacation message which started the vacation reference confusion
    My request is for a new field that vendor can edit to display at the store header, similar or same as wcvendors already include

    in reply to: Add new field – Events tab #83396
    kaloomee
    Participant

    Well, All of the Events tooltips refer to Fooevents and loos like messages for site admin rather than for vendor help.
    Example ‘The GPS coordinates used to determine the pin position on the Google map that is displayed on the event page. A valid Google Maps API key is required under WooCommerce -> Settigns -> Events.’
    This should read something like ‘The GPS coordinates used to determine the pin position on the Google map that is displayed on the event page. NB: Please ensure you use the following GPS format:
    Example: -26.137600, 28.008141
    If necessary you can convert to this format using the following tool: http://www.gps-coordinates.net/gps-coordinates-converter

    And is related to item No. 3 in this thread

    It would be less work for you if you could let me now how I can change the text in these tooltips as nearly every one needs changing so is more for vendor than site admin

    Thank you

Viewing 25 posts - 1 through 25 (of 137 total)