usces_the_itemImage($number = 0, $width = 228, $height = 228);
    }
    ?>
			<h2 class="thumb-title entry-title"><?php 
    usces_the_itemName();
    ?>
</h2>
				<?php 
    usces_the_itemPriceCr();
    usces_guid_tax();
    ?>
			<?php 
    if (!usces_have_zaiko_anyone()) {
        ?>
				<?php 
        $status = usces_get_itemZaiko('id');
        switch ($status) {
            case 2:
                echo '<span class="label alert">' . __("Sold Out", "usces") . '</span>';
                break;
            case 3:
                echo '<span class="label success">' . __("Out Of Stock", "usces") . '</span>';
                break;
        }
        ?>
			<?php 
    }
    ?>
		</a>

	</article>
                usces_the_itemSkuUnit();
                ?>
								<?php 
                usces_the_itemSkuButton('&#xf07a;&nbsp;' . __('Add to Cart', 'blanc'), 0);
                ?>
							<?php 
            } else {
                ?>
								<?php 
                $stock = usces_get_itemZaiko('name');
                ?>
								<?php 
                echo sprintf(__('<p class="item-stock">This item is currently %s.</p>', 'blanc'), $stock);
                ?>
								<?php 
                echo apply_filters('usces_filters_multi_sku_zaiko_message', esc_html(usces_get_itemZaiko('name')));
                ?>

							<?php 
            }
            ?>
						</div>
						<?php 
        } while (usces_have_skus());
        ?>
						<?php 
        echo apply_filters('single_item_multi_sku_after_field', NULL);
        ?>

					<?php 
    }