Answer the question
In order to leave comments, you need to log in
Different prices for different groups?
DD!
All information on goods is downloaded from 1C.
The task is to show a different price to different groups of buyers.
And not a discount, prices are registered manually in 1C.
Conditionally there is a price for Group A, Group B, Group C, how is it possible to realize this?
Answer the question
In order to leave comments, you need to log in
In pseudocode it would be like this:
select(к какой группе принадлежит пользователь){
case пользователь из Группы А:
показатьЦеныДляГруппыА();
case пользователь из Группы Б:
показатьЦеныДляГруппыБ();
...
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question