Descrição
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
Check Live Demo for Pro version features
Instalação
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.
Avaliações
Colaboradores e desenvolvedores
“Customize My Account for WooCommerce” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.
Colaboradores“Customize My Account for WooCommerce” foi traduzido para 1 localização. Agradecemos aos tradutores por suas contribuições.
Traduzir “Customize My Account for WooCommerce” para o seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.