Re: [解決済み] 在庫数の表示

フォーラム 使い方全般 [解決済み] 在庫数の表示 Re: [解決済み] 在庫数の表示

#62097
nanbu
キーマスター

hide さん

失礼しました。この様になります。

<?php if( '' != usces_the_itemZaikoNum('return') ): ?>
<div class="field"><?php _e('stock status', 'usces'); ?> : <?php usces_the_itemZaiko(); ?>(在庫数:<?php usces_the_itemZaikoNum(); ?>)</div>
<?php endif; ?>