Helpful examples that can be added #5

Open
opened 2021-12-22 02:28:27 -08:00 by Max · 3 comments
Owner

String formatting with localization strings

String formatting with localization strings
Author
Owner

Adding meta data to pages

pageMetaHelper.setPageMetaTags(req.pageMetaData, Site.current);
Adding meta data to pages ``` pageMetaHelper.setPageMetaTags(req.pageMetaData, Site.current); ```
Author
Owner

Maintinance mode setup

server.get('Offline', cache.applyDefaultCache, function (req, res, next) {
    res.render('siteOffline');
    next();
});
Maintinance mode setup ``` server.get('Offline', cache.applyDefaultCache, function (req, res, next) { res.render('siteOffline'); next(); }); ```
Author
Owner

Exporting model changes to xml files
Importing model xml changes to sandbox

This functionality is custom to Astound Commerce.
Look around wiki for info.

Exporting model changes to xml files Importing model xml changes to sandbox This functionality is custom to Astound Commerce. Look around wiki for info.
Sign in to join this conversation.
No Milestone
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Max/LearningSalesForceCommerceCloud#5
No description provided.