返信先: 商品一覧のカートボタンに数量を追加したい

フォーラム 使い方全般 商品一覧のカートボタンに数量を追加したい 返信先: 商品一覧のカートボタンに数量を追加したい

#93952
kl
参加者

category.phpの商品一覧の価格表示の下に、以下を記述したのですが、うまく作動しませんので、ご教授お願いできますか?

<span class=”title”><?php usces_the_itemName(); ?></span>
<?php wcct_produt_tag(); ?>
<span class=”price”><?php usces_the_firstPriceCr(); ?><?php usces_guid_tax(); ?></span>
<?php remove_filter( ‘the_excerpt’, array( $usces, ‘filter_cartContent’ ), 20 ); ?>

<?php the_excerpt(); ?>

<?php usces_the_item(); ?>
<?php usces_have_skus(); ?>
<?php usces_direct_intoCart($post->ID, usces_the_itemSku(‘return’), false, ‘カートへ入れる’); ?>
<?php usces_the_itemQuant(); ?>