cancel
Showing results for 
Search instead for 
Did you mean: 

how to set default currency for user in hmc

Former Member
0 Kudos
210

Hi expert,

I need to set the default currency for the user in HMC, i did in store.impex but changes are not reflecting . could you please help.


store.impex

 $productCatalog=xxxProductCatalog
 $classificationCatalog=xxxxClassification
 $currencies=BHD
 $net=false
 $storeUid=batelco
 $defaultCurrency=BHD
 $languages=en
 $defaultLanguage=en


Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You impex defines only variables.

You have to put an impex statement which contains an INSERT_UPDATE

From your screenshot it looks like you try to edit the sessionCurrency attribute.

Former Member
0 Kudos

- Thanks for the update. Could you please share the details for impex. which table i need to update and how it would be default?

Thanks

Former Member
0 Kudos
 INSERT_UPDATE Customer;uid[unique=true];sessionCurrency
 ;test@test.com;USD

Answers (0)