Zen Follower
- Join Date:
- Oct 2004
- Posts:
- 206
- Plugin Contributions:
- 0
Modules--> Orders Total
I'm geting an error message when I access this area in admin:
Modules--> Orders Total
The error message is below
Fatal error: Call to a member function on a non-object in /var/www/html/www.crimescene.com/web/store/includes/modules/order_total/ot_gv.php on line 29
What have I done??? I can use the other areas of admin and when I remove ot_gv.php all is well.
Tom
PS line 29 is
$this->checkbox = $this->user_prompt . '<input type="text" size="6" onchange="submitFunction()" name="cot_gv" value="' . number_format($_SESSION['cot_gv'], 2) . '" onfocus="if (this.value == \'' . number_format($_SESSION['cot_gv'], 2) . '\') this.value = \'\';" />' . ($this->user_has_gv_account($_SESSION['customer_id']) > 0 ? '<br />' . MODULE_ORDER_TOTAL_GV_USER_BALANCE . $currencies->format($this->user_has_gv_account($_SESSION['customer_id'])) : '');