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

subhojit777’s picture

Issue summary: View changes
Status: Active » Needs review

Hi 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.

subhojit777’s picture

Version: » 7.x-1.0-beta1
Status: Needs review » Closed (fixed)

@jurgen closing this issue as there is no activity. Feel free if you face the same problem again.