We are looking at a thirdparty search provider, an...
# suitecommerce
a
We are looking at a thirdparty search provider, and we have been asked to 'edit the search results page'. While file would this be?
j
TBH, if you told them that you use NetSuite and they told you to “edit the search results page”, that should be a red flag…
@andrewm I would hope they would have an extension they would be able to implement in your environment (assuming you’re using SCA, of course)
a
We are on SCA. They just gave us a link to their Custom intgration which said to edit the results page. They have fully fledged integrations for Magento,Shopify,BigCommerce etc...not SCA!
I'm trying the find the INPUT ID of the search box but there doesn't appear to be one! eg: <input id="search"
s
It's entirely possible we don't include one. Do you need one? Can't you target it some other way?
a
@Steve Goldberg We are trying to integrate a third party search. Their guide for integration shows their script code requiring the INPUT ID
searchTextBoxName = '<replace this with search box ID on the site>',
s
Well if they can only target an ID, you will need to add one, which will require you to edit the template
👍 1
A rubbish alternative would be to find a way to target it with JavaScript and add a property to it before this code runs, but I get hives thinking about doing that