-
Notifications
You must be signed in to change notification settings - Fork 7
Mk vouchers affected #1292
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
base: master
Are you sure you want to change the base?
Mk vouchers affected #1292
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,6 +40,12 @@ From the dashboard, you can: | |
|
|
||
| You can modify certain campaign settings after launch without affecting issued codes. | ||
|
|
||
| <Note> | ||
|
|
||
| Campaign edits update campaign-level settings, not an individual voucher or standalone code directly. In standalone campaigns, the shared standalone code is still a voucher that belongs to the campaign. If you want to update only that code, edit the voucher directly instead. | ||
|
|
||
| </Note> | ||
|
|
||
| Go to **Campaign hub** > **Campaigns** and select the campaign. Click the edit button in the upper right corner to open the campaign builder. | ||
|
|
||
| ### What you can change | ||
|
|
@@ -48,7 +54,7 @@ You can change the following campaign settings. They may affect codes differentl | |
|
|
||
| | Setting | Impact on existing codes | | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Add a line specific for discount campaigns as discount settings (amount for example) have their own behaviour. Check it out please. |
||
| |---------|-------------------------| | ||
| | Metadata | Applies to all codes if **Use the voucher's metadata schema** is selected in the campaign builder's **Metadata (optional)** step| | ||
| | Metadata | Campaign metadata is updated at the campaign level. Voucher metadata changes apply only to vouchers that haven't been published or redeemed yet. | | ||
| | Start and end dates, other time limits | Affects all codes that haven't been published or redeemed yet <br/> <Warning>Vouchers that are already published or redeemed keep their existing settings. To change their settings, update the voucher directly.</Warning>| | ||
| | Validation rules | Affects all codes, even the published or redeemed ones <br/> <Warning>Changes to validation rules affect all future redemption attempts, including codes already issued to customers.</Warning>| | ||
| | Category assignment | Affects all codes that haven't been published or redeemed yet | | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,6 +23,12 @@ You can update a single voucher manually by editing it. | |
|
|
||
| Go to a given voucher and click the pencil icon in the top right corner to edit it. | ||
|
|
||
| <Note> | ||
|
|
||
| If you want to update one voucher or standalone code, edit the voucher directly. Editing the campaign changes campaign-level settings and can affect vouchers that belong to the campaign. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please elaborate the conditions: vouchers that haven't been redeemed or published yet. |
||
|
|
||
| </Note> | ||
|
|
||
| Depending on the voucher type, you can modify different details. The details edited in the voucher override the settings set up for its campaign. For example, you can change the time frame of a discount coupon, so that it's active at different times than the campaign. | ||
|
|
||
| Additionally, for gift and loyalty cards, you can add or subtract their credits or loyalty points by clicking the **Adjust credits** or **Adjust points** button in the top right corner of a card view. | ||
|
|
||
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.
This is misleading. This could be understood that changes to campaigns don't affect the vouchers, while they can. In general, the sentence that Pioter quoted from the API docs is correct:
I'd remove this
Noteand leave this info split into what you can/can't change.