Theophilix / event-table-edit-old

Event Table Edit is a free table plugin for Joomla 3.x to create a responsive, editable table with CSV / XML import and export, and a simple appointment booking system function. Any help in the development is highly appreciated.
GNU General Public License v3.0
10 stars 6 forks source link

Frontend / Appointment tables: Show same date information in email as after click of booking button #131

Closed Theophilix closed 5 years ago

Theophilix commented 5 years ago

The date information in the confirmation email is not precise. Only the beginning (not the end!) is listed and with slashes. capture_002_13112018_214846

We should change this and use the same date information in email as after click of booking button (sorry, wrong order here) screenshot_2018-11-13 appointmenttable - wrong date order

This could lead to problems with "{date}" and "{time}" variable. For example, the sentence "your appointment is at {time} on {date}". So we need a new variable {datetimelist}. This variable displays what we have in confirmation message after clicking the button (see second screenshot)

Theophilix commented 5 years ago

Fixed in 4.7.4 version.