sandwick Posted September 8, 2008 Posted September 8, 2008 When a customer places an order and is going throough the check out process they get this error ? See Image below ... I am not taxing my customers and do not know why I am getting this error. Any help would be appreciated ! Thanks in advance. <_<
sandwick Posted September 11, 2008 Author Posted September 11, 2008 I need to get this fixed, it is causing a problem at check out ... Any Suggestions ?
sandwick Posted September 11, 2008 Author Posted September 11, 2008 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 ???
Recommended Posts
Archived
This topic is now archived and is closed to further replies.