Hi
im currently trying to add a value to the Orderline Attachment when submitting the cart in a Rapido website.
first up, i have tried adding this input field to the Cart form:
<input type="hidden" name="EcomOrderLineAttachment" id="EcomOrderLineAttachment" value="some_filename" />
but that does not seem to do anything in the database.
i have alsto tried adding the orderline field to the cart json with some code similar to this:
cartOrderLine.attachment = orderline.GetString("Ecom:Order:OrderLine.Attachment");
but that also does not seem to do the trick.
Does anyone know how to set a value in Ecom:Order:OrderLine.Attachment field in Rapido ?
Best regards Christoffer