現在welcartを使用して以下の構成でサイトを作成しています。
wp-content–themes–welcart_default
–welcart_default_child
–welcart_default_child_mobile
ここで、welcart_default_child_mobile配下にwc_templates/wc_member_page.phpがあり、会員情報ページのレイアウトをいじろうと思い、htmlを書き換えたのですが、何も変更がありませんでした。
どうやら、wp-content/plugins/usc-e-shop/templates/member/member.phpを読み込んでいるようですが、wp-content/themes/welcart_default_child_mobile/wc_templates/wc_member_page.phpを読み込ませるように変更する方法を教えて頂けますでしょうか。