I've found a small bug in the mod but don't know how to fix it!
It only happens with certain currency symbols such as Czech Republic Koruny.
The symbol translates to Kč rather than an actual symbol.
All works fine except for the total shown in the cart.
Around line 206
Code:
$cartSricTotal = preg_replace ( '#\D*?(\d+(\.\d+)?)\D*#', '$1', $cartShowTotal );
I think this strips the &#; characters but leaves the numerics in so the total shows a huge number!
Is there an easy fix to this or will changing the character set on the symbol field in the currencies table to utf8 fix the issue?
It is currently latin.