ショップの商品一覧でもsoldoutにiなってしまいます。
soldoutを目立たせるためcategory.phpを以下のように書き換えているのがだめだったのでしょうか。
<?php if (usces_is_skus()) : usces_have_skus()?>
<?php if ( ‘在庫有り’ != usces_the_itemZaiko(‘return’) && ‘在庫僅少’ != usces_the_itemZaiko(‘return’)): ?>
<div class=”price”><font color=”red”><i>sold out</i></font></div>
<?php else: ?>
<div class=”price”><?php usces_the_itemZaiko(); ?> <?php usces_the_firstPrice(); ?> yen</div>
<?php endif; ?>
<?php endif; ?>