Guest Posted January 20, 2007 Share Posted January 20, 2007 Hi Folks, Hope somebody can assist with the Multicards module or maybe somebody has it working? There is a bug in the contribution: Currency conversion problem: our shop uses 3 different currencies which are all brought to Multicards checkout as one currency (the one which you can select at the merchant page). They offer multi currency overriding by variable 'valuta_code' but i don't know how to paste this variable in the coding... :huh: This is a mayor problem because like this the module is useless to us. Hope somebody can assist to build in the variable. Thanxxx Bart Another problem was that Gift Vouchers or Discount coupons were not taken to the shop, but i have ripped the code at line 319: $parameters['item' . $item . '_price'] = number_format($order->info['shipping_cost'] * $currencies->get_value($currency), $currencies->get_decimal_places($currency)); change into: $parameters['item' . $item . '_price'] = number_format($order->info['total'] * $currencies->get_value($currency), $currencies->get_decimal_places($currency)); Like this it will take the total ammount to the processor so that's resolved. Quote Link to comment Share on other sites More sharing options...
multicards Posted July 17, 2007 Share Posted July 17, 2007 Hello Bart, Did you download the latest OS Commerce module from our site at: http://www.multicards.com/en/support/techn.../oscommerce.htm And is the valuta override function enabled in your order page settings? The currency should be received from the shop without any problems. Thanks for the code to also support Gift Vouchers and Discount coupons. We will release a new version of our module within a few hours. Regards, MultiCards Support Hi Folks, Hope somebody can assist with the Multicards module or maybe somebody has it working? There is a bug in the contribution: Currency conversion problem: our shop uses 3 different currencies which are all brought to Multicards checkout as one currency (the one which you can select at the merchant page). They offer multi currency overriding by variable 'valuta_code' but i don't know how to paste this variable in the coding... :huh: This is a mayor problem because like this the module is useless to us. Hope somebody can assist to build in the variable. Thanxxx Bart Another problem was that Gift Vouchers or Discount coupons were not taken to the shop, but i have ripped the code at line 319: $parameters['item' . $item . '_price'] = number_format($order->info['shipping_cost'] * $currencies->get_value($currency), $currencies->get_decimal_places($currency)); change into: $parameters['item' . $item . '_price'] = number_format($order->info['total'] * $currencies->get_value($currency), $currencies->get_decimal_places($currency)); Like this it will take the total ammount to the processor so that's resolved. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.