Hello @rossaskewwp,
I hope you are doing well. Based on your information, I have checked the image upload-related issue on my local site. My local site is working completely fine. It looks like you are facing a site-specific issue. To resolve this issue, you may contact Dokan official support for further instruction.
To remove multiple shipping options from your website, you can use the following snippet in your child theme function.php file.
#-- Remove Split Shipping | Dokan Lite --# function dokan_lite_remove_split_shipping() { dokan_remove_hook_for_anonymous_class( 'woocommerce_cart_shipping_packages', 'WeDevs\Dokan\Shipping\Hooks', 'split_shipping_packages', 10 ); dokan_remove_hook_for_anonymous_class( 'woocommerce_checkout_create_order_shipping_item', 'WeDevs\Dokan\Shipping\Hooks', 'add_shipping_pack_meta', 10 ); dokan_remove_hook_for_anonymous_class( 'woocommerce_shipping_package_name', 'WeDevs\Dokan\Shipping\Hooks', 'change_shipping_pack_name', 10 ); } add_action( 'init', 'dokan_lite_remove_split_shipping' );
Best regards,
Do I contact Dokan support through the Live chat on the website? They originally refered me here seeing as that we use Dokan Lite. Please provide a link how to contact the dokan team directly.
Hi rossaskewwp,
Could you verify that there are no conflicts on your website. You can perform a conflict test according to this forum comment. Also ensure that you haven’t modified any user capabilities for the vendor? Image upload problems frequently arise from changes to user capabilities.
Thanks!
Hi @rossaskewwp,
Due to inactivity, this topic is now being closed. If you have any further concerns or queries, please don’t hesitate to start a new topic.
Thanks!