Jump to content

Hide products for a customer


Recommended Posts

Thanks for the reply's.

Yes, it solves half of my problem. I want to completely hide the products with name "example name" for the customer. Can i implement this php script into the product page or something?

 

<!--?php

if ($user['userid'] == "1212") {
$sql = "SELECT * FROM uu_producten p, uu_product_details pd WHERE p.id_product == pd.id_product AND p.fabrikant NOT LIKE '%SAMSUNG%' ";
}
else {
$sql = "SELECT * FROM uu_producten p, uu_product_details pd WHERE p.id_product == pd.id_product";
}

 

Thanks for you help guys

Edited by Erick678 (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...