So now we have launched the most awaited feature of the iCart App i.e. “Volume/Quantity discount” in Cart items widgets.
To use this feature you need to follow the below steps:
– Go to the Cart items widget> Cart items list> check this Enable volume discount option.
To make this feature work you need to create the product tags :
– To create tags the below format must be used:
Syntax: {icart_prefix}_{variant}_{qty}_{discount_with_suffix}
Below are the denotaions for the above shown syntax:
Icart_prefix: ICTQD
Variant:
- 1) ALL (discount apply to all variant)
2) Variant_id (discount apply to specific variant)
Qty:
- 1) Minimum qty to apply discount
2) NO (no discount will be applied to specific variant)
Discount_with_suffix:
- 1) How much discount to be apply
2) For fix amount, use suffix F
3) For percentage, use suffix P
For ex:
ICTQD_ALL_2_5F: Apply 5$ discount when 2 qty added to any variant of product.
ICTQD_42705428381935_2_5P: Apply 5% discount when 2 qty added of specific variant(42705428381935).
ICTQD_42705428381935_NO: No discount will be applied to specific variant(42705428381935) and discount block will not be displayed.
How to add the product tags from all products
1) Individual products:
– Go to the Products page from Shopify admin.
– Select the product in which you are looking to add the tag.
– Add the tag in the TAGS options.
– Consider the ex: ICTQD_42705428381935_2_5F
– Save the changes
Check the below link of the above whole explanation:
2) All products:
There are 2 ways:
i) Edit from the Shopify product page itself:
– Go to the Products page from Shopify admin.
– Select all products .
– More actions> Add tags> Add the tag.
– Save the changes
ii) By exporting the file> Editing> Importing the file:
– Go to the Products page from Shopify admin.
– Select all products .
– Add the tag in the TAGS options.
– Export the file.
– Open the exported csv file.
– Remove the unwanted columns and keep these 3 columns: Handle, Title, Tags
– Add/Edit the tags and save it.
– Again go to the Shopify product page and Import the file.
Check the below link of the above whole explanation:
How to delete the product tags from all products
1) Individual products:
– Go to the Products page from Shopify admin.
– Select all products .
– Delete the tag from the TAGS options.
– Save the changes
2) All products:
There are 2 ways:
i) Delete from the Shopify product page itself:
– Go to the Products page from Shopify admin.
– Select all products .
– More actions> Remove tags> Enter the tag> Save.
ii) By exporting the file> Find & Replace All> Importing the file:
– Go to the Products page from Shopify admin.
– Select all products .
– Export the file.
– Open the exported csv file.
– Remove the unwanted columns and keep these 3 columns: Handle, Title, Tags
– Find the tag & Replace it with empty space and save it.
– Again go to the Shopify product page and Import the file.
Check the below link of the above whole explanation: