Appearance
Last updated
Last updated
Plans Widget
It will appear on your site to the all customers. It is widget for your all member plans. In this section you can fully customize the widget like (heading text, colors, language, background color, text color etc.)
But in this template you need to follow the rule for dynamical values by putting same variables mentioned below.
{{plan_name}} - It used to show the member plan. You need to add this variable and this will be replace with your actual member plan name.
{{minimum_purchase_amount}} - It is used to show minimum amount for free shipping entered by you. You need to add this variable and this will be replace with your actual value of amount.
{{minimum_purchase_quantity}} - It is used to show minimum quantity for free shipping entered by you. You need to add this variable and this will be replace with your actual value of quantity.
{{discounted_product_collection_percentageoff} - It is used to show percentage value for discount code entered by you. You need to add this variable and this will be replace with your actual value of percentage.
{{discounted_product_title}} - It is used to show product title of discount code entered by you. If the discount code created on a single product then it will showing on plans widget. You need to add this variable and this will be replace with your actual value of product title.
How will it be displayed at the storefront?
You need to add a block to any page of the storefront where you want to show the member plans list from the theme customizer in your store admin. Please see the attached image below.
It will be displayed on your storefront page where you add the block. Please see the attached image below.
Product Widget
It will be showing on product page of member plan. In this customer can see all tiers of member plan. In product widget merchant can customize the product widget box.
How it will be shown at storefront ?
You need add a block in your product page from the theme customizer from your store admin. Please see in the given image below.
It will be displayed on your product page. Please see the attached image below.
Discount Drawer
It will be showing on cart page on store. In this customer can see all discounts getting on purchasing member plan. In discount drawer section merchant can customize the text language, colors, background colors and buttons by putting same variables mentioned below.
{free_shipping} - It is used to show free shipping code in discount drawer. You need to add this variable and it will replace with the actual name of free shipping code name.
{discount_name} - It is used to show discount code in discount drawer. You need to add this variable and it will replace with the actual name of discount code name. And it also used to show both code name in applied and removed message text.
{discount_value} - It is used to show discount code percentage value in discount drawer. You need to add this variable and it will replace with the actual value of discount code percentage value.
{minimum_quantity} - It is used to show shipping code minimum quantity value in discount drawer. You need to add this variable and it will replace with the actual value of free shipping minimum quantity value.
{minimum_amount} - It is used to show free shipping code minimum amount value in discount drawer. You need to add this variable and it will replace with the actual value of free shipping minimum amount value.
{product_name} - It is used to show product name when discount code is applicable on specific product. You need to add this variable and it will replace with the actual value of product name.
{collection_name} - It is used to show collection name when discount code is applicable on specific collection. You need to add this variable and it will replace with the actual value of product name.