返信先: キャンペーン割引項目を消す方法は

フォーラム 使い方全般 キャンペーン割引項目を消す方法は 返信先: キャンペーン割引項目を消す方法は

#79938
kdppw
参加者

私の場合、使っている親テーマの function.php に

// 納品書ポイント削除
add_filter( ‘usces_filter_disnount_label’, ‘my_usces_filter_disnount_label’ );
function my_usces_filter_disnount_label() {
return null;
}
add_filter( ‘usces_filter_disnount_vlue’, ‘my_usces_filter_disnount_vlue’ );
function my_usces_filter_disnount_vlue() {
return null;
}

を付け加えての対応に成功しました

http://msn100.org/welcart_customize/welcart_print.html

このフォーラムはもちろん、それと 
こちらを参考にさせていただきました