Enable Customer Portal in Membership V2 | Empower Members with AiTrillion

Enable portal for customers

Introduction

In this comprehensive article, we'll explore the step-by-step process of enabling membership portals for your customers.


Here are the steps below to enable the membership portal for customers:

Step 1: Go to the Shopify account >> Go to Themes >> Customize



Step 2: Go to the Customer account page >> Click on the Add Block button and click on the Membership button


You can also customize the membership button as per your needs



Now customer will be able to access the block



The membership details will be displayed to the customer as shown in the below image



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

Step 1: Copy the code below

<!-- ======== Membership btn- Use below block in account page ======= -->

<div id="aio-membership-button-wrapper" class="">
<a class="aio-membership-button" href="{{ shop.url }}/apps/aitrillion/membership/auth_init.php">MEMBERSHIP ACCESS</a>
</div><style>
#aio-membership-button-wrapper {
text-align: center !important;
display: block;
}
.aio-membership-button, .aio-membership-button:hover {
padding: 10px 20px 10px 20px !important;
color: #FFFFFF !important;
background: #000000 !important;
border-radius: 4px !important;
font-size: 15px !important;
margin: 20px 0px 20px 0px !important;
text-decoration: none !important;
line-height: 1;
font-weight: 400;
letter-spacing: inherit;
display: inline-block;
}
</style>

<!-- ======= Membership btn blockcode End ====== -->

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


Step 3: Add a new snippet ait-Membership-Button under Snippets and paste the copied code. Then save the file.


Step 4: Find the product customer.account.title in the file main-account.liquid under Sections and paste the below code after it.

 {% render 'ait-Membership-Button' %}

Step 5: Then Save the file.



    • Related Articles

    • How to Enable & Set Up AiTrillion on Your Shopify Store?

      Setting up AiTrillion on your Shopify store is quick and easy! Follow these simple steps to activate the app and start leveraging its powerful features. ✅ Step-by-Step Guide: Step 1: Check Your Dashboard If you’re a new Shopify seller, you'll see a ...
    • Enable Approve/Deny Customers Before Creating A Customer In Shopify

      Here are the step to Approve/Deny customers before creating customers in Shopify -: Step: Go to the Form builder >> Setting and enable the option “Create customer after approve” then update the changes.
    • Enable/disable activity rules

      Introduction Activity rules allow you to control when and how loyalty points are awarded for different customer actions. By enabling or disabling activity rules, you can manage which activities are active in your loyalty program, pause point earning ...
    • Enable Loyalty rewards program

      Introduction Enabling the Loyalty Rewards Program is the first step toward building stronger, long-term relationships with your customers. Once enabled, you can start rewarding customers for their purchases and engagement, turning occasional shoppers ...
    • Enable/Disable Web Push Notifications

      Introduction: AiTrillion offers multiple types of push notifications to send to your customers. These are great at getting the message across and can be received on a phone or a computer. Link these to the Loyalty system and offer points to push ...