Hi! I am working on the application of patch: <htt...
# suitecommerce
s
Hi! I am working on the application of patch: Resolve Content-Type Mismatch for Commerce Websites. I was able to override the customFieldsMetadata.ssp by following instructions specified in Resolve Content-Type Mismatch for SCA 2019.2 to 2023.2. What concerns me now is the part "patching is required for any SuiteCommerce extensions that use a custom SSP". What does the "custom SSP" means here? Does it mean for example: the .ss files that are located under "MyExtension/Modules/MainModule/SuiteScript2/" (screenshot attached)?
s
That's an SS file not an SSP file
If you're unfamiliar with SSPs, please read the documentation: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/chapter_N2490486.html
Examples of SSPs include shopping.ssp and checkout.ssp
m
Hi @Steve Goldberg Quick question: Our sandbox environment has multiple SSP applications (4 websites), while production has 2 SSP applications (2 websites). I just want to clarify—if multiple SCA SSP applications exist in an account, would this patch apply to all of them? Also, how can I confirm which content type is associated with each SSP application?
s
Yes, each SSP is affected
If your SSP returns JavaScript, then you set the content-type to JAVASCRIPT
If you're talking about custom SSPs, I can't tell what content type your custom SSPs are returning. You'd have to look at them.
m
Thank you for replying. Yes, all SSP's return javascript and are used for SCA. How would we set the content type? 🤔