Re: 売り切れ表示

フォーラム 使い方全般 売り切れ表示 Re: 売り切れ表示

#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; ?>