Anonymous User Maintenance
An anonymous user is any person (another computer) who has accessed your store and hasn't registered or logged into an existing account. An anonymous user can also be a customer who placed an order but chose to not register at time of checkout.
The anonymous user settings are used to provide information to the merchant regarding users who have not completed a checkout or registered in the store. The data collected on these potential customers can be viewed in various reports.
Update the Anonymous User Settings
-
From the Configure Maintenance page or using the top-menu, go to Configure > Maintenance.
-
Find the Anonymous User Maintenance section as shown in the example below.
The first section is used to determine how long (in days) the records for anonymous users are saved. There is a report available specifically for this feature. It can be found under Reports > Customers > Abandoned Baskets.
-
In the Days to Save field, enter a value or leave blank to track forever.
The second section is used only for affiliate tracking. If you use the affiliate feature, you can enter a value (in days) to retain information on anonymous users when they have an affiliate association.
-
In the Days to Save field, enter a value or leave blank to track forever.
-
Click the SAVE button when finished.
Enable Anonymous User Checkout
By default, AbleCommerce does not allow anonymous users to checkout. You can easily add this feature by following these simple steps.
-
Go to Website > Content and Layout using the top menu. This page will display all of your scriptlets alphabetically.
-
Scroll down until you find the content scriptlet named "Checkout Page".
-
Click the EDIT icon to view the Edit Scriptlet page.
-
Modify the control object named "OnePageCheckout" by adding it's property as shown:
[[ConLib:OnePageCheckout AllowAnonymousCheckout="true"]]
-
Click the SAVE button when finished.
|