Diferent colors of status on front appointments calendar
-
One of my last questions
I would like the front appointments calendar to see the status also in different colors.
I found the code for the administration and it works, but in the front it does not.
thaksif( $single->status == 'approved') { $appointment_color = "#FFFF00"; } else if( $single->status == 'pending') { $appointment_color = "#FFA500"; } else if( $single->status == 'cancelled') { $appointment_color = "#FF0000"; } else if( $single->status == 'done') { $appointment_color = "#008000"; }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Diferent colors of status on front appointments calendar’ is closed to new replies.