RSS

Blog posts tagged with 'nopCommerce'

How to add custom links to the footer of your nopCommerce based website

Written by Lavish Kumar

written by Lavish Kumar

For any website to be functional or effective, every element from the header to footer plays a big role in making the overall website informative and usable. Footer is a great place that gives store owners an opportunity to direct their customers (or users) to different parts of the sites or add contact information so that they can be easily reached.

nopcommerce footer
How to activate SMS provider in nopCommerce

Written by Lavish Kumar

written by Lavish Kumar

A lot of users are not aware that nopCommerce comes (out of the box) with a plugin that can be very helpful to store owners. A plugin (if enabled) can sent you message notifications on your mobile phone when you receive orders, message or any important updated in regard to your store site.

nopcommerce sms provider
How to place Google Analytics script in head instead of body in nopCommerce

Written by Lavish Kumar

written by Lavish Kumar

Many search engine optimization (SEO) experts have different opinions about where to place Google Analytics script. Whether it should be in <head> or </body> section? If you search online, you will find several different opinions from different SEO experts / developers.

In nopCommerce (out of the box), the Google Analytics script (if enabled) is designed to be placed right before your </body> tag. But, there are some users / developers who prefer to place the Google Analytics script in the <head> section.

So, let us go over the process if you wish to change the placement of your Google Analytics script from </body> to <head>.
How to manage locale string resources in nopCommerce

Written by Lavish Kumar

written by Lavish Kumar

Today, we will discuss, how to manage locale string resources of each store for any published language. The benefit of using locale string resource is that if you have multi-store or if you allows your customers (or users) to view your store site in different languages, you can easily set up a resource string with its value and based on the language, it will change automatically instead of you saving each languages text as hard code.

nopcommerce locale string
How to keep the homepage menu tabs same even after adding categories

Written by Lavish Kumar

written by Lavish Kumar

n nopCommerce, when as a store admin you start adding product categories in the database (via administrator section), you will notice that all the default links like "Home", "New Products", "Contact Us" etc are replaced with main categories of your products.

How can you change it back to the original menu items and not show the categories tabs?

nopcommerce menu
How to create forum groups in nopCommerce

Written by Lavish Kumar

written by Lavish Kumar

Today, having forums (or discussion boards) on your e-Commerce website is a great way to providing an option to your customers to communicate with you (as an online business). CMS features like online forums gives a chance to the customers to participate and engage in conversions. These conversation acts as a quality content for your e-Commerce website and hence provide quality content for SEO (search engine optimization).

Today, we will go over the process of creating forum groups in nopCommerce.
Overview of measures (weight and dimensions) in nopCommerce

Written by Lavish Kumar

written by Lavish Kumar

As an online store owners, you have to manage a number of settings on your e-Commerce store. One of the important thing in maintaining an online store site is configuring weight and dimensions of the products / items that you are setting as shipping cost is calculated based on what you have saved in your database.

Today, we will go over the process of adding and editing the weights and dimensions in the default system as well as setting the primary weight and dimension used in nopCommerce.
How to get low stock report in nopCommerce

Written by Lavish Kumar

written by Lavish Kumar

While running an e-Commerce business, it is important to every story owner to keep an eye on the current stock in order to make sure customers are able to place order online without any hassle. If any item is low on stock (or even out-of-stock), it can easily lead to losing a customer because online shoppers do not like to wait, if you do not have an item, shoppers with go on some other website to place an order.

Low stock report is a great solution for keeping an eye on the current inventory. 

low stock report
How to add blog posts on homepage in nopCommerce

Written by Lavish Kumar

written by Lavish Kumar

Recently, I received an email from one of the nopCommerce user in regard to the question about adding blog posts on homepage. Adding blog posts on homepage is not a very difficult task but at the same time it is not very straight forward also for developers who are new to nopCommerce or ASP.NET MVC.

So,  today I am going to demonstrate all the necessary steps required to accomplish this task (i.e. adding blog posts on homepage).

adding nopcommerce blog posts on homepage
How to force WWW prefix on your nopCommerce store site

Written by Lavish Kumar

written by Lavish Kumar

Majority of the internet users are aware of the fact that many websites can be access by typing the url (or domain name) "with" or "without" the WWW prefix. It means that, if you go to Google site, you can either type "google.com" or you can type "www.google.com".

An interesting thing that you should notice in the URL while visiting any website is that, majority of websites changes the URL and add "WWW" prefix automatically even if you do not type it initially.

Now, the question is, why do we need to force the WWW prefix on your website domain name? The answer is quite simple; to avoid duplicate content on search engines.

It is always a good practice to keep consistency when it comes to SEO and forcing WWW prefix avoids search engine to index 2 different version of your website "with" and "without" WWW prefix.

Today we will go over the process of forcing WWW prefix on your nopCommerce store site.