*

Dawid

  • ****
  • 149 posts
Favorite item in header . Problem need help .
« on: December 01, 2017, 11:42:53 AM »
i have this code but , don show how many its favorit items ? wher its problem ?

<a class="eye tr1" title="<?php _e('Obserwowane', 'veronika'); ?>" href="<?php echo osc_route_url('favorite-lists', array('list-id' => '0', 'current-update' => '0', 'notification-update' => '0', 'list-remove' => '0', 'iPage' => '0')); ?>">
  <i class="fa fa-eye"></i>
  <span class="counter">
    <?php echo
       
       $fcount       <------- mayby this ?????
  </span>
</a>

Marked as best answer by dawid.olszewski on December 01, 2017, 02:21:34 PM
*

MB Themes

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

*

Dawid

  • ****
  • 149 posts
Re: Favorite item in header . Problem need help .
« Reply #2 on: December 01, 2017, 12:57:06 PM »
im use this , now working :) Thanks .