Setup

This sub-variable can be used in the following way:

looop_on-logout=redirect
redirect=PATH_TO_PAGE

Example

Let’s say that we want to restrict users from accessing the orders page if they are not logged in. We can use the following code to redirect the user to the login page if they are not logged in.

looop_on-logout=redirect
redirect=/account/login