Lumaktaw sa nilalaman
  • Pumasok
  • Mag-rehistro
WordPress.org

Tagalog

  • Themes
  • Plugins
  • News
  • Support
  • About
  • Mag-translate
  • Makipagkita
  • Makipag-uganayan
  • Taga-pangangasiwa
  • WPUGPH
  • Get WordPress
Get WordPress

Plugins

  • My Favorites
  • Beta Testing
  • Developers
Download

Customize My Account for WooCommerce

By SysBasics
  • Details
  • Reviews
  • Installation
  • Development
Support

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.

Upgrade to pro

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

Upgrade to pro

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

check Customize Dokan Dashboard Endpoints Pro

Screenshots

  • Customize My Account for WooCommerce Backend
  • Customize My Account for WooCommerce Elementor
  • Customize My Account for WooCommerce Each Endpoint
  • Customize My Account for WooCommerce Customizer
  • Customize My Account for WooCommerce Free
  • Customize My Account for WooCommerce Frontend

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.

Is plugin compatible with WPML Sticky links ?

Yes

Can plugin used without elementor or with other page builders ?

Yes

Reviews

Unusable without Elementor

Krisztian Czako Nobyembre 28, 2023 4 replies
2 stars because it might work with some themes and/or Elementor, I don't know. It doesn't work with my FSE theme (Spectra One) at all. The my-account page becomes a very basic, ugly page and the links don't work.

Отличный плагин!

pavelfs25 Oktubre 19, 2023 1 reply
Спасибо! С помощью плагина я смог переименовать меню навигации в личном кабинете.. я пытался 4 часа это сделать, но не мог! Этот плагин помог сделать это за 1 минуту!

Nice Plugin to manage endpoints

jduza72 Agosto 26, 2023
This is a very nice plugin. Everything is working smoothly. This is must have plugin for your woocommerce store.

Doesn’t work well at all

annafa88 Mayo 22, 2023 1 reply
Can not recommend this plugin unless you want to mess up your site. Mine is giving me errors, icons don't show up when you add links. Sometimes it let's me add 2 links sometimes it just overwrites one of them.

Conflict with Other Plugins

ozw3 Mayo 3, 2023 3 replies
Best I can establish, this plugin does not work. It still had a conflict with Hello Elementor Theme, plus just WooCommerce & Elementor Pro plugins only.

This is good plugin

saggy2023 Marso 9, 2023
Much needed plugin for woocommerce
Read all 13 reviews

Contributors & Developers

“Customize My Account for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors
  • SysBasics

“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.

Changelog

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.

Meta

  • Version: 2.0.11
  • Last updated: Mga 5 na araw ago
  • Active installations: 8,000+
  • WordPress Version: 3.3 or higher
  • Tested up to: 6.4.1
  • PHP Version: 5.2 or higher
  • Languages:

    English (US) at .Swedish.

    Translate into your language

  • Tags:
    accountcustomizeEndpointswoocommerce
  • Advanced View

Ratings

See all
  • 5 stars 9
  • 4 stars 0
  • 3 stars 1
  • 2 stars 1
  • 1 star 2
Log in to submit a review.

Contributors

  • SysBasics

Support

Issues resolved in last two months:

4 out of 5

View support forum

  • About
  • News
  • Hosting
  • Privacy
  • Showcase
  • Themes
  • Plugins
  • Patterns
  • Learn
  • Support
  • Developers
  • WordPress.tv ↗
  • Get Involved
  • Donate ↗
  • Swag Store ↗
  • WordCamp ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Tagalog

  • Visit our Facebook page
  • Visit our X (formerly Twitter) account
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our YouTube channel
Ang Code ay Tula.