Skip to content

Commit

Permalink
[ProductVariant] explanation note about minimum price in product vari…
Browse files Browse the repository at this point in the history
…ant creation form
  • Loading branch information
TheMilek committed Dec 14, 2021
1 parent 8006a45 commit dd6c6e3
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 dd6c6e3

Please sign in to comment.