• Resolved vnkjoshi

    (@vnkjoshi)


    Hello,

    Here are some queries or suggestions.

    1.Would better if vendor registration applies default theme style instead of WooCommerce Multivendor Marketplace style?

    2.The Store slug not updating, showing error – “Shop Slug already exists”

    3.Not able to hide default wocommerce/theme sidebar from vendor store link. Please check following the link (Scroll down) – https://craftsduniya.com/store/vnkjoshi007/

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WC Lovers

    (@wclovers)

    Hi,

    Thanks for get in touch with us.

    1. Well, WCFM registration is a normal WP page so you may add anything to this page. And off course you may change it’s CSS by writing any CSS at your theme.

    You may also override registration form template to your child theme, if you are comfortable then I will guide you in this as well.

    2 & 3. Kindly update WCFM and WCFM Marketplace to the latest version, these will resolve for you.

    Thank You

    Thread Starter vnkjoshi

    (@vnkjoshi)

    Thanks for quick response. About 2 & 3 has been resolved. About 1 better you provide an option(Checkbox) for use theme style for the registration form. Also, always welcome if you guide me on how to make override registration form template to my child theme.

    Plugin Author WC Lovers

    (@wclovers)

    Hi,

    You may override template like this –

    Copy “wc-multivendor-membership\templates\vendor_registration.php” template at “your theme\wcfm\membership\vendor_registration.php”

    Now edit as per your requirement.

    Well, you may add this code as well to ignore WCFM CSS for registration page –

    function wcfmvm_dequeue_scripts() {
    	wp_dequeue_style( 'wcfm_membership_registration_css' );
    }
    add_action('wp_enqueue_scripts', 'wcfmvm_dequeue_scripts', 11 );

    Thank You

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Vendor Registration Style.’ is closed to new replies.