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

Installing the Android Development Tools plugin


The plugin is what makes Eclipse hook up with the Android SDK. Just one more set of mind numbing install screens and we will be ready to do something more fun, I promise.

Getting ready

Close down all programs on your PC and be to ready to install the plugin. We will get Eclipse to connect to the download site and then install the ADT plugin into itself.

How to do it...

This step is nice and simple. Just follow along the following steps:

  1. Start Eclipse by going to C:\Android\Eclipse and double click on eclipse.exe.

  2. Click on Help | Install New Software.

  3. The Available Software dialog will pop up. In the top right click on the Add… button as shown in the following screenshot:

  4. In the next pop up enter ADT Plugin in the Name field and enter the URL https://dl-ssl.google.com/android/eclipse/ in the Location field. As shown in the following screenshot:

  5. Now click on the OK button.

  6. In the Available Software dialog, check the checkbox next to Developer Tools.

  7. Click...