How This App Works
This Shopify app will apply an order-level discount percentage of your choosing to an order, if and only if the order was placed through the Tapcart app.
To make this discount one-time only, user must be logged in. App checks for the customer tag App exclusive discount used
- if this tag is present, customer is not eligible for another discount.
Installation Instructions
After installing the app from the Shopify App Store you will be navigated to the app’s screen.
Choose the name for your discount and click “Create Discount” (default value is “App Exclusive Discount”).
After the discount is created you will see an interface to update the discount percentage. Set the value between 0 and 100.
To make the discount one-time user only, you will also need to create a Shopify Flow:
Start when: order created, then
Check if: automatic discounts application title is equal to the name of your discount (e.g. “App Exclusive Discount”), and customer tag “App exclusive discount used“ (case sensitive) is not present, then
Add customer tag: “App exclusive discount used” (case sensitive).
In your Tapcart app, drag the AUTO_ADD_CART_ATTRIBUTE_BLOCK_NAME_HERE
block from your block bank on the left to your Cart and Home screens. This is an invisible block (doesn’t render), so we recommend adding it to the top of each screen.