Claim your freedom to choose the perfect partner for your multi-vendor journey.

FREEDOM25

Celebrate the festive season by giving your marketplace a powerful lift!

FESTIVE20

5.0.0
Something big is coming for marketplace admins… MultiVendorX 5.0 is almost here. Are you ready?
Be the first to explore all the game-changing features!
Power your marketplace dreams with unbeatable Black Friday deals!

MVXBLACK30

Supercharge your marketplace vision with unstoppable Cyber Monday deals!

MVXCYBER30

Holiday cheer, bigger savings
Take 25% off-because your marketplace deserves a gift too.

happyholiday

View Categories

Hide customer details from vendor

To remove customer details from vendor order mail, order details page, order CSV file you need to add the below code on the functions.php file of your current active theme –

add_filter(‘show_cust_address_field’, ‘__return_false’);
add_filter(‘show_cust_billing_address_field’, ‘__return_false’);
add_filter(‘show_cust_shipping_address_field’, ‘__return_false’);

add_filter(‘is_vendor_can_see_order_billing_address’, ‘__return_false’);
add_filter(‘is_vendor_can_see_order_shipping_address’, ‘__return_false’);
add_filter(‘is_vendor_can_see_customer_details’, ‘__return_false’);

add_filter(‘show_customer_details_in_export_orders’, ‘__return_false’);
add_filter(‘show_customer_billing_address_in_export_orders’, ‘__return_false’);
add_filter(‘show_customer_shipping_address_in_export_orders’, ‘__return_false’);

Leave a Reply

Shopping Cart
Scroll to Top