Welcome Guest, Not a member yet? Register   Sign In
flexi cart - A comprehensive shopping cart library for CodeIgniter
#99

[eluser]haseydesign[/eluser]
@koichirose

The line you are probably after is @ flexi_cart_model.php:259.
This line changes the item price to a 2 decimal number, however, you can change this to 3 decimals simply by changing the code as shown below.

Code:
$item_price = $this->format_calculation($item_data[$this->flexi->cart_columns['item_price']], 3, TRUE);

From my quick testing of your example, this does result in a total of 29.99 - so maybe this will help you out?


Messages In This Thread
flexi cart - A comprehensive shopping cart library for CodeIgniter - by El Forum - 02-06-2013, 02:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB