Book Image

Magento 1.8 Development Cookbook

By : Bart Delvaux, Nurul Ferdous
Book Image

Magento 1.8 Development Cookbook

By: Bart Delvaux, Nurul Ferdous

Overview of this book

<p>Magento is an open source e-commerce platform which has all the functionality to function from small to large online stores. Its architecture makes it possible to extend the functionalities with plugins where a lot of them are shared by the community. This is the reason why the platform is liked by developers and retailers.</p> <p>A practical developer guide packed with recipes that cover all the parts of Magento development. The recipes will start with the simple development exercises and get the more advanced as the book progresses. A good reference for every Magento developer!</p> <p>This book starts with the basics. The first thing is to create a test environment. Next, the architecture, tools, files and other basics are described to make you ready for the real work.</p> <p>The real work starts with the simple things like theming and catalog configuration. When you are familiar with this, we will move on to more complex features such as module and database development. When you have survived this, we will move on to the last part of making a shop ready for launch: performance optimization and testing. This book will guide you through all the development phases of Magento, covering the most common pitfalls through its recipes.</p>
Table of Contents (19 chapters)
Magento 1.8 Development Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Adding the module in the frontend


In this recipe, we will test that the shipping method appears in the frontend. We prepared the code and configuration in the previous recipes to make this possible.

How to do it...

In this recipe, we will check the configuration and place a test order with the new shipping method:

  1. Log in to the admin panel.

  2. Navigate to the shipping methods page by going to System | Configuration | Sales | Shipping methods.

  3. Check that all the values are correct for the Shipme – Express method. Also make sure it is enabled.

  4. Save the configuration.

  5. Go to the frontend, add a product to the shopping cart, and checkout.

  6. Fill in the right data for the billing and shipping steps.

  7. In the shipping method step, new methods will appear as shown in the following screenshot:

  8. Select a method from the list and click on the Continue button.

  9. In the payment method step, choose the Check Money Order method.

    Tip

    If you don't see the Check Money Order payment method, you have to enable it in the system...