Free shipping#1101
Conversation
p-woznikowski
left a comment
There was a problem hiding this comment.
Generally fine, but the structure could be improved to make it simpler.
| ## Prerequisites | ||
|
|
||
| Before you start, make sure that: | ||
|
|
||
| - You have access to a Voucherify account. | ||
| - Your store sends products and shipping as separate cart items to Voucherify. | ||
| - Voucherify can recognize your products, either from the Products catalog or from product IDs sent in the API request. |
There was a problem hiding this comment.
Change to an <Info> callout.
|
|
||
| Before you start, make sure that: | ||
|
|
||
| - You have access to a Voucherify account. |
|
|
||
| ## Prepare your items | ||
|
|
||
| Before creating the campaign, make sure Voucherify can recognize both products and shipping. |
| ## Prepare your items | ||
|
|
||
| Before creating the campaign, make sure Voucherify can recognize both products and shipping. | ||
|
|
||
| <Steps> | ||
| <Step title="Open the products tab"> | ||
| Go to the **Products** tab in Voucherify. | ||
| </Step> | ||
|
|
||
| <Step title="Make sure shipping is a separate line item"> | ||
| Make sure shipping is sent as a separate cart item that Voucherify can recognize (for example, an item named *Shipping* or a dedicated shipping item ID). | ||
| </Step> | ||
|
|
||
| <Step title="Assign products to a collection"> | ||
| Make sure your products belong to a product collection so they can be discounted (for example, **All Products**). | ||
| </Step> | ||
|
|
||
| <Step title="Exclude shipping from discounted collections"> | ||
| Make sure the shipping item is **not included** in the discounted product collection. | ||
| </Step> | ||
| </Steps> |
There was a problem hiding this comment.
This can be shortened; it doesn't have to be a procedure. Shorten it, link to other new resources, and add it all to the Prerequisites callout.
| </Step> | ||
| </Steps> | ||
|
|
||
| You do not need to import your full product catalog. You can also pass product IDs as metadata in API calls. |
There was a problem hiding this comment.
This also to the prerequisites.
|
|
||
| You do not need to import your full product catalog. You can also pass product IDs as metadata in API calls. | ||
|
|
||
| ## Launch the campaign |
There was a problem hiding this comment.
Please redo these procedures here and in ## Configure free shipping and item discount.
This can be simpler, because we have other articles to fall back to.
First step points to what you have in ## Launch the campaign. Roll all the three steps into one. Briefly describe what you can do there and direct people who need more info to the proper builder articles.
Remember that this whole case needs to cover also cart promos, so it has to be kinda agnostic in this regard. Adjust accordingly other sections above and below.
Remember that people who read this tutorial most likely know a thing or two about configuring campaigns, they just want to know how to configure this particular scenario, so we don't have to tell them in great details how to configure code or time frame.
| ## Alternatives | ||
|
|
||
| This setup can also be used in other campaign types: | ||
|
|
||
| - **Cart promotion** | ||
| The discount is applied automatically when conditions are met. No codes are generated. | ||
|
|
||
| - **Unique codes campaign** | ||
| Codes are generated in bulk and assigned to customers using the Distribution or Publish API. | ||
|
|
||
| Both options support dynamic discounts and similar price rules. No newline at end of file |
There was a problem hiding this comment.
Just mention it above in the intro. No need for another section.
| When customers apply the coupon at checkout, they will receive **free shipping** and a **5% item discount** at the same time. | ||
| </Step> | ||
| </Steps> | ||
|
|
There was a problem hiding this comment.
As the last section, add ## Related features. Mention especially validation rules. Think of other features that can be combined here or ask the Agent to suggest something.
No description provided.