Hello,
it seems that the current construction of output string doesn't generate proper currency formatting e.g. for EUR:
dc_ajax_add_cart.module, line 411:
$product_price_total = commerce_currency_amount_to_decimal($variables['total']['amount'], $currency['code']) . ' ' . $currency['symbol'];
Comments
Comment #1
subhojit777Hi Jurgen,
Thanks for reviewing and testing this module. Earlier I was programmatically builidng the currency format string, now I am using this API to obtain currency format: http://drupalcontrib.org/api/drupal/contributions!commerce!commerce.modu.... Could you please test this feature again.
Comment #2
subhojit777@jurgen closing this issue as there is no activity. Feel free if you face the same problem again.