Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #234720

    Hello !

    I`ve been googling for a solution for days, but the only advice I can find is to put in this code on the site – [woocommerce_my_account] , but that is not working. When I click the My account link on the page, it loads for about a minute and then I get a errorpage. Got any Ideas ?

    #235170

    Hi,

    to get the url link to reach the “my account” woocommerce page : use this php code
    get_permalink( get_option('woocommerce_myaccount_page_id') )

    #235218

    Hi!

    Could you give details on that errorpage you get? what’s the message?

    Regards,
    Josue

    #235630

    The php. code is not working, if I am suppose to copy-paste the whole sentence :
    get_permalink( get_option('woocommerce_myaccount_page_id') )

    There is no error message just a message that says : “This page is not avalable”

    Best regards

    Carl-Fredrik

    #236084

    Hi

    in php, the line would be

    echo '<a href="' . get_permalink( get_option('woocommerce_myaccount_page_id') ) . '">My account</a>';

    • This reply was modified 10 years, 1 month ago by Voilaah.
    #236106

    Hi!

    Please create a page then copy the woocommerce shortcode [woocommerce_my_account] on the Visual editor of the page. The page should look like this:

    Please post the link of the website here so that we can inspect it.

    Cheers!
    Ismael

    #236357

    As I said, that is not working mr. Ismael. I`ve tried a whole lot of things but this just wount work ;/

    The link to my site is : http://www.friskflora.no/wp

    Regards

    Carl-Fredrik Furset

    #236664

    Hi,

    this url is not found http://friskflora.no/wp/my-account and it should be if you have woocommerce installed.

    i think you should change your permalink structure and switch it to use the %post-name structure instead of &p=id

    it seems also that you are using a secure connexion, maybe your issue is coming from there also.

    hope that helps

    cheers

    #236681

    Hi!

    Go to your WooCommerce sub menu and click on the System Status page. This is where you can get a run down of your WooCommerce settings and at the bottom look for “WC Pages” and you can see what page is set to my-account.

    In general the account page is set with the shortcode and with the Accounts tab in the WooCommerce options under Accounts.

    Cheers!
    Devin

    #241642
    This reply has been marked as private.
    #241726

    Hey!

    Thank you for using the theme. I hope you’re doing great.

    The login details are incorrect. Please check.

    Regards,
    Ismael

    #241818
    This reply has been marked as private.
    #241909

    Hi!

    I don’t really understand the language but when I created a page then insert the woocommerce shortcode for account page, it works ok. This is the page that I created: http://friskflora.no/wp/?page_id=2544

    Cheers!
    Ismael

    #242257

    Thank you.

    Can you put that page on the header, as a headerlink, or tell me how to do it ?

    When I try to change my account details without beeing logged in to wp, I get a message that says the site does not exist.
    We are about to launch our site, so want everything to work perfectly :)

    I lost my link to login into the admin area on wordpress, what is it again ?

    Thanks for the help so far

    Best regards
    Carl-Fredrik

    #242511
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.