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
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.
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.