• Resolved Computer Shop Online

    (@computer-shop-online)


    Hi, I am using Woocommerce 2.1.9 / WordPress 3.9.1 and yesterday a customer of my webshop found out that the My Account pages are not working anymore. I found out that it has something to do with the WooCommerce Endpoints. But i cannot find out how to solve this issue.

    When I go to the My Account pages, i get “Page is not found”. I also installed a couple of days ago the Menubar plugin, I dont know how to set the Endpoint pages to that plugin.

    Does anyone of you know how to solve this?

    My website is https://www.computershop-online.nl

    Thanks in advance !

    Gaston Meertens
    Computer Shop Online.

    https://www.ads-software.com/plugins/woocommerce/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi, In the page editor for the “My Account page” on my site, the only thing that’s there is one shortcode:
    [woocommerce_my_account]
    and this works for me. It seems to be enough for the things that this page does. I have not set any endpoints. It happens automatically. Is this what’s on your “My Account” page, or are there other shortcodes there that are left over from other WooCommerce versions.

    Thread Starter Computer Shop Online

    (@computer-shop-online)

    Hi, yes on my “My Account Page”, there is indeed a shortcode, which is [woocommerce_my_account] , and the my account page is working, but when you are on the My Account page, and want to edit te billing or shipping address, then comes the “Page not found” message.

    OK, your “edit your password and account details” link on the My Account page goes to:
    https://www.computershop-online.nl/my-account/account-bewerken/
    So “account-bewerken” is what should appear in the field at Admin page / WooCommerce menu / Settings menu item / Accounts tab / My Account Endpoints section / Edit Address.

    The other ones should follow this pattern.

    Thread Starter Computer Shop Online

    (@computer-shop-online)

    Hi, I have checked what you advised me. “account-bewerken” is correct filled in at the Admin page / WooCommerce menu / Settings menu item / Accounts tab / My Account Endpoints section / Edit Account

    so that is also not the problem. And when you go directly to https://www.computershop-online.nl/my-account/account-bewerken/ link, you also get an “Page not found” message…..

    So that is also not the solution…..

    Thread Starter Computer Shop Online

    (@computer-shop-online)

    I have found the solution !!

    I checked this forum further, and i found this solution:
    When you add in the functions.php file in the theme the following line the my account pages are working again! Me happy!!

    function flush_rules(){
    flush_rewrite_rules();
    }
    add_action(‘init’,’flush_rules’);

    Lorro, thanks a lot for your help!!

    With kind regards

    Gaston Meertens
    Computer Shop Online.

    Thread Starter Computer Shop Online

    (@computer-shop-online)

    I mark this topic as resolved now.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Woocommerce 2.1.9 / WordPress 3.9.1 My account pages not working anymore’ is closed to new replies.