I recently given a task to work on Netsuite SuiteCommerce Advanced. The site have bunch of other microsites configured with it. I have zero knowledge about it as in last week. I tried to familiar myself with the system. For example, when I try to edit the logo under SuiteCommerce > Global > Templates > header > macros > logo_macro.txt, I saw in the code that it retrieves the value from config: application.getConfig("logoUrl") and application.getConfig("siteSettings.displayname") but I don't know where's that value is stored? and how about if I want to edit the file, how can I FTP to the file cabinet?
I know where to change the file (from the File Cabinet web interface) and code but want to make sure that it doesn't affect other sites so there could be a config for each microstore as it seems that each file can be shared among other microsites (if I go to file cabinet, hit edit, then it will show me different URL for the microsites). I also read their documentation regarding Netsuite IDE, so I downloaded Eclipse and install NetSuite extension but it seems that it's only for SuiteScript project or ssp application. Once I have Eclipse open, I don't know how to edit the file and upload it to Netsuite.
I search the web for any tutorial regarding netsuite and suitecommerce advanced in general and surprisingly there's very little information about it. Almost no tutorial exists and if you want to learn about it, you need to attend a class/workshop for a fee. I even look on Amazon to find a book to read/learn and once again, it came up empty. Any help would be appreciated. Thanks.