Does anyone know if you can make an item’s product...
# suitecommerce
j
Does anyone know if you can make an item’s product detail page able to be viewed without having it displayed in a commerce category and that commerce category being visible? I’m basically looking to make an item that you can only get to if you know the URL or if you search for it. Right now, though, it seems like in addition to Display in Website being checked, it has to be in an active commerce category. Is there any way around this?
p
SHOW UNCATEGORIZED ITEMS (Setup website, first tab)
mindblow 1
j
Whoa. I never knew that was there, but that’s pretty much exactly what I need. Is there a way to hide it from search results?
p
"hidden facets"
j
What do you mean by that?
p
create a facet with a boolean add code to item api calls, so they always have that filter applied
j
Oh, I see what you mean. You can control the endpoint that search uses for API calls?
p
It's been a long time since i do that, but search in the codebase for
Copy code
searchApiMasterOptions
j
Hmmmm…OK. That at leasts gives me something to play with. Thanks!
Dude….THANK YOU. I was able to exclude them search results and facet views. I’ve seriously been trying to solve this problem since we launched on SCA 7 YEARS AGO