• Resolved rossaskewwp

    (@rossaskewwp)


    Hi there,

    I still cannot figure out the issue why vendors cannot upload images. We have conducted conflict test and attempted to change themes but the error still remainds.

    Secondly, I attempted to add the code snippet to “hide” the double shipping yet it did not work either.

    I would really appreciate your assistance.

    All the best,

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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,

    Thread Starter rossaskewwp

    (@rossaskewwp)

    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.

    Plugin Support Yeasin Arafat

    (@yeasinarafathridoy)

    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!

    Plugin Support sazdhossain

    (@sazdhossain)

    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!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image upload error for vendors’ is closed to new replies.