Hide phone number from vendor page

This topic contains 1 reply and 2 voices, and was last updated by towhid 8 years, 11 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
May 30, 2015 at 11:21 pm 45703
towhid Hi how can I hide phone number on vendors page? I managed to make the seller able whether to show or hide phone number on store but how do I remove it from vendor page it appears under each store which file is responsible for vendor page ? thanks
May 31, 2015 at 2:52 pm 45724
towhid towhid

Hello Anas,

Please open dokan-plugin/classes/template-shortcodes.php

and find below line.

<abbr title="<?php _e( 'Phone', 'dokan' ); ?>"><?php _e( 'P:', 'dokan' ); ?></abbr> <?php echo esc_html( $store_info['phone'] );

If you comment out above line phone number will be hide from vendor page.

Thanks

Viewing 1 Posts - 1 through 1 (of 1 total)