Re: alien73 wrote:If you need to

Posts: 146
Joined: 11/10/2007
Bug Finder

Check out http://www.ubercart.org/docs/api/hook_add_to_cart for attributes

here's another for stock check

<?php
  $stock
= uc_stock_level($node->model);
  if (
$stock > 0) {
  print
'Status: In Stock';
  }else{
  print
'Status: Out Of Stock';
  }
 
?>

--

Give and you will receive, you will be given much. Pressed Down, Shaken together, Running Over, it will spill into your lap.

Nifty Products Tutorial Part 1 By: mykz- (91 replies) Wed, 03/19/2008 - 20:04