ubercart

new RW launched

Launched a new version of Raderwerks last night on top of a Drupal/Ubercart platform. Go get yourself some wheels!

Custom Reports with Table Wizard and Ubercart

I've had a few people request custom reports that Ubercart does not have built in. Fortunately, thanks to the Table Wizard module, it's not hard to create them!

Required Modules:

  • Ubercart
  • Table Wizard
  • Views
  • Schema (required by Table Wizard)
  • Views Bonus (for Excel output)
  • Views Calc (to do calculations on views)

Step 1
Install and enable the required modules. If you're not familiar with how to do this, you should probably start with some more basic Drupal tutorials.

Theme Ubercart presenation today at DrupalCon

Here is the slides to follow along with today's presentation, Theme Ubercart: Make your store shine.

Here is the CSS snippet for CSS buttons.

.node-add-to-cart{
   display: block;
   cursor: pointer;
   cursor: hand;
   width: 150px;
   height: 50px;
   border: 0;
   color: transparent;
   text-indent: -9000em;
   overflow: hidden;
   background: url('../images/add_to_cart.png');
}

The customcart module is attached below.

Syndicate content