Submitted by clemens on Fri, 2008/03/14 - 5:28pm
Submitted by clemens on Thu, 2008/03/06 - 2:45pm
Call me stupid but I thought it was easy. Building a new payment method.
I know drupal development a little. I read the core_systems and ubercart_hooks. No sweat developing this new payment method.
Submitted by clemens on Thu, 2008/02/28 - 2:01pm
So you want to have a shopping cart. With drush_mm it's a snap.
drush --verbose mm enable uc_cart
Using verbose output this shows
Given module names: 'uc_cart'
The following modules will be enabled: 'tapir, uc_store, token, workflow_ng, ubrowser, uc_order, uc_product, uc_cart'
Installing modules
Enabling (and mayby installing) module: tapir
Enabling (and mayby installing) module: uc_store
Enabling (and mayby installing) module: token
Enabling (and mayby installing) module: workflow_ng
Enabling (and mayby installing) module: ubrowser
Submitted by clemens on Fri, 2008/02/08 - 4:59pm
To grasp the shop one first has to now the contestants.
I hope this image will help.

Submitted by clemens on Fri, 2008/02/08 - 4:29pm
This story is about the cool tools and modules drupal offer.
I will use drush as a command tool. This only works if you have shell access.
Steps taken
- Install drupal.
- Install drush module
- Install update_status module
Now the fun part starts.
- configure drush
- run drush ...
drush pm install token workflow_ng tapir ubrowser cck imagefield imagecache google_analytics ubercart