Přejít na obsah
  • O WordPressu
    • O WordPressu
    • Česká lokalizace
    • Manuál (anglicky)
    • Rozcestník podpory
    • Zpětná vazba
  • Přihlásit se
  • Registrace
WordPress.org
WordPress.org

Česko

  • Šablony
  • Pluginy
  • Novinky
  • Podpora
  • O WordPressu
  • Openverse
  • Vzory
  • Komunitní podpora
  • Překlady
  • Kontakt
  • Získejte WordPress
Získejte WordPress

Pluginy

  • Oblíbené
  • Beta testy
  • Vývojáři
Stáhnout

Customize My Account for WooCommerce

Autor: SysBasics
  • Podrobnosti
  • Hodnocení
  • Instalace
  • Podpora
  • Vývojáři

Popis

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

Upgrade to pro

Check Live Demo for Pro version features

Snímky obrazovky

Instalace

Use automatic installer.

Nejčastější dotazy

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.

Recenze

Nice

Scordisian 13. 6. 2022
It works and it is smooth! Got the premium version straight away.

Broke my account page!

jochemp 11. 5. 2022
This plugin overrides the WooCommerce endpoints but after removing it because it was not as expected, the whole navigation menu is gone now and I'm not able to retrieve it back. Best avoid this plugin if you don't want to break your my account page.

Great

xmf5445 23. 8. 2021
Thank you, I can be able to edit my menu with this plugin.

good plugin finally

vm3cl4luke 8. 8. 2021
this is a must need feature for WooCommerce yet only this plugin can customize the my account page. Finally. Although I think the UI and the color has room for improvement, but this is a free plugin and is good enough. Thank you.

Good plugin for my account endpoints

srilash345 21. 6. 2021
Good plugin for my account endpoints. Worked for me
Přečtěte si všech 5 recenzí

Autoři

Customize My Account for WooCommerce je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci
  • SysBasics

Plugin „Customize My Account for WooCommerce“ byl přeložen do 1 jazyku. Děkujeme všem překladatelům za jejich pomoc.

Přeložte “Customize My Account for WooCommerce” do svého jazyka.

Zajímá vás vývoj?

Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.

Meta

  • Verze pluginu: 1.1.6
  • Poslední aktualizace: před 4 měsíce
  • Aktivních instalací: 3 000+
  • Verze WordPressu: 4.0 nebo novější
  • Testováno až do WordPressu: 5.8.4
  • Verze PHP: 5.2 nebo novější
  • Jazyky:

    English (US) a Swedish.

    Přeložte do vašeho jazyka

  • Štítky:
    accountcustomizeEndpointswoocommerce
  • Podrobnosti

Hodnocení

Zobrazit vše
  • 5 hvězdiček 4
  • 4 hvězdičky 0
  • 3 hvězdičky 0
  • 2 hvězdičky 0
  • 1 hvězdička 1
Přihlašte se a vytvořte hodnocení

Spolupracovníci

  • SysBasics

Podpora

Vyřešené problémy během posledních dvou měsíců:

1 z 1

Fórum podpory

  • O WordPressu
  • Novinky
  • Hosting
  • Podpořit
  • Podpora
  • Vývojáři
  • Zapojte se
  • Vzdělávání
  • Příklady
  • Pluginy
  • Šablony
  • Vzory
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Soukromí
  • Veřejný kód
WordPress.org
WordPress.org

Česko

  • Navštivte naši stránku na Facebooku
  • Navštivte náš Twitter účet
Code is Poetry.