P
P
Paul_Morte2020-04-13 21:53:43
1C-Bitrix
Paul_Morte, 2020-04-13 21:53:43

How to correctly set the price in the store on bitrix?

There is a product (fabric), it can be sold by 10 cm, i.e. for example, 1 meter 60 cm. The coefficient of the unit of measure is set to 0.1. Everything works here and there are no problems. BUT! On the site in the catalog, the product is displayed with a price per 0.1 linear meter. Those. for example, a running meter of fabric costs 485 rubles, and on the site the price is 48 rubles.
5e94b506dd9f9644430358.png
5e94b52964564929775241.png
Is it possible to make it so that even with the selected coefficient of units of measure 0.1, the product is displayed in the catalog by default in the amount of 1 - that is, 485 rubles as in the product card

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Paul_Morte, 2020-04-14
@Paul_Morte

There is a line in the component template

'PRICE' => (isset($arOffer['RATIO_PRICE']) ? $arOffer['RATIO_PRICE'] : $arOffer['MIN_PRICE']),

replace it and all lines with RATIO_PRICE with $arOffer['MIN_PRICE']
+ result_modifier

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question