*

stals443

  • **
  • 7 posts
Duplicate Zip code
« on: September 13, 2017, 09:45:20 AM »
Duplicate zip code in users profile.

Backend:




User profile:


*

MB Themes

Re: Duplicate Zip code
« Reply #1 on: September 13, 2017, 01:27:43 PM »
@stals443
What is your url and url where problem is visible?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: Duplicate Zip code
« Reply #2 on: September 14, 2017, 08:52:12 AM »
@stals
Go to file:
oc-content/themes/veronika/user-public-profile.php

Find code:
Code: [Select]
<?php echo $location osc_user_zip(); ?>
Replace with:
Code: [Select]
<?php echo $location?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

stals443

  • **
  • 7 posts
Re: Duplicate Zip code
« Reply #3 on: September 14, 2017, 10:04:17 AM »
It's worked out. Straight to the point. Great support, thank You!

@stals
Go to file:
oc-content/themes/veronika/user-public-profile.php

Find code:
Code: [Select]
<?php echo $location osc_user_zip(); ?>
Replace with:
Code: [Select]
<?php echo $location?>