I am using Vendr checkout. In which sql db table do you store the values for the Newsletter subscription and the customer comments?
I had a look around, thinking it should be a column in VendrOrder but could not find it.
Do you actually have a comments value? If there is no value, it won't get added to the database table. It should get saved with the alias "comments" if there is a value, otherwise no row will be added.
Vendr checkout values
Hi Matt,
I am using Vendr checkout. In which sql db table do you store the values for the Newsletter subscription and the customer comments? I had a look around, thinking it should be a column in VendrOrder but could not find it.
Thanks, Edgar
Hi Edgar,
That's a custom order property stored in the orders Properties collection so that will get saved to the
vendrOrderProperty
table.Matt
Thanks.
In that table I have the marketingOptIn value but cannot find the customer comments?
Edgar
Hi Edgar,
Do you actually have a comments value? If there is no value, it won't get added to the database table. It should get saved with the alias "comments" if there is a value, otherwise no row will be added.
Matt
That's exactly how it is. Thanks Matt!
Edgar
is working on a reply...