When I press the + sign, I am talking about the - button, which is active later, and the functions that appear to decrease or increase the amount.
BEFORE
AFTER
ANOTHER VİEW
When I press the + sign, I am talking about the - button, which is active later, and the functions that appear to decrease or increase the amount.
BEFORE
AFTER
ANOTHER VİEW
Hi,
You need to create a number property in Order items collection, let’s say quantity & after that update the current order item > quantity → Quantity +1 & vice versa for minus button
Thanks
How do I set the - sign and quantity to appear after pressing the + sign. This is the real problem. I have the details you specified in the answer, but as I mentioned, I don’t know how to adjust the resulting elements.
Hi,
You need to use simple math (adding & subtracting)
Current Quantity +1
Current Quantity -1
current item quantity
Thanks
Hi, thank you.
Yes it was great, I got it. Let’s say there are two products I want to sell. The first one is sold by pieces, while the other is sold by kilograms. How can I differentiate them in the basket?
Hi,
Use true/false
property.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.