Re: 売り切れ表示
2013年1月22日 7:23 AM
#65997
bunnytoto
参加者
ショップの商品一覧でも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; ?>