<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>
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!
<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>