Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Check Out Error


sandwick

Recommended Posts

Posted

When a customer places an order and is going throough the check out process they get this error ?

 

See Image below ...

 

chkoutError.jpg

 

 

I am not taxing my customers and do not know why I am getting this error.

 

Any help would be appreciated !

 

 

Thanks in advance. <_<

Posted

Here is the code that is screwing up ... missing ARG 2 ... $products_tax ?

 

	function display_price($products_price, $products_tax, $quantity = 1) {
  return $this->format($this->calculate_price($products_price, $products_tax, $quantity));
}

 

 

Anybody ???

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...