RSS

Blog posts tagged with 'css'

How to change CSS style sheet with language in nopCommerce

Written by Lavish Kumar

written by Lavish Kumar

There are times when nopCommerce developers / designers have to implement different layout for each language (if there are more than one languages installed on the store site). The requirement certainly makes sense because in different language the length of words / sentences can be different so if your layout is specific to the content of one language; by changing the language of the store site might create some issues with the layout of the site.

Today, we will go over the process to changing CSS style sheet with language in nopCommerce.
How to add CSS and JS resource files in nopCommerce

Written by Lavish Kumar

written by Lavish Kumar

Today, we will go over the process of adding CSS and JS resource files in nopCommerce. Some developers or web designers follow different ways to add resources / references into the web files, each way carry its own advantage and disadvantage.  So, we are not going to go over what is the “correct” way of adding references because this can lead to a never ending debate.

So, we are going to discuss what is the best “recommended” way to add CSS and JS resource files in nopCommerce project.