-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Voucherify integration (deprecated) #1
base: feat/cart-persistance
Are you sure you want to change the base?
Conversation
- show discount per voucher/promotions - some styling
@@ -29,6 +31,15 @@ export const CartSummary = ({ | |||
const intl = useIntl() | |||
const _cartData = cartData ?? cart | |||
|
|||
const vouchers = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this voucher
const can be deleted from this file
## Integrating Voucherify with Composable UI | ||
|
||
1. [Create a Voucherify account](https://app.voucherify.io/#/signup). | ||
2. In Voucherify Dashbioard, [set Discount Application Rule to "Partial"](https://support.voucherify.io/article/604-stacking-rules#application-rules) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
``` | ||
pnpm install | ||
``` | ||
3. To set up Algolia, run the following command: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Algolia" should be "Voucherify" here
@@ -30,5 +30,8 @@ | |||
}, | |||
"lint-staged": { | |||
"**/*": "prettier --write --ignore-unknown" | |||
}, | |||
"dependencies": { | |||
"@voucherify/sdk": "^2.5.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like this dependency for the for the voucherify sdk was incorrectly added to the monorepo root package.json? Please remove and ensure it is only installed in the necessary app and package(s)
Voucherify is an API-first Promotions and Loyalty Engine that helps brands run personalised coupons, gift cards, auto-applied promotions, loyalty programs, and referral campaigns. This integration focuses on educating people about using Voucherify in composable commerce to enhance advanced promotions capabilities.