Date and start and end-time separate columns

  • M Thijssen
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
1 year 8 months ago - 2 weeks 4 days ago #153074 by M Thijssen
Replied by M Thijssen on topic Date and start and end-time separate columns
......studiothijssen.nl/...../bewuste-zorg-keuzes
Last edit: 2 weeks 4 days ago by M Thijssen.

Please Log in or Create an account to join the conversation.

More
1 year 8 months ago #153075 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Date and start and end-time separate columns
Hello

You are using shopping cart, so two files below need to be modified:

components/com_eventbooking/themes/default/emailtemplates/cart.php
components/com_eventbooking/themes/default/emailtemplates/email_cart.php

Please try to make the change and let me know if you need more help

Tuan

Please Log in or Create an account to join the conversation.

  • M Thijssen
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
1 year 8 months ago #153076 by M Thijssen
Replied by M Thijssen on topic Date and start and end-time separate columns
Thanks!!

Please Log in or Create an account to join the conversation.

More
1 year 8 months ago #153083 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Date and start and end-time separate columns
You're welcome. Please try to implement the change. If you have any difficulty or need help, feel free to ask us

Tuan

Please Log in or Create an account to join the conversation.

  • M Thijssen
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
1 year 8 months ago #153090 by M Thijssen
Replied by M Thijssen on topic Date and start and end-time separate columns
Hi Tuan,

The cart and email_cart are edited, and I have tested it and it is working fine. :-)
It is probably not completely a logic date formatting. But it works for now. 
But I use the first to show the time and the second line to show the date.
$dateFormat = $config->event_date_format;
$dateFormat = $config->date_format; 

But when testing the export the registers, the date-column only shows the Start-Time. 
I think the date-formatting should be changed so the data is correctly put to the db.



Could you help me with this? I'm completely lost where and how to do this.

Best regards,
​​​​​​​Marcel 


 

Please Log in or Create an account to join the conversation.

More
1 year 8 months ago #153093 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Date and start and end-time separate columns
Your question is not very clear to me. Did you make any change to the export code ?

Or you changed Event Date Format config option? Look like you change Event Date Format config option and it causes the error?

Tuan

Please Log in or Create an account to join the conversation.

  • M Thijssen
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
1 year 8 months ago #153101 by M Thijssen
Replied by M Thijssen on topic Date and start and end-time separate columns
Hi Tuan,

Sorry, for the short explanation of the issue. I geuss you don't have a glas-ball to look in my head. ;-)

In the meantime I solved it. In the back-end I changed the date and time annotation.
Now the export list is showing all date info I need



Best Regards,
Marcel

Please Log in or Create an account to join the conversation.

More
1 year 8 months ago #153105 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Date and start and end-time separate columns
Great. Happy to hear you have the setting changed and got the issue sorted

Tuan

Please Log in or Create an account to join the conversation.