how can I attach a custom text to a product which will be added into the cart along with the product itself when adding it to cart and furthermore being passed through the whole order process like in order page in back office or on pdf invoices and so on??
Ex :
When customer is on my product page he has the opportunity to "customize" the product with the help of a configuration wizard I have built with javascript/jquery.
List item At the end of this process customer can add customized product to cart which now has a custom price and a custom "order text" for me as the shop-owner to get all the customization information
When clicking on add-to-cart-button product is added to cart with new custom price and custom text
Please note that my custom text is not entered by customer. Instead it's gonna be generated by programmatically.