Has anyone else seen that category meta page title...
# suitecommerce
k
Has anyone else seen that category meta page titles are not coming through to the page in suitecommerce? I realize that custom category fields are not coming through, but this should be default.
g
Yes, I noticed that, on 19.2, seems to be the navigation API is not returning that info
c
Just to add to Kerrie’s note. We are seeing this issue with SC 2019.2. Sites with SC, that launched on SC 2019.1 and since have been updated, do not have this issue.
k
I will submit a case
g
I'm using this:
Copy code
Application.on('after:Category.get', function ....
for now to include pagetitle, metakeywords and metadescription
👍🏽 1
Copy code
var extraFields = nlapiLookupField('commercecategory', category.internalid, [
    'pagetitle',
    'metadescription',
    'metakeywords',
    'other custom fields'
]);
k
extension?
g
Yup
SuiteScript of course
k
yes
would be better if NS just fixed it
g
agree!
b
Sorry, late to this. there is an existing enhancement request. 565525
👍🏽 1
g
I can't able to see this article,it is showing page not found
j
Does adding them in the configuration for your domain under Integrations > Categories do anything? On a new site I’m working on, I found that the thumbnailurl wasn’t coming in by default and needed to be added to the Category and Subcategory fields. It seems like it’s kind of a fieldset for the categories.
f
@Jacob D is correct. You have to include those on the configuration.
b
although custom fields do not come through