Should you want to hide the “Add to cart” button and you are using a transformation where you are registering the Shopping Cart Item Selector control, you can just add the following macro-based Visible property to it:
Visible='<%# IfCompare(ValidationHelper.GetInteger(Eval("SKUAvailableItems"), 0), 0, true, false) %>'
-jh-