Please find attached a set of patches (against the most recent beta6 release), which adds the following fixes and features:
- fix/add the use of t() in some of the strings used by the module
- in case of a new ticket, the sender's email is checked against the USERS table of Drupal, and the uid is assigned if there's a match. Thus, existing customers get the user information right, before an order is placed.
- makes use of format_date() to better format the dates, so that internationalized websites can make use of this module.
- enable checkboxes by default in the followup form ("send email notification", and "add signature").
HTH,
--mariano
| Comment | File | Size | Author |
|---|---|---|---|
| uc_ticket.module.beta6_.patch | 1.7 KB | mariano.barcia | |
| uc_ticket.admin_.beta6_.patch | 6.62 KB | mariano.barcia |
Comments
Comment #1
Anonymous (not verified) commentedoooohh, thanks!
I'll take a look at these today.
Comment #2
Anonymous (not verified) commentedCommitted changes to dev.
Also, now that we're adding a uid to a ticket, there is the possibility that there are no orders in the system for that user. As such, I made some changes to the ticket view user box so that it will display none for last order date and amount of purchases.
Comment #3
mariano.barcia commentedGreat! I'll update my installation with the latest HEAD version.