Creating an Authors module in Magento – Part 4

Posted by on Apr 20, 2012

Create Authors Module

This is the fourth and last part of our series of posts on how to create an Authors module using the QbMageModuleShell tool we developed. In the first post we showed how to create the module and set up a basic author model, in the second post we showed how to create a simple frrontend view of our data, and in the third post we added to the product an “author” attribute, to be able to choose the author for a product. In this post we will show the author insde a product’s view page.

Read More

Creating an Authors module in Magento – Part 3

Posted by on Apr 18, 2012

Create Authors Module

This is the third part of our series of posts on how to create an Authors module using the QbMageModuleShell tool we developed. In the first post we showed how to create the module and set up a basic author model, and in the second part we showed how to create a simple frrontend view of our data. In this post we will create a new product attribute set for our store (a Book) and link each book to its author.

Read More

Creating an Authors module in Magento – Part 2

Posted by on Apr 12, 2012

Create Authors Module

This is the second part of our series of posts on how to create an Authors module using the QbMageModuleShell tool we developed. In the first post we showed how to create the module and set up a basic author model. In this post we will create a frontend view to list and view the details of the authors in the store.

Read More

Creating an Authors module in Magento – Part 1

Posted by on Apr 9, 2012

Create Authors Module

In “Creating Magento modules the easy way” we argued for the need of a tool to automate the process of creating some Magento artifacts. We also opened to the community a tool that we have been using internally in Quanbit. We are now presenting a series of posts that will show how to create an Authors module for our Magento store using QbMageModuleShell, our automation application for Magento.

Read More

Creating Magento modules the easy way

Posted by on Mar 29, 2012

Magento Module Shell

Anyone that has already tried to create a Magento module knows what a hassle it can be: creating the folders in the right places, setting the right files distributed among the private configuration of the module and the global configuration of Magento, the layout files, and so on. And if this wasn’t enough, creating a class for a Block or a Model does not get any easier: again the right names in the files, registering everything in the configuration files, etc, etc, etc.

Read More

Wilkinson is back! (Or at least I hope so)

Posted by on Feb 6, 2012

Hernán Wilkinson is not only a guy who knows a lot about Object Oriented Programming and TDD, but also an excellent teacher. If you ever get the chance of hearing him speak (whether it is a talk at a conference, assisting to one of his courses in the university or by hiring his training services) I would recommend that you don’t miss it.

Read More

More flexibility for Magento’s cart options

Posted by on Jan 25, 2012

When developing a project for one of our biggest clients, we realized that Magento had some very powerful and interesting rules for applying discounts on the shopping carts. Those rules take into account the amount of items in the shopping cart, the shipping address, the categories of the products and several other attributes. However, while rules are very powerful, the possible actions to be performed are quite few. You can apply discounts or free shipping, but we needed something else: we needed to be able to enable or disable a shipping method based on the cart products.

Read More