is it possible to customize a native SCA Extension...
# suitecommerce
t
is it possible to customize a native SCA Extension e.g. Advanced Signup
s
No but you could copy all the code and create a duplicate extension and go from there
Let me clearer actually. The above message is what you should do in the strict sense because we don't offer extensibility options for our extensions.
However, I have seen people write extensions that extend our extensions. This will technically work, but it can create a lot of fragility.
šŸ’Æ 1
c
@Steve Goldberg’s solution works. I had a client that wanted some extra fields in the email signup form and using the SC Team's version as a baseline was waaaay easier than doing it all from scratch.
šŸ‘ 1
I suppose that's very similar to your original request.
s
Yeah. Just keep in mind that, like SCA, you're effectively taking ownership of the code so any updates we make will need to be merged in by you
If you use git, doing an initial commit of the baseline extension is obviously a good idea
šŸ‘ 1