Did anyone get a notice about needing to reactivat...
# suitecommerce
b
Did anyone get a notice about needing to reactivate your Extensions with Extension Manager today?
m
Yes, you need to reactivate to solve an issue with the SEO Engine on PDPs and PLPs
b
good to know, it wasn't clear what the related issue was
m
After the re-activation you should check if the shopping_x.js starts with the following line
function getSearchURLParams(url)
or
var extensions = {};
this will depend if you have SC extensions that need the new Suitlet parameters
b
got it, reactivated and my shopping_2.js starts with
var extensions = {};
for the record if your shopping_x.js already starts with that line should be ok?
m
Yes, no Suitlet patch or re-activation needed
👍 1