The call

mikeejt's picture
Offline
Joined: 05/07/2011
Juice: 3
The call

Change your code:

$arr_sku = uc_stock_skus($node->nid);

To:

$arr_sku = uc_product_get_models($node, false);

You don't need to put the code in the post below in your template.php file. This was updated in UC 2.x.

Stock level on catalog page By: opa001 (44 replies) Mon, 03/31/2008 - 16:11