đSteps to Add Secure Zones and User Orders View to your Checkout Flow
Last updated
Last updated
You have read How to Set Up a Shopping Cart and Guest Checkout
You have Installed the eCommerce Module
You have installed the Secure Zones Module
Siteglide eCommerce is even more powerful with Secure Zones. With the security of a Secure Zone, you can show your Users more sensitive data about their shopping experience.
Create a Secure Zone which will used by shoppers on your eCommerce site.
Alternatively, you can use a Secure Zone that you have created already.
Find out more about the Secure Zones Module here:
Create a new page which will display a list of Products Users have ordered.
Make a note of the Page slug, because you will want to add this to the Checkout Formâs "Redirect URL" field later.
In CMS / Pages, open the Page you have chosen and open the Details tab. Click the Secure Zones accordion to reveal the "Select a Secure Zone" field.
Click in this to open a drop-down list of your Secure Zones and select the one you wish to be accessed by Users after they complete Checkout.
Make sure your Checkout Form is still in "Test Mode" unless the Site is Live.
The previous article explained how to create a Checkout Form. Here we will modify this form so that it also either signs in a User or logs them in, depending on their current status.
Find Forms in the Siteglide Adminâs left-hand side menu under CMS / Forms. Select your checkout Form in the list:
Next, click the "View Form" button to edit:
In the "Redirect URL" field add your Orders Page slug, preceded by a forward slash. E.g. /my-orders
Select the Secure Zones tag and then click in the Secure Zones Input field to see a dropdown of Secure Zones you have already created.
Select the Secure Zone you want to log your Users in to when they complete the form.
Press the "Save" Button to save your changes. At this point:
Completing the Checkout Form will log Users in to the Secure Zone It will also redirect the Users to the My Orders Page The Users will be allowed to access the My Orders Page, because they are logged into the Secure Zone. Other Users who are not logged in will be unable to access the My Orders Page.
As Orders List Layouts are for showing secure information about Users, they are stored under the following file structure:
module_5/user_orders/name_of_my_layout.liquid
Create a new file in the user_orders folder and give it a name of your choice. Make a note of the name you gave it.
Add the following liquid to your Orders page to output a list of the current logged-in Userâs Orders:
The layout parameter should take the name of the list layout you created.
Your layout will have access to the "orders" object. You can loop over each order in the "Order" object with the following liquid (the "order" variable can be renamed to anything you like). For example:
See the orders reference for available fields:
You could add a Secure Zone to other pages related to your eCommerce flow, for example the Cart, in the same way you did with the Orders page. You could redirect the users to a login page when they visit the Cart page and are not logged in.
Learn more about Secure Zones here.
SiteBuilder has an out-of-the-box Orders List design ready for you in a Bootstrap 5 or Tailwind version.