Please support more option settings
-
Hello,
Great thanks for the updating upon:
- Removed
Show Vendor Infosettings under theWordPress Admin Dashboard → Dokan → Settings → Appearanceand added it back under theWordPress Admin Dashboard → Dokan → Settings → General → Product Page Settingssection. - Removed the
More Productssetting underVendor Dashboard → Settings → Store Settingsand added it back as a new Admin setting underWordPress Admin Dashboard → Dokan → Settings → General → Product Page Settingssection. Now, only the admin can control this setting. - Removed redundant
Store Products Per Pagesetting underVendor Dashboard → Settings → Store Settings. Since the admin already has this setting underWordPress Admin Dashboard → Dokan → Settings → General, this setting will be used from now on and only the admin can control this setting. - Removed redundant
Store Page Product Sectionsettings underVendor 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://ww.wp.xz.cn/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
- Removed
The topic ‘Please support more option settings’ is closed to new replies.