Showing posts with label Nopcommerce Tutorial. Show all posts
Showing posts with label Nopcommerce Tutorial. Show all posts

Friday 9 January 2015

Add To Cart Disappeared Nopcommerce

If somehow you Add To Cart Button Disappeared From Nopcommerce then you can try following solutions of Fix to get Add To Cart Button Back In Nopcommerce

Solution 1 - Add To Cart Disappeared Nopcommerce


  1. Login To AdminPanel of Nopcommerce 
  2. Click on Catalog 
  3. Then click on Product
  4.  Then click on Bulk Edit Products and Edit a Product 
  5. Then In Product info Tab scroll down and see Disable buy button check box and Uncheck that checkbox its done

Add To Cart Disappeared Nopcommerce
Add To Cart Disappeared Nopcommerce


Solution 2 -Add To Cart Disappeared Nopcommerce


second thing you need to check is whether you have any item in stock or if your all items are sold or in Product Info page while adding product you have entered 0 for stock quanity then it may remove Add To Cart Button 

In this case check low stock activity combo box in Product info page as shown in image below 

Add To Cart Disappeared Nopcommerce
Add To Cart Disappeared Nopcommerce


Nopcommerce Tutorial


Internship Day

 I started my work with Adding Products to Nopcommerce Site to view it to Rohit sir , I explored online products to select some to add it to Nopcommerce Site . I have seen some cool features while going through this procedure I liked Nopcommerce it is flexible and rich of good features that must be available in E-Commerce Solution

 Adding Products To Nopcommerce


Login to admin Panel
Click on Category then click on Products
In submenu then click on Mange Products
Then Manage Products Page opens
Now click on Add New

see image below for reference


Now at that page fill all products details that you require to fill . Some of important terms for product details will be given by me further in this article .

Add New Manufacturer Nopcommerce

 

For this Click on Catalog menu and then click on Manufacturers when that page opens click on Add new and fill necessary details to Add New Manufacturer

and while adding a new product you can go to Manufacturer tab and select the manufacturer you added

Add New Category Nopcommerce


For this Click on Catalog menu and then click on Categories when that page opens click on Add new and fill necessary details to Add New Manufacturer

and while adding a new product you can go to Category specification tab and select the manufacturer you added

 Add Product Picture Nopcommerce


while adding product you can go to Picture Tab on Add New Product Page and then click on Browse or select picture button to upload picture of product you can also set sort order of all pictures by numbering them like 0,1,2,3 .....

Add Shipping Details Nopcommerce


While adding product you can go to Product info tab and scroll down and you can see shipping details there . you can select Free shipping for no charges to client or you can add shipping Cost to customer for this product and you will also add height, weight or product there

Adding Old And New Price  Nopcommerce


While adding product to nopcommerce you can add Old price of product and new price old price will be strikethrough that denotes previous price of that product

Adding Special Price To Product Nopcommerce


Here you can add special price to product like we can say this is discounted or festival offer price of product and you can also specify time and date along with it

Show Stock Availability and Stock Quantity Nopcommerce


while adding product at Product Info page you can see two check boxes for Show Stock availability and Show Stock Quantity if you checked them it will show their quantity to Customer when Customer view the product at Online Store

Call Price Feature Nopcommerce


This is very awesome feature . This feature does not tell the cost of product to customer but allows the customer to bid or call what price customer wants to pay for the product


ERROR : Add To Cart Not Showing

Then i faced an error with each product there is add to cart button that adds product to cart to buy it but when add new products to my ecommerce solution due my some mistakes it disappeared Check out here for solution





Friday 2 January 2015

Nopcommerce Developer Guide


Internship - Day 1


Today was first day of my internship Period of 6 months . I am very happy to start my internship with Abax Technologies . Abax technologies is a recognized IT company Situated in Noida . It deals with Desktop , web and Mobile application development and providing solutions to market .

Mr. Rohit Jain is CEO of Company and I am doing Internship under their guidance .

Now came to work -- On 2nd January - 8:23 am Rohit Sir posted my first task on skype . My first task was first to learn more about Nopcommerce , Its Architecture , Plugin development , Module Development , Theme development and widget development .

First i need to download the source code for Nopcommerce form Nopcommerce office webiste then using that source code to compile it , set up its database then run a demo site in nopcommerce .

After setup the demo site for nopcommerce it started exploring its source code architecture and learn more about it from its developer's documentation

I have previously done a ecommerce website in Nopcommerce but at that time i used Nopcommerce 1.9 version that was asp.net version of nopcommerce Now i am going to use Nopcommerce 3.2 and this version is really cool . It is MVC version of nopcommerce using Linq queries instead of using sql and using Razor view engines and more flexibility . Actually I liked this version .

Important Links that i have studied and explored today -

Link for Nopcommerce Developer's Documentation
Nopcommerce Developer Documentation



Nopcommerce uses code first approach for each and every development component in nopcommerce so i decided to first give a look at code first approach to revise my concepts about codefirst approach

Code First Approach Documentation MVC


After Reading about code first approach of Nopcommerce I reached a Nerd Dinner app that is MVC app that uses code first approch for MVC application development
Nerd Dinner MVC App with Code First Approach

So that was it for the day i learned number of things today

Today I have explored following Modules -


1. Nopcommerce Installation v3.20 (mvc)
2. Explored Nopcommerce Developers Documentation
3. Exploring Nopcommerce Architecture
4. Explored Nopcommerce Theme CUstomization and Creating Own Theme
5. Exploring Plugin Development Documentation
     -- Created simple hello world Plugin

Next I will explore create plugins with database access and various nopcommerce inbuilt modules