How to determine product's category in Search's resoults?

16.06.2017 09:01
#1
GESign
Joomshopping forum user no avatar
Name: Andreas Koll.
03.07.2013
Posts: 12
Quote
How to determine product's category in Search's resoults?

Dear Team,

I would like to enable buy button only for the products in specified categories.
Actually I could solve this in List view and Product Page view. It is not working only when I saerch for the items where I would like to show buy button.

I used these codes in Template directory's list_products folder in product.php file for example:
$category_id = JRequest::getInt('category_id');
<?php } if ($product->buy_link && $category_id == 979){?>
<a class="btn btn-small button_buy" href="<?php print $product->buy_link?>"><?php print _JSHOP_BUY?></a> &nbsp;
<?php }?>

Why it is not working when I make a search?


Joomla: 3.7.2
JoomShopping: 4.16.2
PHP: 5.6.30
MySQL: 5.6.26
Website Url: www.elektroserv.hu
 
16.06.2017 10:27
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25934
Quote
Aw: How to determine product's category in Search's resoults?

For order development use kontakt.

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.