Skip to content

Commit

Permalink
Generated gh-pages for commit 890bdde
Browse files Browse the repository at this point in the history
Author: Hanna Rosul <[email protected]>

    [PR-23258] Document PriceRule allocation_method requirements (#350)
  • Loading branch information
Doimhneacht committed Jan 6, 2025
1 parent c82a5f0 commit 4395935
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _sources/advanced_features/shopify_coupons_auto_sync.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ It is recommended to create a new Price Rule in Shopify if there is a need to us
Talkable validates the Price Rule attached to a coupon list. There are certain Price Rule attributes that must match the coupon list configuration.
These include:

`allocation_method` - must be "across"

`value` - must correspond to coupon list amount

`value_type` - must correspond to coupon list type
Expand All @@ -112,6 +114,8 @@ If you modify a Price Rules on Shopify, it could make them incompatible with the

Attributes that are checked in this job are the following:

- `allocation_method` - must always be "across"

- `usage_limit` - must always be 1

- `value` - must correspond to coupon list amount
Expand Down
2 changes: 2 additions & 0 deletions advanced_features/shopify_coupons_auto_sync.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ <h3>Shopify Price Rule ID<a class="headerlink" href="#shopify-price-rule-id" tit
<p class="admonition-title">Warning</p>
<p>Talkable validates the Price Rule attached to a coupon list. There are certain Price Rule attributes that must match the coupon list configuration.
These include:</p>
<p><cite>allocation_method</cite> - must be “across”</p>
<p><cite>value</cite> - must correspond to coupon list amount</p>
<p><cite>value_type</cite> - must correspond to coupon list type</p>
<p><cite>ends_at</cite> - must be greater than or equal to coupon list expiration (and absent if coupon list has no expiration)</p>
Expand All @@ -249,6 +250,7 @@ <h3>Shopify Price Rule Changed Email Notification<a class="headerlink" href="#sh
<p>Attributes that are checked in this job are the following:</p>
<blockquote>
<div><ul class="simple">
<li><p><cite>allocation_method</cite> - must always be “across”</p></li>
<li><p><cite>usage_limit</cite> - must always be 1</p></li>
<li><p><cite>value</cite> - must correspond to coupon list amount</p></li>
<li><p><cite>value_type</cite> - must correspond to coupon list type</p></li>
Expand Down

0 comments on commit 4395935

Please sign in to comment.