お返事ありがとうございます。
下記のように書いておりますが、合っていますでしょうか?(<?php usces_the_itemZaiko(); ?>の隣です)
よろしくお願いいたします。
<?php if(usces_sku_num() === 1) : usces_have_skus(); ?>
<!–1SKU(SKUを1つしかもたない時の表示)–>
<h1 class=”item_page_title”><?php the_title(); ?></h1>
<?php the_content(); ?>
<?php if( $item_custom = usces_get_item_custom( $post->ID, ‘list’, ‘return’ ) ) : ?>
<?php echo $item_custom; ?>
<?php endif; ?>
<!– end of exp –>
<section class=”orderitem”>
<?php if( usces_the_itemCprice(‘return’) > 0 ) : ?>
<dl>
<dt class=”field_name”><?php _e(‘List price’, ‘usces’); ?><?php usces_guid_tax(); ?></dt>
<dd class=”field_cprice”><?php usces_the_itemCpriceCr(); ?></dd>
</dl>
<?php endif; ?>
<dl>
<dt class=”field_name”><?php _e(‘selling price’, ‘usces’); ?><?php usces_guid_tax(); ?></dt>
<dd class=”field_price”><?php usces_the_itemPriceCr(); ?></dd>
</dl>
<dl>
<dt class=”field_name”><?php _e(‘stock status’, ‘usces’); ?></dt>
<dd><?php usces_the_itemZaiko(); ?>(在庫数:<?php usces_the_itemZaikoNum(); ?>)</dd>
</dl>
<?php if( $item_custom = usces_get_item_custom( $post->ID, ‘list’, ‘return’ ) ) : ?>
<?php echo $item_custom; ?>
<?php endif; ?>
</section><!– end of action-section –>