*

pitbull

  • ***
  • 98 posts
How can i create a link to users favorited list ?
« on: September 17, 2017, 02:25:21 PM »
Hi i purchased your osclass theme Veronika and i activated the Favorite items plugin through admin panel. What i want now is to create a link at the top header of my site that allows users to reach their favorited items list every time they click at this link. What is the php code that generate the Favorite Items Link ????

I tried something like that but no luck :(

Code: [Select]
<a href="' . osc_route_url('favorite-lists', array('list-id' => '0', 'current-update' => '0', 'notification-update' => '0', 'list-remove' => '0', 'iPage' => '0')) .'" >MY FAVORITED ITEMS</a>
Could you please help me as i m very new in OSCLASS ?

Thanks in advance!

*

pitbull

  • ***
  • 98 posts
Re: How can i create a link to users favorited list ?
« Reply #1 on: September 17, 2017, 02:29:21 PM »
Hi i purchased your osclass theme Veronika and i activated the Favorite items plugin through admin panel. What i want now is to create a link at the top header of my site that allows users to reach their favorited items list every time they click at this link. What is the php code that generate the Favorite Items Link ????

I tried something like that but no luck :(

Code: [Select]
<a href="' . osc_route_url('favorite-lists', array('list-id' => '0', 'current-update' => '0', 'notification-update' => '0', 'list-remove' => '0', 'iPage' => '0')) .'" >MY FAVORITED ITEMS</a>
Could you please help me as i m very new in OSCLASS ?

Thanks in advance!


Ok i just found it. The code above works pretty fine.

*

MB Themes

Re: How can i create a link to users favorited list ?
« Reply #2 on: September 18, 2017, 12:34:49 PM »
@pitbull
Code: [Select]
<a href="<?php echo osc_route_url('favorite-lists', array('list-id' => '0''current-update' => '0''notification-update' => '0''list-remove' => '0''iPage' => '0'));?>">My Favorited Items</a>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots