• Resolved alexliii

    (@alexliii)


    Hello,

    Great thanks for the updating upon:

    1. Removed Show Vendor Info settings under the WordPress Admin Dashboard → Dokan → Settings → Appearance and added it back under the WordPress Admin Dashboard → Dokan → Settings → General → Product Page Settings section.
    2. Removed the More Products setting under Vendor Dashboard → Settings → Store Settings and added it back as a new Admin setting under WordPress Admin Dashboard → Dokan → Settings → General → Product Page Settings section. Now, only the admin can control this setting.
    3. Removed redundant Store Products Per Page setting under Vendor Dashboard → Settings → Store Settings. Since the admin already has this setting under WordPress Admin Dashboard → Dokan → Settings → General, this setting will be used from now on and only the admin can control this setting.
    4. Removed redundant Store Page Product Section settings under Vendor Dashboard → Settings → Store Page Product Section. Now, only the admin can control these settings under Theme Customizer settings.

    However, please note that I wrote a post upon feature request at https://www.ads-software.com/support/topic/issues-caused-confusions-in-dokan/

    There are still sever settings not supported by Dokan natively:

    1# Remove dokan vendor info or seller name on cart and checkout page

    remove_filter( 'woocommerce_get_item_data', 'dokan_product_seller_info', 10 );

    2# Dokan Disable Vendor Registration 

    remove_action( 'woocommerce_register_form', 'dokan_seller_reg_form_fields' );

    3# Remove dokan vendor info or seller name on cart and checkout page

    remove_filter( 'woocommerce_get_item_data', 'dokan_product_seller_info', 10 );

    4.Hide Dokan vendor name from All order emails

    remove_action( 'woocommerce_order_item_meta_start', 'dokan_attach_vendor_name', 10 );
    

    5. Remove the “Become a Vendor” button of Dokan in My account Page

    remove_action( 'woocommerce_after_my_account', array( Dokan_Pro::init(), 'dokan_account_migration_button' ) );

    6.remove Dokan Seller info TAB on product page

    add_filter( 'woocommerce_product_tabs', 'dokan_remove_seller_info_tab', 50 );
    function dokan_remove_seller_info_tab( $array ) {
      unset( $array['seller'] );
      return $array;
    }

    7. Enable More Products Tab is great feature, there is no way to set the number of product and columun of the products?

    It would be great if it support natively setting in Dokan UI.

    Thanks

    • This topic was modified 1 year, 4 months ago by alexliii.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support sazdhossain

    (@sazdhossain)

    Hi @alexliii,

    We highly value your insightful recommendations. Your feedback is immensely important to us, and we acknowledge the concerns you’ve raised are important aspects of the Dokan plugin.

    Please share your findings with our development team by creating an issue/feature request on Dokan’s GitHub repository here: https://github.com/getdokan/dokan/issues/new/choose. Our team will look into your suggestions and provide feedback.

    Cheers!

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @alexliii,

    Due to inactivity, we are marking this topic as resolved. Feel free to open a new one if you face any further issues.

    Thanks!

    Thread Starter alexliii

    (@alexliii)

    tthanks

    however, once Dokan enabled, we noted that customer always failed to place orders by Google anyalast 4.

    but it is hard to debug because we did not notice errors related.

    so it would be great if there is an option to completely disable Dokan on cart and checkout page to avoid any interfering.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Please support more option settings’ is closed to new replies.