Customer account block option is not available on my theme

Customer account block option is not available on my theme

Here are the steps to manually installation for Shopify old themes:

Step 1: Copy the code below

<!-- 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 -->

Step 2: Go to Shopify Admin > Online Store > Themes > Actions (Published theme) > Edit Code


Step 3: Find customers/account.liquid template

Step 4: Comment all the code of this file and paste the copied code

    • Related Articles

    • Enable AiTrillion Customer account in Shopify new customer account

      Introduction In this article, you will learn about using an Aitrillion customer account with a new Shopify Customer account. What is Customer Account? AiTrillion "Customer Account" is a revolutionary enhancement replacing Shopify's default My Account ...
    • Setup AiTrillion Customer account on Shopify Legacy account

      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 ...
    • Configure the Theme to Display Loyalty Points Balance

      Introduction In this article, we will walk you through the step-by-step process of configuring your website’s theme to display a points balance effectively. Whether you are using a pre-built theme or customizing one to fit your brand, these best ...
    • Customer facing features of the Customer Account Module

      Introduction In this article, we will explore the customer-facing features of the Customer Account Module and how they can enhance the overall shopping experience, increase engagement, and ultimately boost your store’s performance during peak sales ...
    • How to Add the AiTrillion Loyalty Program Block in Shopify Customer Page?

      Introduction The AiTrillion Loyalty Program Block allows you to view and manage customer loyalty details directly from the Shopify Customer page. Instead of switching between apps, store admins can access important loyalty data such as points ...