• Resolved cartpauj

    (@cartpauj)


    Cool plugin. I’d like to see the AM/PM formatted dates in the emails like so:

    foreach ($app_array as $key => $value) {
    			if($key == 'start' || $key == 'end') {
    				$value = date("h:i a", strtotime("2015-01-01 " . $value));
    			}
    
    			$params["#$key#"] = $value;
    		}

    It would also be great if you’d name the Dashboard Menu item to “Appointments” instead of “Easy Appointments” so it doesn’t break the layout of the menus.

    Thanks!

    https://wordpress.org/plugins/easy-appointments/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Nikola Loncar

    (@loncar)

    Hi Cartpauj,

    I will add that option by end of this week. There will be option for email date/time format string.

    Best regards,
    Nikola

    Thread Starter cartpauj

    (@cartpauj)

    Great, thanks. The one last thing, it would be nice to have a button in the configure section to delete all “abandoned” appointments to free up those time slots for other clients.

    Plugin Author Nikola Loncar

    (@loncar)

    Hi Cartpauj,

    I have added that to new version. I didn’t put new option fields because there are already fields in WordPress settings (Settings > Global). So I will use those. There are some other features that I need to add as well. So new version will be ready during next day.

    Regarding delete all “abandoned” I will add that to my ToDo list. That is not big modification and I will add that soon.

    Best regards,
    Nikola

    Plugin Author Nikola Loncar

    (@loncar)

    Hi Cartpauj,

    new version is live. Now formating is done by default settings in general tab. I will close this thread and regarding that request about deleting abandon appointments is going to my to-do list 🙂

    Best regards,
    Nikola

    Thread Starter cartpauj

    (@cartpauj)

    Great, thanks. I’ll check it out.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Request a few changes’ is closed to new replies.