Hello, again!
I would like to show a text on my checkout page if a product from a group with etc. ID GROUP1 is in the cart. How could I write that in code?
<!--@LoopStart(ProductCategories)-->
<!--@If(@Ecom:Product.Category.ID == GROUP1 is in cart)-->
My text
<!--EndIf-->
<!--@LoopEnd(ProductCategories)-->
