• Resolved alexliii

    (@alexliii)


    Hello,

    For most sale channel, it is force required to fullfill the order by the site owner but not the vendor, othewise, it is seriously conflict with the policies.

    So, it would be great if there is an option to hide “Shipping: vendor name” on Checkout page.

    For now, any code snipptes to achieve it and remove it ?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support sazdhossain

    (@sazdhossain)

    Hi @alexliii

    To remove the vendor’s name next to the Shipping label on the checkout page, you can use the following code –

    remove_filter( 'woocommerce_shipping_package_name', 'dokan_change_shipping_pack_name');

    Hope this helps!

    Plugin Support sazdhossain

    (@sazdhossain)

    Hi?@alexliii

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

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove Vendor shipping: Vender-Name on checkout page’ is closed to new replies.