Hi all,
i have a shop with 4 categories (cat1, cat2, cat3, cat4)
I want the users only allow to order 1 item of cat1 but as many as they want from cat2, cat3, cat4
I have this on my shopping tray icon:
DisplayMode: If(LookUp(basket,itemcat=Gallery4.Selected.Category,itemcat)="cat1"),Disabled,DisplayMode.Edit)
BUT, when I switch to another category in my shop, put an item in my collection("basket") and switch back to cat1, I am able to buy another item of cat1.
How can I fix that?