Won't to show seller contact detals

This topic contains 13 reply and 2 voices, and was last updated by Nayem 8 years, 9 months ago
Viewing 13 Posts - 1 through 13 (of 13 total)
Author Posts
July 11, 2015 at 4:45 pm 55204
Nayem In my website won't need to show seller contact details such as phone and email on seller's store page.. How I have to hide that.
July 12, 2015 at 10:55 am 55249
Nayem Nayem

Hello Eugene,

Which theme are you using in your website? If you are using Dokan theme then you can easily do it by removing some code from there.

Thanks.

July 13, 2015 at 1:21 pm 55415
Eugene Eugene

Dear Nayem.

I used Dokan theme, and one more question where I can find ajax search form for my header theme?

Eugene

July 13, 2015 at 2:07 pm 55423
Nayem Nayem

Please open Dokan plugin folder/templates/store-header.php file. You will get those code-

<?php if ( isset( $store_info['phone'] ) && !empty( $store_info['phone'] ) ) { ?>
                    <li class="dokan-store-phone">
                        <i class="fa fa-mobile"></i>
                        <a href="tel:<?php echo esc_html( $store_info['phone'] ); ?>"><?php echo esc_html( $store_info['phone'] ); ?></a>
                    </li>
                <?php } ?>

                <?php if ( isset( $store_info['show_email'] ) && $store_info['show_email'] == 'yes' ) { ?>
                    <li class="dokan-store-email">
                        <i class="fa fa-envelope-o"></i>
                        <a href="mailto:<?php echo antispambot( $store_user->user_email ); ?>"><?php echo antispambot( $store_user->user_email ); ?></a>
                    </li>
<?php } ?>

Please remove those codes and it will works as like you want.

To enable ajax search you have to purchase Dokan live search add-on.

Thanks.

July 13, 2015 at 2:31 pm 55427
Eugene Eugene

Thank my handsome guy.

July 13, 2015 at 2:40 pm 55433
Nayem Nayem

You are welcome. I am marking this topic as resolve.

July 13, 2015 at 3:43 pm 55454
Eugene Eugene

Nayem

I have one more question. How can set product frame same size height. From Dokan Theme demo

please my site click

July 13, 2015 at 3:46 pm 55455
Nayem Nayem

Actually there is no option for that. Because we did not specified the height of the frame because we do not know how much long the title will be. So, there is no built-in option for that.

July 13, 2015 at 3:59 pm 55457
Eugene Eugene

ok thank Nayem

July 13, 2015 at 5:50 pm 55467
Eugene Eugene

it ok now thank

July 23, 2015 at 9:29 am 56690
Eugene Eugene

Dear Nayem I has been trying to removed all code phone and email on the above your said but still showing.

July 23, 2015 at 9:03 pm 56770
Nayem Nayem

Please reload your site after clearing your browser cache.

Thanks.

July 24, 2015 at 6:28 am 56811
Eugene Eugene This reply has been marked as private.
July 26, 2015 at 10:30 am 58417
Nayem Nayem

Please check your site now.

Thanks.

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