Add field in order-placement #1255
-
|
I have a notice of Laravel but not too much. One of their products can be personalised (e.g. put the name of the player on a bath towel).
If I go for the 2nd choice, can u give me the necessary changes I need to make pls?
Do I need to do something afterwards? Like a publish or so? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can actually disable this behaviour via a config option. When enabled, it'll allow you to have multiple line items with the same product, but differing metadata. // config/simple-commerce.php
'cart.unique_metadata' => true, |
Beta Was this translation helpful? Give feedback.
-
|
Okay, I succeeded to use the metadata (was in the Docs). Thanks a lot! |
Beta Was this translation helpful? Give feedback.
You can actually disable this behaviour via a config option. When enabled, it'll allow you to have multiple line items with the same product, but differing metadata.