Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Hello Hello

Archived
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Hello Hello

  1. Hi, I am trying to install this contribution but am getting the following error. Parse error: parse error, unexpected ';', expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /includes/classes/order_total.php on line 306 line 306 is: // if ($GLOBALS[$class]->include_tax == 'false') $order_total=$order_total-$order->info['tax']; and part of the file.. // Called at various times. This function calulates the total value of the order that the // credit will be appled aginst. This varies depending on whether the credit class applies // to shipping & tax // function get_order_total_main($class, $order_total) { global $credit, $order; // if ($GLOBALS[$class]->include_tax == 'false') $order_total=$order_total-$order->info['tax']; // if ($GLOBALS[$class]->include_shipping == 'false') $order_total=$order_total-$order->info['shipping_cost']; return $order_total; } // ICW ORDER TOTAL CREDIT CLASS/GV SYSTEM - END ADDITION } Hope someone can help. Thanks
  2. dose anyone have a way around this or dose it mean I cant use this contribution? if i cant use it can you suggest any others?
  3. I got the following error Fatal error: Call to undefined function: iconv() in /home/wiredwar/public_html/gizmodominion/rss.php on line 153 Can anyone help? Thanks
×
×
  • Create New...