I’m looking for help coding some checkboxes on our store’s cart screen to allow customers to tell us if whether;
a) They would be happy to allow substitutions on items when we don’t have the exact thing they’ve ordered, or;
b) Instead of a substitution they would prefer to receive a partial or full refund on the item(s) instead.
Ideally, checking one of the two boxes would be compulsory before moving to checkout, and the option that’s been checked will feed through in some way so that our fulfilment team are able to see what the customer’s preference is.
While the code above seems to work as intended on the Cart screen, the selected information doesn’t appear to feed through to the customer’s order information once the order has been placed. Is there any way around this?