$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>Add new page in WooCommerce My Account page|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

Add new page in WooCommerce My Account page

matteradmin15PV0评论

So, I'm building a website and I need to add a new page in the WooCommerce My Account section. When you visit the My Account page you get options like Edit Profile, Orders, Downloads, Billing Details etc.. I want another Menu/Page there called "Sites", so the idea is that, I am a web designer, whenever someone buys a website from me. I want to add a field to their account, that shows them how many sites they own from my company.

So, when a person clicks on site it should show details in a table form. Like: Domain Name | Expiry Date | Renewal Date | Login to Website (button)

I should be able to add a site and link it to the user from the wp-admin panel. It's basically like creating an order and assigning it to a user, and displaying it in the order section. But here, I want to replace it with "sites".

So, is there any existing plugins that I can tweak and combine to achieve this?

So, I'm building a website and I need to add a new page in the WooCommerce My Account section. When you visit the My Account page you get options like Edit Profile, Orders, Downloads, Billing Details etc.. I want another Menu/Page there called "Sites", so the idea is that, I am a web designer, whenever someone buys a website from me. I want to add a field to their account, that shows them how many sites they own from my company.

So, when a person clicks on site it should show details in a table form. Like: Domain Name | Expiry Date | Renewal Date | Login to Website (button)

I should be able to add a site and link it to the user from the wp-admin panel. It's basically like creating an order and assigning it to a user, and displaying it in the order section. But here, I want to replace it with "sites".

So, is there any existing plugins that I can tweak and combine to achieve this?

Share Improve this question asked Mar 3, 2019 at 4:02 user11111302user11111302 1
Add a comment  | 

1 Answer 1

Reset to default 0

I've done this customly before, but you don't sound like you want a programmatic answer, please let me know if that's not the case, otherwise...

A quick search and I came up with Woocommerce Account Pages. I haven't used it, and it does cost $49, but it might be the most concise solution for you. And it has a 14 day free trial.

Best of luck!

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far