Is there anyway to print stock level anywhere on product page (node-product.tpl.php)
with something like this?
If a Product have 2 attributes with 1-100 SKU's and i chose
one of them than it will show the stock level for chosen SKU.
Is that possible?
<?php
print uc_stock_level($node->model);
?>