nopCommerce is the leading open source ASP.NET online shop e-commerce solution. nopCommerce can be installed and set-up by anyone with the most basic web site building and computer skills. It has user-friendly administration tools to manage your storefront, wish lists, discounts, customers, and coupons. It also has multi-store and multi-vendor support, flexible tax support, multi-lingual support, and hundreds of other features. It is a secure, scalable and extendable e-commerce platform. Support for the most popular gateways: Authorize.net, PayPal, and more.
Log into the Azure portal and choose App Services.
It will display all the existing app services in your account. You can click the “Create app service” button to create a new app service.
Various types of app service templates are available in Azure. We can choose nopCommerce under Ecommerce category.
Give a valid name to the app.
Create a new app service plan. I have chosen “East US” as location and “S1 Standard” as pricing tier.
Create a new SQL Server for our SQL database. Give a valid username and password to the server.
Choose a proper pricing tier for the database too.
After choosing the SQL Server and database, we can select it.
We are ready to create a nopCommerce app now. Click the “Create” button to initiate app deployment.
Our app will be ready after some time.
Open the URL link and configure SQL Server details.
We can give the administrator email id and password. Please save this information carefully. We will use these credentials later in the admin panel.
Give the SQL Server details and configure database. Click the “Install” button to start the installation.
It will take some time to finish the installation.
Our site will be ready soon.
We can go to the admin panel to add one category and product. You can add “/admin” at the end of the current URL.
It will ask for the email and password. Enter the same details given at the time of the installation.
Now, let us choose the “Categories” tab from the “Catalog” menu.
Add a new category by clicking the “Add new” button.
Here, we are adding “Books” as a new category.
We can add a new product by choosing the “Products” tab from the “Catalog” menu.
Now, map the new product with the existing “Books” category.
We can add multiple images of a product. Here, I have added only one image to this product.
We can see that a new product (book) is added to our site now.
We have just added a new category and product. There are lots of excellent features available in the nopCommerce site. If you want to check other features, please try with this URL
Admin email address - admin@sarathcommerce.com
In this post, we have created a nopCommerce site in Azure as app service. We have configured the site with SQL Server database and added one book category and product from the admin panel.
You can download the source code of nopCommerce MVC application from this URL. We will discuss more about Azure App Services in my upcoming posts.