Theme change on mobile platform

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 anos atrás
Hi everyone , we have developed a webview mobile application for our e-commerce site. We used a separate theme in this application and adapted it to mobile only. Consequently, when the customer opens the site on the desktop, he sees the mobile theme.

There is an option called "Allow customers to choose a theme" in the Nopcommerce settings menu. I wonder if we can automate this option ?

In short, when the customer logs in from mobile devices, I want to show the desktop theme when the mobile theme enters from the desktop.

NopCommerce version 4.30
Web Site www.alpgross.com
3 anos atrás
You really need to develop the theme with media queries, so that the layout will adapt to each device.

This is how all current themes (and, most of the websites on the net now) work.

Depending on what version of nopCommerce you are using, you can detect mobile devices, but it does have some limitations.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.