Descripción
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 Live Demo for Pro version features
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.
- Modify WooCommerce My account Navigation background color
- Modify WooCommerce My account Navigation text color
- Modify WooCommerce My account menu item background color
- Easily Customize WooCommerce My Account Navigation CSS Parameters like background , font color , link color or padding, fontsize etc using frontend live customizer.
- Compatible with Elementor , Elementor Pro and Jetwoobuilder
- Easily Create new custom my account page using Customize My Account widgets for free elementor widgets.
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
- Use Dashicons for WooCommerce My Account Endpoints. Plugin has inbuilt dashicon picker. If somehow font awesome icons not working for you , you can opt for dashicon which has wider compatibility across all themes.
- Optionally replace entire my account with custom elementor template.
- Optionally override endpoint content with elementor template content
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
- Hide existing order page columns
- Add new custom columns to order listing page
- Reorder order page columns
- Add new custom order actions button in action column
Check Live Demo for Pro version features
Customize Dokan Dashboard Endpoints features
- Add new endpoint to your dokan dashboard
- Hide existing dokan dashboard endpoints
- Shortcode support
- Modify icon of existing dokan dashboard enpoints
- Add new link in dokan dashbaord
Capturas
Instalación
Use automatic installer.
Preguntas frecuentes
-
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.
-
Is plugin compatible with WPML Sticky links ?
-
Yes
-
Can plugin used without elementor or with other page builders ?
-
Yes
Reseñas
Colaboradores y desarrolladores
Este software es de código abierto. Las siguientes personas han contribuido a este plugin.
Colaboradores"Customize My Account for WooCommerce" ha sido traducido a 1 idioma local. Gracias a los traductores por sus contribuciones.
Traduce "Customize My Account for WooCommerce" a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
Version 2.0.11 – 29 November 2023
- Version 2.0.11 – Enhancement- Removed feature of overiding endpoint content temporarily, could be added after full testing and fixing known issues.
- Version 2.0.10 – Fix – woodmart navigation appears on product single page.
- Version 2.0.9 – Enhancement – Added plugin deactivation survey.
- Version 2.0.8 – Enhancement – Improved author support links.
- Version 2.0.7 – Enhancement – Removed changelog.txt instead use https://wordpress.org/plugins/customize-my-account-for-woocommerce/#developers.
- Version 2.0.6 – Enhancement – Added Changelog.
- Version 2.0.5 – Fix – Bug related to previous release.
- Version 2.0.4 – Fix – Updated plugin author url.
- Version 2.0.3 – Enhancement – Improvements in backend links and button css.
- Version 2.0.2 – Fix- Debug Errors.
- Version 2.0.1 – Fix- issue with previous release.
- Enhancement – Allows users to try 2 endpoint and 2 groups.