When adding a product to the cart it saves the label for the attribute and also the value of the attribute. Is it possible only to save the value and not the label and the value?
For example:
When i add a product to the basket it shows up like this:
1 x Sample product
Prijs: ?1,00
First option: Yes i want it
Second option: Give me one
But i want it to show up like this:
1 x Sample product
Prijs: ?1,00
Yes i want it
Give me one
I don't want the labels to be saved with the attribute, I understand that this effects the whole site but that is no problem.