hosomi

投稿の際は下記の情報をお書き添えください。
-------------------------------------------
WordPress のバージョン:(例 6.0.2)
Welcart のバージョン:(例 2.8.1)
PHP のバージョン:(例 8.0)
Welcart専用の拡張プラグインとバージョン:(例 DL Seller 3.4.1、SKU Select 1.4.2)
ご利用の親テーマとバージョン :(例 Welcart Basic 1.7.1)
ご利用の子テーマとバージョン :(例 Welcart Beldad 1.4)
症状を確認したブラウザ:
サーバー【重要】:(会社名、サービス名)
--------------------------------------------

フォーラムへの返信

1件の投稿を表示中 - 1 - 1件目 (全1件中)
  • 投稿者
    投稿
  • 返信先: 会員情報編集・削除後の動作 #75639
    hosomi
    参加者

    ご回答ありがとうございます。

    また、ご要望に取り入れて下さりありがとうございます。

    uscesshop.class.phpの下記部分を変更すれば、リダイレクト処理先を変更できると思っているのですが、どうでしょうか?
    (現在どういう処理をしていいのかわかっていません。)

    	function editmember(){
    		$nonce = isset( $_REQUEST['wc_nonce'] ) ? $_REQUEST['wc_nonce'] : '';
    		if( !wp_verify_nonce( $nonce, 'post_member' ) )
    			die('Security check3');
    			
    		global $wp_query;
    		$res = $this->regist_member();
    		if( 'editmemberform' == $res ){
    			$this->page = 'editmemberform';
    			add_filter('yoast-ga-push-after-pageview', 'usces_trackPageview_editmemberform');
    		}elseif( 'newcompletion' == $res ){
    			$this->page = 'newcompletion';
    			add_filter('yoast-ga-push-after-pageview', 'usces_trackPageview_newcompletion');
    		}else{
    			$this->page = $res;
    		}
    		add_action('the_post', array($this, 'action_memberFilter'));
    		add_action('template_redirect', array($this, 'template_redirect'));
    	}
    

    できれば、wc_member_page.phpからかfunction.phpから変更できればいいのですが、
    現状では厳しいですよね。。。

    何とかお知恵を拝借できませんでしょうか?

    お忙しい中、大変申し訳ございませんがお時間のある時にでもお返事いただけたらと思います。

1件の投稿を表示中 - 1 - 1件目 (全1件中)