Add country selector in top menu beside language selector

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 лет назад
Hi,

I want to add country selection option in the top header beside the language dropdown list. I had multicountries nopcommerce and want to allow visitors to select country.

How can I do that.

Thanks in Advance.

Regards,
Mahran
7 лет назад
Hi,

look at the LanguageSelector and SetLanguage methods of the CommonController(Nop.Web), and an appropriate LanguageSelector partial view that we use in the Header.cshtml. You could make your country selector work the same way.
4 года назад
Can we do it in nopcommerce 4.20?
4 года назад
Ranjithnop wrote:
Can we do it in nopcommerce 4.20?


Yes. Have to do custom code. Follow the instructions from @Marianna. But First, go through how LanguageSelector  implemented in 4.20
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.