We have a few manual payment methods such as bank deposit, where the customer has to transfer the money to us and send a receipt before we start processing the order.
We would like to remind them this by including our bank details when choosing this payment method.
I am wondering if you could take a quick look at this if you don’t mind
We have a product with two variants: A and B. When a customer chooses variant A they need to get the ‘normal order confirmation’, when a customer choose variant B they need to get ‘order confirmation B’.
Here is the code we are using. I think it is correct but somehow it is not working.
----------------CODE BEGIN-------------------
{% for line in line_items %}
{% if line.variant.sku contains “Variant B.1” or line.variant.sku contains “Variant B.2” %}