ubercart
Submitted by jrowny on Fri, 04/23/2010 - 11:08
Launched a new version of Raderwerks last night on top of a Drupal/Ubercart platform. Go get yourself some wheels!
Submitted by jrowny on Sat, 03/20/2010 - 11:08
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)
Submitted by jrowny on Thu, 03/11/2010 - 11:08
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.