Hide Vendor Info and single Shipping Charge
-
Dear,
I want to hide my vendor’s all information from everywhere like cart page, checkout page, confirm order page, thank you page and so on. For that reason I added some code in my theme’s function.php file. Codes are:remove_filter( 'woocommerce_get_item_data', 'dokan_product_seller_info', 10 ); remove_action( 'woocommerce_order_item_meta_start', 'dokan_attach_vendor_name', 10, 2 );
It’s not working for me. Please solve this issue with proper documentation.
Now, I also want that people will only pay single shipping charge. If they select multiple vendor’s items but they will only pay admin’s shipping rules cost. Not for every vendors shipping cost.
Please solve my two issues. I’ll be very happy if I get help from you.
Thank you.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Hide Vendor Info and single Shipping Charge’ is closed to new replies.