Hallo, first, thank You for your work, amazing job..
I'd like to ask.. in my shop there are 3 currencies, this module displays good amount but wrong currency (only default one). Is it possible to fix it?
Thank you
Hallo, first, thank You for your work, amazing job..
I'd like to ask.. in my shop there are 3 currencies, this module displays good amount but wrong currency (only default one). Is it possible to fix it?
Thank you
Comments
Comment #2
subhojit777Is is like every product has its own currency? In that case, we have to change this http://cgit.drupalcode.org/dc_ajax_add_cart/tree/dc_ajax_add_cart.module... and all other occurences of
commerce_default_currency(). There must be some currency data associated with every product, we have to use that.Comment #3
subhojit777Comment #4
subhojit777I suppose you are using commerce_multicurrency. This is fixed now #2846386: Support for Commerce Multicurrency