CDN setup
- Add a front-end host.
- Configure a back-end pool.
- Set up rules for routing and caching.
Add a checkout module to a new page and set the required properties
- Go to Fragment > New Fragment , and name the new fragment Checkout fragment .
- Add a checkout module to the fragment.
- Add a heading to the checkout module.
- Add shipping address, delivery options, checkout section container, and contact information modules.
- In the checkout section container module, add gift card, loyalty points, and payment modules. In this way, you make sure that all the payment methods appear together in a section.
- Save and preview the fragment. Some modules that don't have a cart context might not be rendered in the preview.
- Finish editing the fragment, and publish it.
- Create a template that uses the new checkout fragment.
- Create a checkout page that uses the new template.
Examples of container modules in e-Commerce
- A site author wants a three-column layout, where three modules appear side by side. Therefore, the site author uses a container module of the container with 3-slots type.
- A site author wants a six-column layout, where six modules appear side by side. Therefore, the site author uses a container of the contain type that has six columns inside it.
- A site author wants to put a module on a page but doesn't want it to fill the screen. Therefore, the site author adds the module to a container module and sets the container's Width property to Fit container .
Container module properties
- 75%/25% – The first module has a column width of 75 percent, and the second module has a column width of 25 percent. A 25%/75% option is also available.
- 50%/50% – Both modules have equal column width.
- 67%/33% – The first module has a column width of 67 percent, and the second module has a column width of 33 percent. A 33%/67% option is also available.
- 100% – Both modules have a full-column width. Therefore, the modules are vertically stacked in a single column. Although this single-column layout goes against intent of the container with 2-slots type, it might be preferable for some view ports (for example, extra-small view ports such as mobile devices).
Container with 2-slots
- 75%/25% – The first module has a column width of 75 percent, and the second module has a column width of 25 percent. A 25%/75% option is also available.
- 50%/50% – Both modules have equal column width.
- 67%/33% – The first module has a column width of 67 percent, and the second module has a column width of 33 percent. A 33%/67% option is also available.
- 100% – Both modules have a full-column width. Therefore, the modules are vertically stacked in a single column. Although this single-column layout goes against intent of the container with 2-slots type, it might be preferable for some view ports (for example, extra-small view ports such as mobile devices).
Container with 3-slots
- 33%/33%/33% – All three modules have equal column width.
- 50%/25%/25% – The first module has a column width of 50 percent, and each of the remaining two modules has a column width of 25 percent. 25%/50%/25% and 25%/25%/50% options are also available.
- 16%/16%/67% – Each of the first two modules has a column width of 16 percent, and the third module has a column width of 67 percent. 16%/67%/16% and 67%/16%/16% options are also available.
Add a container module to a page
- Create a page template that is named container template .
- In the Body slot, add a Default page module.
- Finish editing the template, and publish it.
- Use the container template that you just created to create a page that is named container page .
- In the Main slot of the new page, add a container module.
- In the property pane for the container module, set the Number of columns property to 1 and the Width property to Fill container .
- In the container module, add a content block module.
- In the property pane for the content block module, configure the heading, image, and layout.
- Save and preview the page. You should see one feature module that fits within the width of the container module.
- In the property pane for the container module, change the value of the Number of columns property to 3 .
- Add two more content block modules to the container module.
- Save and preview the page. You should now see three content block modules that appear side by side.
- After you've achieved the layout that you want, finish editing the page, and publish it.
Examples of text block modules in e-Commerce
- To showcase product features on a product details page.
- For informational purposes on any page. For example, they can explain the benefits of loyalty programs, describe shipping and return policies, answer frequently asked questions, or provide "about us" content.
- To add custom messages on a product details page. (for example, "Free shipping for orders over $50").
- For disclaimers and contact details on product details pages, cart pages, checkout pages, and other pages (for example, "Shipping and returns are subject to store policies").
Text block module properties
- Create a page template that is named Content template .
- In the Body slot, add a Default page module.
- Finish editing the template, and publish it.
- Use the content template that you just created to create a page that is named Content page .
- In the Main slot of the new page, add a container module.
- In the property pane for the container module, set the Width property to Fill container .
- Add a text block module to the container module.
- In the property pane of the text block module, add text to the Rich text field.
- Finish editing the page, and publish it.
Add a text block module to a page
- Create a page template that is named Content template .
- In the Body slot, add a Default page module.
- Finish editing the template, and publish it.
- Use the content template that you just created to create a page that is named Content page .
- In the Main slot of the new page, add a container module.
- In the property pane for the container module, set the Width property to Fill container .
- Add a text block module to the container module.
- In the property pane of the text block module, add text to the Rich text field.
- Finish editing the page, and publish it.