cancel
Showing results for 
Search instead for 
Did you mean: 

Update header document with selected currency value in JSP

Former Member
0 Kudos

Hi all,

I have custom dropdown box for currency in checkout JSP page.

If I change currency selection in dropdown, how can I capture this value and update currency in header.

Venkat

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Venkat

I am not sure if I got your actual query here.

Where exactly have you placed your custom Drop-down field as of now?

I guess, if you have a custom Drop-down field, you will also have its action-handlers. Why cant you use the action handler for value selection or value change, and then pass the new currency value selected and trigger another update on the Order?

Hope this helps.

Regards, Vishal

Former Member
0 Kudos

Hi Viahal.

Thank you for your response.

I placed code in checkout.inc.jsp for B2C scenario.

Please let me know how to capture selected currency from the dropdown and update salesheaderdocument.

Thanks again.

Venkat