You are here

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

UPDATE: There's an excellent module called Ubercart Views which will give you most of the functionality described in this post. However, this is still useful to learn because you can use the same principle to expose ANY data.

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)

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.

Subscribe to RSS - ubercart