RSS

Blog posts of '2016' 'March'

How to change the number of recently viewed products in nopCommerce

Written by Lavish Kumar

written by Lavish Kumar

nopCommerce offers a ton of features / options to store owners to configure the store site as per the business requirements (or needs). All these options in the admin panel makes the nopCommerce based e-Commerce site user-friendly and easy to manage.

"Recently Viewed Product" feature on nopCommerce site allows customers and online shoppers to view the products that they recently viewed (or browsed). Today, we will go over the step to change the number of recently viewed products in nopCommerce.

nopcommerce recent products
How to add the missing vendors search engine friendly page names during nopCommerce installation

Written by Lavish Kumar

written by Lavish Kumar

Recently, it was reported by nopCommerce users that vendors search engine friendly page names are missing during the installation process. Due to the missing information, a user cannot go to the vendor page if vendor has not been added manually from the administration section (if sample data is being used).

Today, we will go over the process of adding the missing vendors search engine friendly page names during nopCommerce installation.
How to view customers by order total report in nopCommerce

Written by Lavish Kumar

written by Lavish Kumar

In order to manage and analyze the well-being of an e-Commerce store site, it is quite important for an online business owner to have access to sales and marketing reports. in nopCommerce, sales and customers report gives you access to invaluable data that is not easy to generate manually. Reports are an integral part of managing an active business to track all the processes and see if business goals have are being achieved or not.

Today, we will look into the necessary steps to view customers by order total report in nopCommerce.

nopcommerce reports
How to fix image resizing bug in nopCommerce

Written by Lavish Kumar

written by Lavish Kumar

An issue exists in the PictureService which creates a white single pixel strip either vertical or horizontal on resized images such as thumbnails. The white strip appears on the right or bottom of the image.

Today, we will go over the process / step to fix this bug in 3.70 version.
Beginner's guide to nopCommerce plugin development (ASP.NET MVC based e-Commerce solution)

Written by Lavish Kumar

written by Lavish Kumar

One key feature of the nopCommerce is its pluggable modular/layered architecture which allows additional functionality and presentation elements to be dynamically added to the application at runtime. This pluggable modularized architecture makes it easy to create and manage your nopCommerce based store site. 

Here is the beginner's guide to nopCommerce plugin development (ASP.NET MVC based e-Commerce solution) 

Steps to add a new custom page in nopCommerce (ASP.NET MVC based e-Commerce solution)

Written by Lavish Kumar

written by Lavish Kumar

Every now and then I get the same question from many nopCommerce users in regard to adding a new custom page is nopCommerce. nopCommerce switched from Web Forms to MVC in version 2.X and everything was rewritten from scratch along with the architecture improvements. While ASP.NET MVC tends to get the most attention these days, many ASP.NET developers are still new to MVC, as it can be a learning curve for any .NET developer. So, I completely understand that it can be quite overwhelming to work with something that is totally different from Web Forms. 

So, here I am writing an article (again based on newer version of nopCommerce) on this topic to answer this common question and I hope it helps nopCommerce users who are looking for a solution to this problem / question.