brotherton-erpnext/erpnext/docs/user/manual/en/website/shopping-cart.md

55 lines
1.7 KiB
Markdown
Raw Normal View History

2015-11-05 11:25:10 +00:00
On the Webpage, a shopping cart is an icon that allows you to store all the
things that you have earmarked for purchasing. It is a graphical
representation of a shopping basket or a shopping cart that allows you to save
the items you intend to buy.
This software displays the price of the product . It also displays shipping
and handling charges, along with taxes, if applicable.
2016-11-18 08:26:06 +00:00
### Shopping Cart Setup
2015-11-05 11:25:10 +00:00
2016-11-18 08:26:06 +00:00
To set up a shopping cart, go to the website module.
2015-11-05 11:25:10 +00:00
2016-11-18 08:26:06 +00:00
> Website > Shopping Cart Settings
2015-11-05 11:25:10 +00:00
2016-11-18 08:26:06 +00:00
#### Enter Company Details and Checkout Details.
2015-11-05 11:25:10 +00:00
2016-11-18 08:26:06 +00:00
<img class="screenshot" alt="Shopping Cart Settings" src="{{docs_base_url}}/assets/img/website/item-website-specs.png">
2015-11-05 11:25:10 +00:00
2016-11-18 08:26:06 +00:00
To make item available on website go to Item master.
2015-11-05 11:25:10 +00:00
2016-11-18 08:26:06 +00:00
> Stock > Item
2015-11-05 11:25:10 +00:00
2016-11-18 08:26:06 +00:00
#### Enable Item for website.
2015-11-05 11:25:10 +00:00
2016-11-18 08:26:06 +00:00
<img class="screenshot" alt="Item" src="{{docs_base_url}}/assets/img/website/item-in-webiste.png">
2015-11-05 11:25:10 +00:00
2016-11-18 08:26:06 +00:00
#### Enter Website Specifications for Item.
2015-11-05 11:25:10 +00:00
2016-11-18 08:26:06 +00:00
<img class="screenshot" alt="Website Specifications" src="{{docs_base_url}}/assets/img/website/item-website-specs.png">
### Shop using Shopping Cart
#### Add item to shopping cart
Click on "Add to Cart" to add item to shopping cart.
<img class="screenshot" alt="Website Specifications" src="{{docs_base_url}}/assets/img/website/item-website-view.png">
#### Goto Checkout
Click on "Go to Cart" to checkout or on "Cart" which is on upper right side
2016-11-18 08:26:06 +00:00
of the screen.
<img class="screenshot" alt="Website Specifications" src="{{docs_base_url}}/assets/img/website/checkout.png">
#### Checkout
Change quantity, select Shipping and Billing Address and click
on "Place Order" to place the order.
<img class="screenshot" alt="Website Specifications" src="{{docs_base_url}}/assets/img/website/place-order.png">
2015-11-05 11:25:10 +00:00
{next}