Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

MultiCards module


Guest

Recommended Posts

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.

Link to comment
Share on other sites

  • 5 months later...

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.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...