-
AuthorPosts
-
March 10, 2014 at 2:45 pm #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 ?
March 11, 2014 at 4:46 am #235170Hi,
to get the url link to reach the “my account” woocommerce page : use this php code
get_permalink( get_option('woocommerce_myaccount_page_id') )
March 11, 2014 at 6:10 am #235218Hi!
Could you give details on that errorpage you get? what’s the message?
Regards,
JosueMarch 11, 2014 at 4:48 pm #235630The 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
March 12, 2014 at 5:09 am #236084Hi
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, 8 months ago by Voilaah.
March 12, 2014 at 5:23 am #236106Hi!
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!
IsmaelMarch 12, 2014 at 3:44 pm #236357As 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
March 13, 2014 at 4:34 am #236664Hi,
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
March 13, 2014 at 5:05 am #236681Hi!
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!
DevinMarch 22, 2014 at 4:51 pm #241642This reply has been marked as private.March 23, 2014 at 4:29 am #241726Hey!
Thank you for using the theme. I hope you’re doing great.
The login details are incorrect. Please check.
Regards,
IsmaelMarch 23, 2014 at 5:14 pm #241818This reply has been marked as private.March 24, 2014 at 3:34 am #241909Hi!
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!
IsmaelMarch 24, 2014 at 7:02 pm #242257Thank 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-FredrikMarch 25, 2014 at 4:45 am #242511 -
AuthorPosts
- You must be logged in to reply to this topic.