Book Image

Deep Inside osCommerce: The Cookbook

By : Monika Mathe
Book Image

Deep Inside osCommerce: The Cookbook

By: Monika Mathe

Overview of this book

osCommerce has been around since March 2000. At present there are over 10,000 live, registered osCommerce sites, and about 100,000 registered community members. Apart from providing ready-made solutions to problems, as well as a huge repository of information, the osCommerce community is a living entity with which we can all interact. With the rising success and popularity of this remarkable piece of software, things can only get better.
Table of Contents (17 chapters)
Deep Inside osCommerce: The Cookbook
Credits
Foreword
About the Author
About the Reviewers
Introduction

39. Make Removing Products from the Cart more Intuitive


The default version of osCommerce offers checkboxes for the customers to mark products they would like to remove from their cart. While that is a great approach if your customers would like to remove many products at once (which we do not encourage), it requires clicking the Update button for the delete process to occur; that means two steps rather than a more intuitive one-step approach. This recipe offers the single-click removal of a product from the cart.

The default version of osCommerce offers checkboxes for the customers to mark products they would like to remove from their cart. While that is a great approach if your customers would like to remove many products at once (which we do not encourage), it requires clicking the Update button for the delete process to occur; that means two steps rather than a more intuitive one-step approach. This recipe offers the single-click removal of a product from the cart.

Presentation

Your screen...