*

halit

  • **
  • 7 posts
Show phone number and email information
« on: July 01, 2020, 02:15:42 PM »
Hello!

I do not want to hide email and phone information. I want to cancel the "X" marks.
How can I do it.

Best regards

Marked as best answer by frosticek on July 02, 2020, 07:55:40 AM
*

MB Themes

Re: Show phone number and email information
« Reply #1 on: July 02, 2020, 07:55:35 AM »
@halit
In item.php find code:
Code: [Select]
<?php echo substr($mobile0strlen($mobile) - 4) . 'xxxx'?>
replace it with:
Code: [Select]
<?php echo $mobile?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

halit

  • **
  • 7 posts
Re: Show phone number and email information
« Reply #2 on: July 02, 2020, 11:25:40 PM »
Thankyou