Skip to content

Commit

Permalink
feature #13387 Explanation note about minimum price in product varian…
Browse files Browse the repository at this point in the history
…t creation form (TheMilek)

This PR was merged into the 1.11-dev branch.

Discussion
----------



| Q               | A
| --------------- | -----
| Branch?         | master <!-- see the comment below -->
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.10 branch
 - Features and deprecations must be submitted against the master branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->

You can find new note about minimum price here:

![Zrzut ekranu 2021-12-14 o 11 40 56](https://user-images.githubusercontent.com/53942444/145983067-22d162f1-5131-468c-aa19-c0e170275975.png)



Commits
-------

dd6c6e3 [ProductVariant] explanation note about minimum price in product variant creation form
  • Loading branch information
AdamKasp authored Dec 14, 2021
2 parents 8006a45 + dd6c6e3 commit bd84ab4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ sylius:
product:
product_not_active_in_channel: The product is not yet activated in this channel.
original_price_details: Original price - this is the price of the product variant It is displayed as crossed-out in the catalog. It is used as the base for current price calculations. If this value is not definded, Catalog Promotion logic will copy value from Price to Original Price.
price_details: Price - this is the current price of the product variant displayed in the catalog. It can be modified explicitly by i.e. catalog promotions.
price_details: Price - this is the current price of the product variant displayed in the catalog. It can be modified explicitly by i.e. catalog promotions.
minimum_price_details: Minimum price - this is the pricing threshold below which the current price cannot be discounted by neither catalog nor cart promotions. Use this to guard the profitability of your sales.
gateway:
no_sca_support_notice: The chosen payment gateway does not support SCA.
pay_pal_express_checkout_deprecation_notice: >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
{{ 'sylius.ui.price_details'|trans }}
<br/>
{{ 'sylius.ui.original_price_details'|trans }}
<br/>
{{ 'sylius.ui.minimum_price_details'|trans }}
</div>
<div id="sylius_product_variant_channelPricings">
{{ form_errors(form.channelPricings) }}
Expand Down

0 comments on commit bd84ab4

Please sign in to comment.