Hi Chris,
That’s quite an easy fix – I was just stopping duplication of same time, date and venue but not including checking the service name on adding (note the check isn’t done for editing).
So from next update as long as the service name is different the other factors can be the same.
That will allow you to create your special service too.
Andy
ps If you want the change now line 111 of includes/services.php should be changed to
if(!$id)$id=$wpdb->get_var(‘SELECT service_id FROM ‘.CA_SER_TBL.’ WHERE service_name=”‘.esc_sql($form).'” AND site_id=”‘.esc_sql($form).'” AND service_day=”‘.esc_sql($form).'” AND service_day=”‘.esc_sql($form).'” AND service_time=”‘.esc_sql($form).'” ‘);