Hey everyone, is there any way to take a customize...
# suitecommerce
r
Hey everyone, is there any way to take a customized skin in one theme and add it to another? I dont know where the JSON (if there is one) goes for a modified one?
1
s
There should be a skins directory in your theme's Workspace folder in the developer tools
r
yeah, the default skins are there for sure, but the customized skins in the UI are not present
s
Ah, so you've created one through the Site Management Tools and you want to download and it apply it to another theme?
👍 1
r
correct
s
Skins are stored as records in your account. They should be stored as SC ExtMech Skins (or SC ExtMech Custom Skins, I forget which). When you view a list of those records, you should find the one you want. You will see that one of the fields we store is the JSON -- you should be able to copy that
👍 1
As for whether it can be applied to another theme ... well, it depends on the Sass variables the themes use. Where there is overlap, it should work. But if there are custom variables missing, then it won't.
👍 1
r
ok thats great info, for context this is a very simple modification on the summit theme so the Sass variables are largely the same
n
Thanks so much for this explanation, @Steve Goldberg It's too bad this type of knowledge isn't found in SuiteAnswers. (or known by the people dealing with Netsuite Cases.)