Skip to main content

Added a function to allow orders to be completed automatically once paid. (Removed it on 9 April 2018 as Annee was receiving two notifications and courses two bookings…)

Direct checkout installed so skip basket. (uninstalled in April after installing the open access plugin)

Hidden the out of stock box on the course page with css

.tribe-out-of-stock {
display: none !important;
}


Added a DELETE ACCOUNT link on the MY ACCOUNT page for clients only.

Delete me plugin

and added an amended file account.php into the child theme


Function to redirect shop to COURSES


Forced pages to go to https in access


booking confirmed template email overrided and copied to child theme


custom message on bookings added to functions.php

hidden error notifications admin

wp-admi

ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);

in line 81

instead of

define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_DISPLAY’, true);