I was wondering if someone could help me regarding...
# suitecommerce
m
I was wondering if someone could help me regarding extending a Module in SCA. Our version is Mont Blanc for the record - Old, but the previous developer did overrides instead of extensions so it's been hard to upgrade, which is why I'm changing them to the latter. I got an idea of how to do it from the following section of the NetSuite Help Center - /app/help/helpcenter.nl?fid=section_1502919837.html (ps... I can't find any documentation/tutorial on how to go about this, so if anyone can point me anywhere with more info, it would be much appreciated). Other than spotting a couple of bugs, I pretty much followed the doc exactly. Everything compiles, and I see my extension in ssp_libraries.js, but when the SuiteService (ss) files instantiate and use the module I am extending, they call the original methods, not the ones I have overwritten.