This message was deleted.
# suitecommerce
s
This message was deleted.
s
Have you tried overriding the JavaScript files instead? As I said the first time you asked, I don't think TypeScript overrides are supported (they, conceptually speaking, don't make sense).
m
The problem is, when I run
gulp local
it creates three files:
myaccount.js
,
shopping.js
,
checkout.js
so I don’t know how to override the particular file.
s
Respectfully, based on your response, I feel like you need to spend more time training, reading documentation, and getting up to speed, before proceeding. That behaviour is a key concept to how SCA works and is documented here: https://developers.suitecommerce.com/chapter1520287301
I would also reiterate that overriding JavaScript (or TypeScript!) should be considered a last resort. I am very surprised that a customisation to the header view would require it.
m
I used Header as an example only so, I know how overriding works in 2019.2 version.
This is
DeployDistributionAdvanced
folder. How am I supposed to override for example,
Header.View.js
file? The only place this file is available is in
LocalDistributionAdvanced/javascript/compiled
folder, other than that file is not available.