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 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • in reply to: Disable shop in some membership/groups #55097

    Sorry close this I don’t need this option.

    in reply to: DELETE PRODUCT MAIN PIC AND GALLERY #51750

    Good glad you got it working and glad I could help

    in reply to: DELETE PRODUCT MAIN PIC AND GALLERY #51683

    Two possible reasons for this error

    There are two lines of the same type of code

    or

    you have put the line of code after wp-config.php loads settings.php

    make sure there is only one line of the this code

    and

    make sure you put the line of code above the line that has require_once(ABSPATH . ‘wp-settings.php’);

    if you screenshot your wp-config.php with out your database information or any passwords I can have a look at for you.

    in reply to: DELETE PRODUCT MAIN PIC AND GALLERY #51681

    Hi Alex

    Have you got a screen shot of how you have typed this in wp-config.ph p file please

    in reply to: DELETE PRODUCT MAIN PIC AND GALLERY #51651

    Just a word of warning that this will also take the bin function from wp-admin as well so when you delete a page,post or any other it will not go to the bin and will be deleted and will not be able to restore any at all, you can change this to a delay of any days you want by adding this code in the wp-config

    define(‘EMPTY_TRASH_DAYS’, 0);

    and change the 0 to how many days you would like to keep deleted items before they are deleted.

    in reply to: DELETE PRODUCT MAIN PIC AND GALLERY #51649

    Hi

    Mybe I can help with this, I wanted this feature as well and was glad you asked for it, it did take a few attempts to get this working.

    What WCFM mean by product goes to trash is that it goes in to the bin on the backend of wp-admin.
    The product will then be deleted in 30 days.

    how I got this working on WCFM front end for vendor to delete product and media at same time.

    1. place add_filter( ‘wcfm_is_allow_delete_post_media’, ‘__return_true’ ); in your child theme’s functions.php
    2. place define(‘EMPTY_TRASH_DAYS’, 0); in your wp-config.php file just before the line that says ‘That’s all, stop editing! Happy blogging.’

    This will delete the product and any media linked to the product as soon as the vendor presses delete on front end.

    in reply to: ACF SUPPORT #48445

    Thanks for the reply, I will look forward to this being added

    in reply to: ACF – Conditional Logic #48243

    Hi

    Any update on this?

    Plus I would like to use the layout functions on ACF (Accordion & tabs) works on admin but does not work on WCFM Front End, is this something that can be added aswell please.

    Best Regards

    Robert

    in reply to: ACF – Conditional Logic #47292

    Hi

    Thanks for the reply, will look forward to this being added.

    in reply to: ACF – Conditional Logic #47263

    I have tried to send the pictures again

    Attachments:
    You must be logged in to view attached files.
    in reply to: Custom Menu Item Capability #45687

    Hi

    Thank you, it works just how I want it to.

    Top class customer support.

    in reply to: Custom Menu Item Capability #45550

    Hi

    Yes “Parts Request”

    Yes please if that is posibile

    Many Thanks

    in reply to: Custom Menu Item Capability #45532
    This reply has been marked as private.
    in reply to: Custom Menu Item Capability #45300

    Hi

    I have used the plugin that you created and posted on another question.

    in reply to: Vendor Invoice #43348

    Hi

    Is there any chance the vendor can preview their invoice on the setup of the store invoice, so they can make sure it looks right?

    in reply to: Direct Payment to Vendor #42964

    Thanks for the reply

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