Description
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
Create your own endpoint templates using elementor free plugin and widgets provided by our plugin and replace them with existing endpoint content.
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
Color Image Variation Swatches For WooCommerce Plugin
Color Image Variation Swatches For WooCommerce For WooCommerce Plugin allows you to convert your regular woocommerce default dropdown into nicely looking color/image/taxt select
Screenshots
Installation
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.
Reviews
Contributors & Developers
“Customize My Account for WooCommerce” is open source software. The following people have contributed to this plugin.
Contributors“Customize My Account for WooCommerce” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “Customize My Account for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.