説明
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
Missing a feature or Want to inform us about bug ? Contact us here
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
Modify woocommerce login and register form
- Add Custom Content in login and register page Including shortcodes
- Add Custom Content or Shortcode Before WooCommerce Login and Register Form.
- Add Custom Content or Shortcode Before WooCommerce Login Form.
- Add Custom Content or Shortcode Before WooCommerce Remember me checkbox.
- Add Custom Content or Shortcode After WooCommerce Login Form.
- Add Custom Content or Shortcode Before WooCommerce Registration Form.
- Add Custom Content or Shortcode Before WooCommerce Register Button.
- Add Custom Content or Shortcode After WooCommerce Registration Form.
- Add Custom Content or Shortcode After WooCommerce Login and Register Form.
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
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.