Skip to content
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

Draft
wants to merge 14 commits into
base: feat/cart-persistance
Choose a base branch
from

Conversation

marcin-slezak
Copy link
Collaborator

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.

@marcin-slezak marcin-slezak changed the title Commerce wrapper Voucherify integration Nov 7, 2023
@@ -29,6 +31,15 @@ export const CartSummary = ({
const intl = useIntl()
const _cartData = cartData ?? cart

const vouchers =

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)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Spelling error in "Dashboard"
  2. A screenshot or instructions of how to navigate to set up the "Partial" rule could help here,

image

```
pnpm install
```
3. To set up Algolia, run the following command:

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"

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)

@marcin-slezak marcin-slezak changed the title Voucherify integration Voucherify integration (deprecated) Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants