Hi again,
I found the solution for the above. I had missed a line of code which was to be inserted above the total cost calculation:
$order_total_amount = $_SESSION['cart']->show_total() - $_SESSION['cart']->free_shipping_prices() ;
That fixed the problem.
Thanks anyway.
otti


Reply With Quote
