Skip to main content
All CollectionsCustomer account
Customer Account & Enabling Guide
Customer Account & Enabling Guide
Updated over a week ago

Introduction

In this article, we’ll dive into the benefits of enabling customer accounts, how they streamline the shopping process, and step-by-step instructions on how to activate and manage these accounts effectively.

Overview🗂️

What is Customer Account?

AiTrillion "Customer Account" is a revolutionary enhancement replacing Shopify's default My Account page. This all-in-one module consolidates all AiTrillion customer-facing features and Shopify default functionalities into a single, user-friendly interface.

By providing seamless access to My Profile, My Orders, Loyalty Programs, Product Reviews, Product Recommendations, Memberships, Affiliates, Available Discounts, and more, the Customer Account Module ensures an enriched customer experience designed to drive engagement and boost conversions.

Here are the steps to enable the Customer account module-:

Note📝-:

The customer account module will only work with the Shopify Classic account



Step 1: Go to Customer Account >> Dashboard

Step 2: Click on the button and Enable it


Step 3: Login to Shopify admin, Go to Online store >> Themes >> Customize


Step 4: Click on the menu icon next to Home page, search Customer account, hide the Shopify default Account block, and add the AiTrillion's My Account block

Note📝:

1.)Product Block is not available on your theme check the article - Click here

2.) If you are using Membership V1 on the store -- Click here

Now the Customer Account section will be visible to all customers

For Membership V1

If you are using Membership V1, create a page in your store and add the Membership V1 shortcode there. Then, put the page URL in the AiTrillion customer account settings.
Also, if you are using any template, make sure to include this code in the template.

Create a new page and replace pjknoxxx.myshopify.com with your domain name

<div class="aaa-success-msg-account"></div><div class="aaa-error-msg-account"></div><div class="aaa_customer_all_plan_listing" data-customer-email="{{ customer.email }}" data-customer-id="{{ customer.id }}"> </div> <script> function isMyMembershipScriptLoaded() { var url = 'https://shopifycdn.aaawebstore.com/membership/appfiles/aaa_membership_script_min_v3.js?shop=pjknoxxx.myshopify.com'; var jsFound = 0; var scripts = document.getElementsByTagName('script'); for (var i = scripts.length; i--;) { if (scripts[i].src == url) { jsFound = 1; } } if(!jsFound) { var headTag = document.getElementsByTagName('head')[0]; var jqTag = document.createElement('script'); jqTag.type = 'text/javascript'; jqTag.src = url; jqTag.onload = ''; headTag.appendChild(jqTag); } } isMyMembershipScriptLoaded(); </script>

Did this answer your question?