You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users will be able to create rules that are related to checkout / making orders. By selecting conditions they are able to decide when given rule can be applied.
User stories:
001 Creating checkout rule:
Given discounts are created
When user clicks add rule
and picks "Checkout and orders"
and picks channel
and fill the name
and adds "purchase amount" condition
and adds "usage limit" condition
and clicks "save"
Then modal closes
and user sees rule created for checkout with selected condition
002 Editing checkout rule:
Given discounts is created
and checkout rule is created
When user clicks edit rule (using pencil button)
and change any field (condition, inputs, description)
and clicks "save"
Then modal closes
and user sees rule created for checkout with applied changes made within the modal
003 Checkout rule validation:
Given discounts is created
and checkout rule is created
or there is no rules created
When user clicks edit rule (using pencil button)
or user creates new rule for checkout
and puts any wrong value (condition, input, description)
and clicks "save"
Then user sees what fields are wrong by seeing red border indicator
Additional information
No response
The content you are editing has changed. Please copy your edits and refresh the page.
Description of the feature
Users will be able to create rules that are related to checkout / making orders. By selecting conditions they are able to decide when given rule can be applied.
User stories:
001 Creating checkout rule:
002 Editing checkout rule:
003 Checkout rule validation:
Additional information
No response
Tasks
The text was updated successfully, but these errors were encountered: