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

    • Customer Account & Enabling Guide

      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 ...
    • Configuration of theme to show points balance

      Introduction In this guide, 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 ...
    • 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 Customer account Here are the steps to enable the customer account in Shopify's new customer account -: Step 1: Go to Customer account >> Display on ...
    • Shopify App Setting After Changing Theme

      Introduction In this article, we will guide you through the process of reviewing and updating AiTrillion configurations after changing your Shopify theme. Below are some steps which will help you add the code manually: Step 1. Go to Profile and click ...