Good morning, trying to grab the SuiteCommerce Bas...
# suitecommerce
m
Good morning, trying to grab the SuiteCommerce Base theme as a starting point for a custom theme, but it doesn't show up in the list of available themes to apply (only the horizon theme appears despite having the base theme installed) 😕 Is there another way that I can just grab the base theme for development purposes?
a
You can access the files by downloading them from File Cabinet. Go to File Cabinet and search for 468574 which is the Bundle ID for base theme.
m
I noticed that it existed in the file cabinet except that doesn't seem to include the actual theme files or package.json needed to get the theme functioning... unless I'm missing something
s
Where exactly are you trying to ‘grab’ it and where isn’t it showing up? Eg: 1. SuiteBundler page — have you installed it? 2. The extension manager page — does it show up in the list of available themes? 3. The developer tools — does it show up when you use gulp theme:fetch ?
m
1. I have installed it (it's in the file cabinet, and I actually reinstalled it just in case) 2. It doesn't show up in the list of available extensions under extension manager 3. No dice on dev tools. It only pulls my active theme which is the horizon theme
s
Which version of the theme?
m
23.1.3 since I was blocked from downloading the newest one :(
s
That is weird. It should create an SC ExtMech Extension record when installed
Well yeah, so the quickest path/hack to get this to work would be to fetch your current theme using the developer tools and then manually replace it with a copy of the base theme from the file cabinet
I would, however, strongly recommend that you get the 23.2 version of the base theme first. We did a significant update to it this release that improves its look-and-feel, accessibility and maintainability
m
Is this all that should be in there? I would've expected a package.json for me to install the needed packages to run gulp theme:local Also I'll reach out to NetSuite about enabling the new version of the base theme for me then 🙂 Super weird that the new SCA bundle and this locked me out
s
Well that’s basically why I suggested just fetching the currently activated theme. You will need to download and install the theme developer tools, which will install all the packages you need. Once you fetch the active theme, it will create the general structure you need for a theme, then you can just overwrite all the files in that folder with the base theme ones.
👀 1
Or, you know, you could try and figure out the problem and get it fixed properly, which might require help from the support team
m
Ahhhh yes, now I understand 🙂 I have to reach out to support about unlocking the newest base theme anyways so I'll mention that the base theme hasn't been appearing under my extension manager Thanks Steve!
f
Hi Mitchell, That is weird, only thing I can think of is some kind of “mismatch” with the Base Theme target version and your SC version but I have not seen this before.
Something else that could have happened is that you installed the Base Theme bundle before installing the SCEM, do you recall if that was the case?
m
Oof - definitely a version mismatch forgot that while my production environment was running 23.1.3 my dev account was running and older version Thanks for the tip Flo - greatly appreciated ❤️
👍🏻 1