* @copyright	Copyright (c) 2015 welcustom.net
 */
?>

<?php 
if (function_exists('usces_the_item')) {
    ?>
<li>
	<article <?php 
    post_class('thumbnail-box');
    ?>
>

		<?php 
    usces_the_item();
    usces_have_skus();
    ?>
		<a href="<?php 
    the_permalink();
    ?>
">
			<?php 
    if (has_post_thumbnail()) {
        the_post_thumbnail('medium');
    } else {
        usces_the_itemImage($number = 0, $width = 228, $height = 228);
    }
    ?>
			<h2 class="thumb-title entry-title"><?php 
    usces_the_itemName();
    ?>
								<?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 
    }
    ?>
				</div>

				<?php 
    do_action('usces_action_single_item_inform');
    ?>
			</form>