Hi,
I am currently using SmithCart 5.00 on DNN 6.1 and I have encountered a bug. I have enabled Custom Date Field #1 and wanted customers to input a date when they would be at their current address.
I have used this Custom Date Field #1 and used the Token [CUSTOMDATE] and a different date shows up in the Email Template.
In the SQL Database, for Table Smith_StoreOrders I see the that the template is taking the wrong date from the UDDate column. I'm not sure what is the reason for this column but inside I found a few relations. If there were Special Instructions added at the end of the order, the date would reset to 1900-01-01. If the customer closed the browser because they thought the order process was over or in most cases not knowing that there was a Special Instructions field (as it is too low and many don't know where it is or dont think about scrolling), the date would remain as the original time of order placed.
In the same table Smith_StoreOrders, further down, I see UDDate1 with the correct date inputted which was the date customers inputted from Custom Date Field Form #1.
-----------------------------------------------------------------------------------------------------
In the SmithShoppingCart Manual on Page 155, it says this about the token
[CUSTOMDATE] Custom date field from Step 1 of the checkout.
This is clearly not taking data from the right column. Can you please fix this issue? I may need Custom Date Field #2 so obviously this needs either redirecting or a configuration of Tokens to have CUSTOMDATE1 and CUSTOMDATE2.
Thank You