we have a single attribute which is shown on single product page. Attribut Name is lieferkW. For any order of a product i want to send the content of this attribute to our customers in the order email.
i dont want to save the content of this attribute in database. Do you have any solution for my problem?
You can use other resources, like the session, the local storage, or a temporary file.
However, I would suggest that you should store this in the database and remove it when you send the email. You could have a table like this
insert it when you need it and remove it once you have sent the email.