Developer forum

Forum » Rapido » Rapido Cart Page Flow

Rapido Cart Page Flow

Tan Pang Lin Dynamicweb Employee
Tan Pang Lin
Reply

Dear Sir

https://www.useloom.com/share/a6d628f39ffa40cd855d14dd02297f03

With reference to above video,  please advise on the following

1.  The "Add alternative adr." was checked?  residue from previous order,  but nothing was selected infact.  I have to uncheck and recheck to open up the drop down box.

2.  why the country default to Denmark ?  Where can I do the setting?

3.  when I select the saved address where the country is Japan,  after selectoin the country remain as Japan?

4.  After the payment,  the response screen also showed country as Denmark!

Please advise.

Thanks

Pang Lin


Replies

 
Karsten Thuen Dynamicweb Employee
Karsten Thuen
Reply

Hi Tan Pang Lin

I am sorry you are experiencing these country selector errors. That is, of course, not good. 

1. There was a bug, and I am quite sure it was fixed in Rapido 3.0 

2. The country selector, currently, takes the first country in the list, if nothing is selected. We will look into this, to see if we can improve it. You can configure the list of countries in Settings -> Internationalization -> Countries

3. Sadly, there is a bug here. I have now solved it, and it will be in the next Rapido hot fix. To fix it on your solution, locate the file Templates/Designs/Rapido/Json/eCom7/CartV2/Step/CartAddresses.cshtml line 152 - Replace with:

string selected = address.GetString("UserManagement:User.UserAddress.Country").ToLower() == country.GetString("Ecom:Country.Name").ToLower() ? "selected" : "";

4. The solution to number 3, will also fix this one.

 

Best regards
Karsten Thuen

 

You must be logged in to post in the forum