* The getEventConfig() method must have been called first or a reg_event ID must be passed so that we have all of the needed event data.
*
* @param integer $regEventId Optional ID of a reg event record. If provided, load all registration data using getEventConfig() above
- * This is not required if the event data has already been loaded using getEVentConfig() by the calling code
+ * This is not required if the event data has already been loaded using getEventConfig() by the calling code
*
* @return array updated reg_times data or false if not regEventData has been provided or no recurrence data
*/
public function checkEventTimes($regEventId = false )
{
-echo "<p>checkEventTimes()</p>";
-
$needTimesReloaded = false;
$message = '';
if (!$id) {
$needTimesReloaded = true;
-echo "<P>**** TIME ADDED ****</p>";
+
// Add reg event time
$this->wpdb->insert(
GLM_MEMBERS_REGISTRATIONS_PLUGIN_DB_PREFIX."reg_time",
$this->config = $config;
/*
- * Run constructor for the REgistrations data class
+ * Run constructor for the Registrations data class
*
* Note, the third parameter is a flag that indicates to the Contacts
* data class that it should flag a group of fields as 'view_only'.
$this->config = $config;
/*
- * Run constructor for the REgistrations data class
+ * Run constructor for the Registrations data class
*
* Note, the third parameter is a flag that indicates to the Contacts
* data class that it should flag a group of fields as 'view_only'.
$this->config = $config;
/*
- * Run constructor for the REgistrations data class
+ * Run constructor for the Registrations data class
*
* Note, the third parameter is a flag that indicates to the Contacts
* data class that it should flag a group of fields as 'view_only'.
$this->config = $config;
/*
- * Run constructor for the REgistrations data class
+ * Run constructor for the Registrations data class
*
* Note, the third parameter is a flag that indicates to the Contacts
* data class that it should flag a group of fields as 'view_only'.
$this->config = $config;
/*
- * Run constructor for the REgistrations data class
+ * Run constructor for the Registrations data class
*
* Note, the third parameter is a flag that indicates to the Contacts
* data class that it should flag a group of fields as 'view_only'.
$this->config = $config;
/*
- * Run constructor for the REgistrations data class
+ * Run constructor for the Registrations data class
*
* Note, the third parameter is a flag that indicates to the Contacts
* data class that it should flag a group of fields as 'view_only'.
$this->config = $config;
/*
- * Run constructor for the REgistrations data class
+ * Run constructor for the Registrations data class
*/
parent::__construct(false, false, true);
$this->config = $config;
/*
- * Run constructor for the REgistrations data class
+ * Run constructor for the Registrations data class
*
* Note, the third parameter is a flag that indicates to the Contacts
* data class that it should flag a group of fields as 'view_only'.
$this->config = $config;
/*
- * Run constructor for the REgistrations data class
+ * Run constructor for the Registrations data class
*
* Note, the third parameter is a flag that indicates to the Contacts
* data class that it should flag a group of fields as 'view_only'.
// Load registrations support class
require_once GLM_MEMBERS_REGISTRATIONS_PLUGIN_CLASS_PATH.'/regCartSupport.php';
$regCartSupport = new GlmRegCartSupport($this->wpdb, $this->config);
-
+
wp_enqueue_style(
'foundation',
GLM_MEMBERS_REGISTRATIONS_PLUGIN_BASE_URL . '/css/foundation.css',
null,
'1.0'
);
-
+
/* Test data */
}
// echo "<pre>".print_r($cart,1)."</pre>";
-
+
// Compile template data
$templateData = array(
'haveRequests' => $haveRequests,
$this->config = $config;
/*
- * Run constructor for the REgistrations data class
+ * Run constructor for the Registrations data class
*
* Note, the third parameter is a flag that indicates to the Contacts
* data class that it should flag a group of fields as 'view_only'.
$this->config = $config;
/*
- * Run constructor for the REgistrations data class
+ * Run constructor for the Registrations data class
*
* Note, the third parameter is a flag that indicates to the Contacts
* data class that it should flag a group of fields as 'view_only'.