In this article, you will learn about using an Aitrillion customer account with a new Shopify 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.
Step 1: Go to Customer account >> Display on store
- <!-- blocks/my-account-block start -->
- <div id="aio-my-account-app"
- data-customer-id="{{ customer.id }}"
- data-shop-url="{{ shop.permanent_domain }}" data-shop-name="{{ shop.name }}" style="min-height:400px;display:none" class="aio-block-width"></div>
- <script src="https://static.aitrillion.com/aio-script/aio-my-account.js" defer></script>
- <style>
- .aio-block-width{
- width:100%;
- text-align:center;
- }
- .aio-block-width .aio-app-container {
- text-align:left;
- width:1200px;
- max-width:100%;
- margin-left:auto;
- margin-right:auto;
- padding-left:15px;
- padding-right:15px;
- padding-top:15px;
- padding-bottom:15px;
- display:inline-block;
- }
- </style>
- <!-- blocks/my-account-block end -->