コンテンツへスキップ
  • WordPress について
    • WordPress について
    • WordPress.org
    • ドキュメンテーション
    • サポート
    • フィードバック
  • ログイン
  • 登録
WordPress.org
WordPress.org

日本語

  • テーマ
  • プラグイン
  • ニュース
  • サポート
    • ドキュメンテーション
    • フォーラム
  • 概要
  • 参加・貢献
  • このサイトについて
  • WordPress を入手
WordPress を入手

プラグイン

  • お気に入り
  • ベータテスト
  • 開発者
ダウンロード

Customize My Account for WooCommerce

作者: SysBasics
  • 詳細
  • レビュー
  • インストール
  • サポート
  • 開発

説明

Customize My Account for WooCommerce

Customize your default my account page. Reorder them , hide existing core endpoints. You will also be able to change the default endpoint.

Check our Premium Plugins

Customize My Account for WooCommerce features

  • Modify existing endpoints.
  • Add custom links to your my account pages.
  • Drag and drop UI.

Customize My Account for WooCommerce free version features

  • Show/hide woocommerce core endpoints
  • Reorder core woocommerce my account endpoints
  • Add extra class to core endpoint
  • Add New link as endpoint on my account page
  • Show user avatar on my account page
  • Drag and drop UI

Customize My Account for WooCommerce pro version features

  • All features of free version
  • Support for link/endpoint/group endpoints
  • Drage link/endpoints(core/new) into group and reorder them
  • Show custom content on endpoints
  • Set groups as show by default which will make group menu open on page load

Upgrade to pro

Check Live Demo for Pro version features

スクリーンショット

インストール

Use automatic installer.

FAQ

How to override endpoint url?

Plugin has inbuilt hook which you can use to override my account endpoint url. Only use this if your setup is somehow not returning correct endpoint url.

add_filter('wcmamtx_override_endpoint_url','wcmamtx_override_endpoint_url',10,2);

function wcmamtx_override_endpoint_url($core_url,$key) {

    $new_url = ''.site_url().'/my-account/'.$key.'/';

    if ($key== "customer-logout") {
        $new_url = wp_nonce_url($new_url);
    }
    return $new_url;
}

You may use Code Snippets plugin to inject any extra php code.

Is plugin compatible with WPML ?

yes. you can use this plugin with WPML and locotranslate both.

For WPML visit WPML/Theme and plugins localization menu and search for this plugin and click on “scan the selected plugins for scan” button.

Now visit WPML/string translation and click on “Translate texts in admin screens” link at the bottom.

There search for wcmamtx_advanced_settings and wcmamtx_plugin_options and check the fields you want to translate. Then apply the changes.

Now visit WPML/String translation and translate your strings there.

評価

Broke my account page!

jochemp 2022年5月11日
This plugin overrides the WooCommerce endpoints but after removing it because it was not as expected, the whole navigation menu is gone now and I'm not able to retrieve it back. Best avoid this plugin if you don't want to break your my account page.

Great

xmf5445 2021年8月23日
Thank you, I can be able to edit my menu with this plugin.

good plugin finally

vm3cl4luke 2021年8月8日
this is a must need feature for WooCommerce yet only this plugin can customize the my account page. Finally. Although I think the UI and the color has room for improvement, but this is a free plugin and is good enough. Thank you.

Good plugin for my account endpoints

srilash345 2021年6月21日
Good plugin for my account endpoints. Worked for me
4件のレビューをすべて表示

貢献者と開発者

Customize My Account for WooCommerce はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者
  • SysBasics

“Customize My Account for WooCommerce” は1ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“Customize My Account for WooCommerce” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログを RSS で購読してみてください。

メタ

  • バージョン: 1.1.6
  • 最終更新日: 3か月前
  • 有効インストール数: 2,000+
  • WordPress バージョン: 4.0またはそれ以降
  • 検証済み最新バージョン: 5.8.4
  • PHP バージョン: 5.2またはそれ以降
  • 言語:

    English (US)、Swedish.

    プラグインを翻訳

  • タグ:
    accountcustomizeEndpointswoocommerce
  • 詳細を表示

評価

すべて表示
  • 5つ星 3
  • 4つ星 0
  • 3つ星 0
  • 2つ星 0
  • 1つ星 1
レビューを申請するにはログインしてください。

貢献者

  • SysBasics

サポート

過去2ヶ月以内に解決した問題:

0 / 1

サポートフォーラムを表示

  • WordPress とは
  • ニュース
  • ホスティング
  • 寄付
  • サポート
  • 開発者
  • 参加・貢献
  • Learn
  • ショーケース
  • プラグイン
  • テーマ
  • パターン
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • マット・マレンウェッグ
  • プライバシー
  • 公開コード
WordPress.org
WordPress.org

日本語

  • Facebook ページへ
  • Twitter アカウントへ
Code is Poetry.