I’m resolved.
I find this :
http://currency-switcher.com/hook/woocs_exchange_value/
I use this function, that work like a charm !!!!!
if (class_exists('WOOCS'))
{
global $WOOCS;
$currencies = $WOOCS->get_currencies();
$msrp = $msrp * $currencies[$WOOCS->current_currency]['rate'];
$msrp = number_format($msrp, 2, $WOOCS->decimal_sep, '');
}
thank you
With one product it’s correct.
3.20 Exclude VAT (22%)
So Total Price : 3.90 (the VAT is 3.904 but round correct to 3.90)
With more product wrong.
For example :
3.20 * 65 = 208 Exclude VAT (22%)
So Total Price : 253.76
the correct price is 253.50
you can help me ?
Resolved, thanks
General options >> set margin bottom