This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

Dawid

  • ****
  • 149 posts
Question
« on: March 03, 2019, 05:44:27 PM »
Welcome .

How i can show-add  ZIP Code / Street in item.php ? (or full adress user)


*

MB Themes

Re: Question
« Reply #1 on: March 03, 2019, 08:54:34 PM »
@Dawid
Code: [Select]
<?php echo osc_item_zip(); ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Dawid

  • ****
  • 149 posts
Re: Question
« Reply #2 on: March 03, 2019, 09:11:45 PM »
not working :( im try add but dont whants show :(

<div class="row"><i class="fa fa-map-pin"></i> <?php echo osc_item_zip(); ?></div>

Marked as best answer by dawid.olszewski on March 04, 2019, 08:20:01 PM
*

MB Themes

Re: Question
« Reply #3 on: March 04, 2019, 06:36:14 AM »
@Dawid
Then item does not have zip. It's core osclass function:
osc_item_zip() - Gets zip code of current item

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Dawid

  • ****
  • 149 posts
Re: Question
« Reply #4 on: March 04, 2019, 08:20:50 PM »
Thank You so mutch for help :)