57 lines
1.7 KiB
Markdown
Raw Normal View History

2017-07-31 16:20:43 +05:30
# Shopping Cart
2015-11-05 16:55:10 +05:30
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 13:56:06 +05:30
### Shopping Cart Setup
2015-11-05 16:55:10 +05:30
2016-11-18 13:56:06 +05:30
To set up a shopping cart, go to the website module.
2015-11-05 16:55:10 +05:30
2016-11-18 13:56:06 +05:30
> Website > Shopping Cart Settings
2015-11-05 16:55:10 +05:30
2016-11-18 13:56:06 +05:30
#### Enter Company Details and Checkout Details.
2015-11-05 16:55:10 +05:30
2018-02-07 15:29:06 +02:00
<img class="screenshot" alt="Shopping Cart Settings" src="{{docs_base_url}}/assets/img/website/item-website-specs.png">
2015-11-05 16:55:10 +05:30
2016-11-18 13:56:06 +05:30
To make item available on website go to Item master.
2015-11-05 16:55:10 +05:30
2016-11-18 13:56:06 +05:30
> Stock > Item
2015-11-05 16:55:10 +05:30
2016-11-18 13:56:06 +05:30
#### Enable Item for website.
2015-11-05 16:55:10 +05:30
2018-02-07 15:29:06 +02:00
<img class="screenshot" alt="Item" src="{{docs_base_url}}/assets/img/website/item-in-webiste.png">
2015-11-05 16:55:10 +05:30
2016-11-18 13:56:06 +05:30
#### Enter Website Specifications for Item.
2015-11-05 16:55:10 +05:30
2018-02-07 15:29:06 +02:00
<img class="screenshot" alt="Website Specifications" src="{{docs_base_url}}/assets/img/website/item-website-specs.png">
2016-11-18 13:56:06 +05:30
### Shop using Shopping Cart
#### Add item to shopping cart
Click on "Add to Cart" to add item to shopping cart.
2018-02-07 15:29:06 +02:00
<img class="screenshot" alt="Website Specifications" src="{{docs_base_url}}/assets/img/website/item-website-view.png">
2016-11-18 13:56:06 +05:30
#### Goto Checkout
Click on "Go to Cart" to checkout or on "Cart" which is on upper right side
2016-11-18 13:56:06 +05:30
of the screen.
2018-02-07 15:29:06 +02:00
<img class="screenshot" alt="Website Specifications" src="{{docs_base_url}}/assets/img/website/checkout.png">
2016-11-18 13:56:06 +05:30
#### Checkout
Change quantity, select Shipping and Billing Address and click
on "Place Order" to place the order.
2018-02-07 15:29:06 +02:00
<img class="screenshot" alt="Website Specifications" src="{{docs_base_url}}/assets/img/website/place-order.png">
2015-11-05 16:55:10 +05:30
{next}