Book Image

Building E-commerce Sites with VirtueMart Cookbook

By : John Horton
Book Image

Building E-commerce Sites with VirtueMart Cookbook

By: John Horton

Overview of this book

VirtueMart is a premier eCommerce solution powered by Joomla!In Building E-commerce Sites with VirtueMart Cookbook you will learn how to create a full-functioning and attractive eCommerce solution with VirtueMart. You will be shown how to install and configure VirtueMart, how to set-up and run your store day-to-day as well as configure and customize the look and feel of your store. With this book by your side, you will be able to overcome as problems setting up, administrating and customizing your eCommerce store! This book finishes with blueprint projects meaning that getting started with VirtueMart is even easier for the novice and aspiring site builder or developer. If you have always wanted to create a professional-looking store, but are worried about the complexity and difficulty involved, then this book is for you! With numerous recipes, practical tips and solutions Building E-commerce Sites with VirtueMart Cookbook will take you through every step required to achieve eCommerce success.
Table of Contents (17 chapters)
Building E-commerce Sites with VirtueMart Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Configuring shipping by a combination of criteria


The most important thing to get right when setting up shipping for any e-commerce store is planning. The main considerations should be what makes sense to your customers, accuracy of the charge, and simplicity. That is, the best configuration for an e-commerce shipping setup is the simplest one that charges the right amount in a way your customers understand.

Having said that, some setups will be necessarily complex. What about the zip code scenario in the previous recipe? Now consider if the charge should change by weight as well? We can quite simply configure multiple shipping options per zip range that take into account a different weight range each. There comes a point, as mentioned twice already, where a custom shipping plug-in will be the best solution. But buying a plugin is not always the best solution and this recipe will configure a somewhat complex setup with the standard VirtueMart shipping options.

The aim of the recipe is to configure...