Skip to content

Commit

Permalink
BB-23561 Minimum Order Amount (#39831)
Browse files Browse the repository at this point in the history
- added configuration options for minimum amd maximum order amounts
- added providers for getting order limits for current currency
- added validation message for starting checkout from shopping list, from reorder, from quick order form
- added api processor for validation of order in storefront api
  • Loading branch information
vetal-e authored Jan 27, 2025
1 parent 6ddd64c commit d8ef6ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Oro/Bundle/UIBundle/Resources/public/css/scss/oro.scss
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,14 @@ label.radio.error {
}
}

.collection-element-primary {
&--flex {
display: flex;
align-items: center;
gap: 0 $content-padding-small;
}
}

.collection-fields-list-bg.oro-item-collection {
> div {
position: relative;
Expand Down

0 comments on commit d8ef6ae

Please sign in to comment.