if i missed something - please enlighten me.

i set a flatrate of say 20$.

if a person changes the currency to euro - the shipment should change from 20$ to... 16E...

at the moment the price remains the same but the currency sign changes...

Comments

hixster’s picture

uc multi price has no bearing on flat rate shipping , it only affects the price of your products.

maarudth’s picture

well...

in a way - this is the only module that i found that allows me to have a product show in different currencies.

maybe this should be changed into a feature request..

bumer...

hixster’s picture

you could use flat rate to change the price based on currency - will need a bit of custom code but shouldn't be too hard.

hixster’s picture

Maarudth, try executing some custom php as a conditional action to affect the flat rate shipping price.
I can't remember the variable which stores the country code, but have a dig around in the uc multi price module and you should find it.

There's a thread here on using conditional actions http://www.ubercart.org/forum/support/13229/how_use_system_execute_custo...

maarudth’s picture

thanks for your answers.

i finally worked it out.. kind'of:

since when i change the country - the currency changes too, and i have conditional statements for the shipment - USA - one kind of shipment etc... it actually works out.

in a strange way.
I'm amazed as to how a mature package like drupal doesn't have a commerce solution which is easy and well rounded...

maybe commerce in drupal 7 takes care of that... will see..

hixster’s picture

cool - glad you got it working.