Hi there,
In my cart I have two cart attrbutes, gift-note-to, and gift-note-from. This is for inputting who a gift is to and from when adding a gift card to cart.
However, I need both these values to be processed as cart notes, including the attribute name, so our Fulfilment company get the note on the order sheet.
Currently this is how it is set out (using some minor changes to the shopify guide). But I need to use Javascript to make cartNotes = “TO” + attribute[gift-card-to] + “FROM” + attribute[gift-card-from]
Any help would be great.