Re: [解決済み] 商品オプションのカスタマイズ

フォーラム テンプレート(テーマ) [解決済み] 商品オプションのカスタマイズ Re: [解決済み] 商品オプションのカスタマイズ

#63112
nanbu
キーマスター

こんにちは。

商品詳細ページのテンプレートファイルは、ご利用中のテーマ内のwc_templates/wc_item_single.php です。

「オプションを指定してください。」と表示させているのは

<caption><?php _e('Please appoint an option.', 'usces'); ?></caption>

項目タイトルは、table.item_option th がセレクタとなります。

数量入力フィールドは商品オプションとは関係がございません。

<?php usces_the_itemQuant(); ?> が数量入力フィールドを表示しています。