- Drupal - Announcements
- Drupal - Site Upgrade
- Drupal - Site Backup
- Drupal - Optimization
- Drupal - User Management
- Drupal - Comments
- Drupal - Taxonomies
- Drupal - Menu Management
- Drupal - Publish Content
- Drupal - Delete Content
- Drupal - Modify Content
- Drupal - Create Content
- Drupal - Create Pages
- Drupal - Create Articles
- Drupal - Create Blog
- Drupal - Static Pages
- Drupal - Front Page
- Drupal - Themes & Layouts
- Drupal - Blocks & Regions
- Drupal - Main Menu
- Drupal - Architecture
- Drupal - Installation
- Drupal - Overview
- Drupal - Home
Drupal Advanced
- Drupal - Site Security
- Drupal - Poll Module
- Drupal - Form Module
- Drupal - Contact Module
- Drupal - Aggregator Module
- Drupal - Book Module
- Drupal - Pane Module
- Drupal - Default Modules
- Drupal - Extensions
- Drupal - Internationalization
- Drupal - Social Networking
- Drupal - Triggers & Actions
- Drupal - Multilingual Content
- Drupal - Error Handling
- Drupal - Site Search
- Drupal - URL Alias
Drupal E-Commerce
- Drupal - Order History
- Drupal - Email Notifications
- Drupal - Invoice Generation
- Drupal - Setup Payments
- Drupal - Setup Shipping
- Drupal - Receive Donations
- Drupal - Setup Discounts
- Drupal - Setup Taxes
- Drupal - Create Categories
- Drupal - Create Products
- Drupal - Setup Shopping Cart
Drupal Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Drupal - Setup Shopping Cart
Basically cart is a process of collecting items or services and uses checkout to collect payment. In this article, we will see how to set up a shopping cart for Drupal site by using Commerce Kickstart module.
Commerce Kickstart is a good way to work with Drupal - E-Commerce which comes with different types of features to create user-friendly web store making it easier to launch and administer. You can download the Drupal Commerce Kickstart from
.Step 1 − Download the latest file of Commerce Kickstart module from the above pnk and install it on your system. After instalpng the module, you will get the following screen.
Step 2 − Before adding products in your cart, you need to create products in the store. Cpck Add Product --> Create Product.
Step 3 − You can create product as shown in the following screen.
Following are the details of the fields present on the page.
Product SKU − Unique identifier for the product is given here.
Title − This specifies the title of the product.
Image − Here you can upload image and give alternate text for your product which will be used by screen readers, search engines, when the image cannot be loaded.
Price − It contains price of the product.
Status − Set this field to Active option, so that it can be added to shopping cart. If it is set to Disabled option, products cannot be added to shopping carts and may be hidden in administrative product psts.
Change History − It provides history of changes made to the product.
After you are done with all settings, cpck the Save product button.
Step 4 − You will see the created product in the table.
Step 5 − To display your product in the cart, cpck Add product display.
In this window, Title field contains title of the product, you can add summary for the product in the Body field. Product field uses product SKU to display for the sale. After you are done with the settings, cpck the Save button.
Step 6 − You will see the product displayed on the home page as shown in the following screen.
Step 7 − Cpck the Add to cart button to add the created product in the cart.
It will display the successful message after adding product to the cart. You can see the product name along with price in the Shopping cart block.
Step 8 − Now cpck the View cart pnk to see the added product in the shopping cart.
Step 9 − You will see the shopping cart table along with the products as shown in the following screen.
Advertisements