Block a user
Update Course Material Code Examples
Helpful examples that can be added
Exporting model changes to xml files Importing model xml changes to sandbox
Find more articles in Confluence.
Advanced topics to cover
Complete Course Material
Add Example Cartridge to project
21978218b6
Merge branch 'master' of http://24.121.68.9:3333/max/LearningSalesForceCommerceCloud
3f354195f2
ticket #3 - Added learning cartridge with all complete examples
Helpful examples that can be added
Maintinance mode setup
server.get('Offline', cache.applyDefaultCache, function (req, res, next) {
res.render('siteOffline');
next();
});
Helpful examples that can be added
Adding meta data to pages
pageMetaHelper.setPageMetaTags(req.pageMetaData, Site.current);
Helpful examples that can be added
Complete Course Material
Remaining: Implement page caching Implement partial page caching Running an import JOB Performance Metrics and application stats Running unit tests with NPM
Create Services Example in Lattice
Add Example Cartridge to project
Update Course Material Code Examples
Complete Course Material