トップページで商品のデーターを引っ張り出し、
値段表記が「(¥22,000(税込))」と出ているのを、
これを「¥22,000(税込)」にしたくて
https://www.welcart.com/documents/archives/functions/usces_crform_the_itempricecr_taxincluded
このページの「用例 ※「税込」ラベルを括弧付きで後ろに表示、全体の括弧を削除、pタグを divタグに変更する場合。」のコードを試しています。
コピーして
<?php usces_crform_the_itemPriceCr_taxincluded( false, '(税込)', '<div class="tax_inc_block">', '</div>' ); ?>
と入力しているのですが、
「(¥22,000(税込))」
と表示されます。なにか入力に不備があるのでしょうか。