*

salahjoher

  • **
  • 21 posts
i need the function which get the current category link
« on: May 05, 2024, 02:08:58 PM »
i need the function which get the current category link

*

MB Themes

Re: i need the function which get the current category link
« Reply #1 on: May 05, 2024, 02:59:43 PM »
osc_search_url, check docs for its usage
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

salahjoher

  • **
  • 21 posts
Re: i need the function which get the current category link
« Reply #2 on: May 07, 2024, 08:54:32 AM »
Can you please help me with it? i only need to get the current category url to desplay it under the item description,

I know the place where the code should be
themes/sigma/item.php

But i couldnt find the suitable code...


*

MB Themes

Re: i need the function which get the current category link
« Reply #3 on: May 07, 2024, 09:41:58 AM »
https://docs.osclasspoint.com/change-locations-on-main-page-sidebar-from-cities-to-regions-states
https://docs.osclasspoint.com/hsearch-php

Code: [Select]
<?php echo osc_search_url(array('page' => 'search''sCategory' => osc_item_category_id())); ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots