RSS

Blog posts tagged with 'nopcommerce 3-8'

Learn about offering in-store pickup option (pickup points) to the online customers on nopCommerce site

Written by Lavish Kumar

written by Lavish Kumar

Thanks to the increasing popularity of e-Commerce stores, more and more retailers (who are even running physical stores) are making their presence online. But, only a few online stores are actually taking advantage of latest and greatest features on the web to market themselves as a brand. One advantage that retailers with actual physical stores have over standard online businesses is that they can provide different kind of shipping options to their customers. One of the most commonly used methods is in-store pickup option.
How to update product attributes in nopCommerce (Step-by-Step Tutorial)

Written by Lavish Kumar

written by Lavish Kumar

Recently, I attended nopCommerce Days 16 (nopCommerce annual conference) in Amsterdam, Netherlands and I came across a business owner who mentioned that it is not easy to update product attributes in nopCommerce. His main concern was all about the manual effort that goes into keeping the product attributes up to date for each product as there is no easy way to perform a mass update. He was one of the attendees in my workshop for store owners and I answered his question by explaining him that the latest nopCommerce 3.80 support import and export of product attributes. Today, I am going to demonstrate how easy it is to perform a product attributes mass update via import/export feature in the latest nopCommerce 3.80.
Time-saving nopCommerce SQL query snippets you wish you knew earlier (Series) - Part 2

Written by Lavish Kumar

written by Lavish Kumar

In this article, you will learn about some more time-saving nopCommerce SQL query snippets you wish you knew earlier.
I hope you got some good usage out of my 1st installment of "Time-saving nopCommerce SQL query snippets you wish you knew earlier" series. In case you missed it, you can find the "Part -1"  of this series HERE.
3 Time-saving nopCommerce SQL query snippets you wish you knew earlier

Written by Lavish Kumar

written by Lavish Kumar

nopCommerce is driven by Microsoft SQL database and every single scrap of information is stored in that SQL database. Information like products, orders, customers, plugins, blog posts, comments, product reviews, pages etc; everything is stored in that SQL database.

Sometimes you may need a quick fix for a specific problem or need to change some information (or data) across the board in nopCommerce. When you are dealing with a ton of information (or data), it is not feasible to go through each and every record because it can be a very tedious process. By running a few SQL queries against your nopCommerce database, you can easily make necessary changes without any kind of manual effort.

In this article, we will go over 3 time-saving nopCommerce SQL query snippets.
Beginner's Guide to nopCommerce Plugin Development (ASP.NET MVC Based e-Commerce Solution) - Part 2

Written by Lavish Kumar

written by Lavish Kumar

In the first part of this series, Beginner's Guide to nopCommerce Plugin Development, we learned the basics of nopCommerce plugin including how to develop a sample test plugin. The main aim of this series is to create a definitive guide so that you have a single point of reference for properly developing your custom plugins.

To continue with the series, today we will go over some advanced features and functionality that any developer can accomplish by nopCommerce plugin.

These are the topics that will be covered in this article:

- How to add a menu item from your custom plugin into the administration section 

- How to override a default view from your customer plugin

- How to add JS and CSS references in your custom plugin

What are nopCommerce widgets and how to create one? (A complete nopCommerce widget guide)

Written by Lavish Kumar

written by Lavish Kumar

A widget is an element of a graphical user interface (GUI) that displays information which can be changed by the user or store admin. nopCommerce has several built-in widget plugins such as Google Analytics and Nivo Slider etc. When adding a widget to the public store, site administrator needs to define (or select) a widget zone. Now, you must be wondering, what is a widget zone? A widget zone is part of the UI (user-interface) in the public store where the widget can be displayed or rendered. For example, you can place Live Person chat widget on the left column or on the right column widget zone. Widget zones are basically the pre-defined locations in nopCommerce public site that makes it easier for the store admin to display any information.
Learn how to create a custom widget from scratch.