How To Build A Custom WooCommerce My Account Dashboard

  Рет қаралды 14,808

WPTuts

WPTuts

Күн бұрын

Пікірлер: 54
@WPTuts
@WPTuts 7 ай бұрын
Full tutorial and updated code snippets now available: learnbricksbuilder.com/build-a-custom-woocommerce-my-account-dashboard/
@mcostales84
@mcostales84 7 ай бұрын
You can send the support tab to a custom end point, and use conditions to show the form
@mmb811
@mmb811 7 ай бұрын
Absolutely FANTASTIC video tutorial. Been wanting to do this for some of my larger clients, but never had the time to research all and actually get it done. Your video just made it 1000% easier to do, THANK YOU, and keep up the great videos! ps: Always do it with Bricks, I just bought life time, before the special ended, so kind of committed to Bricks😄
@WPTuts
@WPTuts 7 ай бұрын
You're very welcome!
@ocbroadband
@ocbroadband 7 ай бұрын
Just an easier option for hiding the myaccount-navigation vs. putting it in the theme file, at least for Bricks, is to put it in the direct CSS section for hte account-page element itself. Does the same thing and its directly attached to that element so if you remove it, it'll go away with that element and not reside still within the Child Theme potentially causing issues if you try a different method to display that information.
@MiDoUx91
@MiDoUx91 7 ай бұрын
Amazing tutorial, thank you! can we get a similar tutorial for Products cards please ? can't find the hooks for that part anywhere :(
@Pimp_Shrimp
@Pimp_Shrimp 7 ай бұрын
Looks very nice compared to the default. I am mainly curious how it looks on mobile though. Perhaps it would be nice to see that in future videos. :)
@mahmudzar
@mahmudzar 6 ай бұрын
This was actually my concern, but all I've done is use Bricks off-canvas to input the account navigation
@BusinessDevelopment-kw2zq
@BusinessDevelopment-kw2zq 28 күн бұрын
I have the same question lol
@whitneylee33
@whitneylee33 6 ай бұрын
Great video, thanks! Is it possible to customize the look of each end point (orders, downloads, addresses etc...)? If I remember correctly, all those Woo pages just have a shortcode on them so it's not possible to "edit with Elementor" or "edit with Bricks". I'm sure theres a way but I don't know how without rewriting Woo's css.
@JeanBaptisteChabi
@JeanBaptisteChabi 4 ай бұрын
Why do I feel like bricksbuilder offer better developer experience with those syntaxes than elementor?
@smnurulislam
@smnurulislam 7 ай бұрын
Awesome, I really love your creativity.💌💌💌💌💌
@md.jabedkhan1791
@md.jabedkhan1791 7 ай бұрын
I was facing a problem with my account page but after reaching your video I understand that it's so good and just a tricky part. Thank you so much 💜.
@mariazakariya8604
@mariazakariya8604 2 ай бұрын
i have the same problem how to fix this
@thefutbollfanatic
@thefutbollfanatic 7 ай бұрын
Amazing Tutorial but there's so many things you've done in bricks that we can't do in elementor. I would have loved this video in elementor pro but youve got amazing skill Sir
@shadowgamernl
@shadowgamernl 6 ай бұрын
When I'm applying the CSS code to the "My Account" tab, there's a significant gap on the left side, as if the space where the navigation used to be still remains. I'm using Elementor Pro with the Blocksy Theme. I hope someone can assist with this issue. Thanks!
@abobsing
@abobsing 5 ай бұрын
add this to the other css .woocommerce-account .woocommerce-MyAccount-content { float: left; }
@mariazakariya8604
@mariazakariya8604 2 ай бұрын
same for me how to fix that
@Mr9ballin
@Mr9ballin Ай бұрын
@@mariazakariya8604 I have no idea how to fix it but by chance are you using elementor to do this?
@x_yuri_x
@x_yuri_x 18 сағат бұрын
the following worked for me : .woocommerce-MyAccount-navigation { display: none; /* Removes the menu completely */ } .woocommerce-MyAccount-content { margin-left: 0 !important; /* Ensures no space is left on the left */ padding-left: 0 !important; /* Removes inner padding */ width: 100% !important; /* Expands the content to the full width */ }
@khandakershahi
@khandakershahi 7 ай бұрын
Nice tutorial! Thank you!
@enatoehimen
@enatoehimen 7 ай бұрын
Great video. It really helped me out. But with Elementor My Account Widget, when I used the CSS code it removed the nav menu the content did fill the space. If there is anyone in the same boat, you can simply change the Navy orientation from Vertical to Horizontal then reduce the typography and spacing of the tabs. Good luck
@Hassan_Nader
@Hassan_Nader 7 ай бұрын
Wonderful as ever, Wonderful forever.... Amazing & helpful tutorial like always... Thank you Sir
@FIDRacing
@FIDRacing Ай бұрын
I am wondering how you enabled the user photo feature at the left bottom corner. Did you use any plugin?
@napatrlaokhae4373
@napatrlaokhae4373 6 ай бұрын
You are awesome! 😭😭 Thank you so much for this tutorial
@somadinafanz6568
@somadinafanz6568 7 ай бұрын
WPTuts, this is a fantastic tutorial. Thanks for the tailored details
@SkoolOfBangers
@SkoolOfBangers 7 ай бұрын
nice thaks I also got the woocommerce subscription plugin, paid but worth it
@BusinessTano
@BusinessTano 5 ай бұрын
Please do the menu in phone 😢
@benjaminkarlog8551
@benjaminkarlog8551 7 ай бұрын
Great video, I am still leaning more about brucks and core framework, great to see how others are using it. Why not place the css in that blocks CSS in stead? I like to keep the CSS close to where it should have effect. For templates I think this is the only no code solution. I would do it by child theme and code personally, but I understand why some would like to avoid that. And as you say, this is not much code, so I will not have any noticeable penalty to performance.
@WPTuts
@WPTuts 7 ай бұрын
There are multiple ways to approach the design aspect. For example BEM naming for the design, CSS attached to the relevant root element, etc. Tbh, the video was less about focusing on the design aspect and more about integrating Woo into whatever design or builder you prefer. 👍
@YasienSarlie
@YasienSarlie 7 ай бұрын
Thanks PC. You should sell these template files 🙂
@MatthewSlaza
@MatthewSlaza 7 ай бұрын
Hi! Anyone having trouble hiding the My Account Nav Menu with the My Account widget in Elementor? As a shortcode I can hide it but the account details are flushed right. I was able to hide it with the My Account widget once but I can't get it to work anymore.
@Aidataba
@Aidataba 7 ай бұрын
you're the best !
@NiPSpawN
@NiPSpawN 3 ай бұрын
Hi, how you enabled right panel inside bricks thats allow you to easy insert sections,coloumns,blocks etc?
@WPTuts
@WPTuts 3 ай бұрын
It's part of Advanced Themer and not a native function in Bricks.
@fiqihalfarizy4843
@fiqihalfarizy4843 7 ай бұрын
Yeahh finally!
@RobCooper
@RobCooper 7 ай бұрын
You could put the css for hiding into that page specific css section in blocks no?
@spindreams
@spindreams 7 ай бұрын
Make that side nav a section template and embed it in both pages using the template widget so you don't have to replicate it on other pages OR design your client areas "chrome" as part of a "single" bricks template that is assigned to load on those individual pages used for the client area and then those individual pages content are just the WC shortcode and the support page content. shown inside the the theme template holding the navigation for both.
@WPTuts
@WPTuts 7 ай бұрын
Sure, you could certainly go down that route. For me, 2 pages didn't really warrant going into the templates side of things. But if you had a bunch of pages, templates would definitely be the way to go.
@spindreams
@spindreams 7 ай бұрын
​@@WPTuts if you build it like that from the get go it's really no extra work (in fact less work as you're only building out 1 theme template not two pages) and saves extra work later when you don't have to update duplicated navigation on different pages. Probably a bit harder to show in the tutorial though
@WPTuts
@WPTuts 7 ай бұрын
@@spindreams oh, I agree that templates are 100% the way to go. But, for several reasons I didn’t in this video as it’s not meant to be Bricks specific.
@benjaminpau
@benjaminpau 7 ай бұрын
I would like to ask if creating the account pages templates via bricks templates also gives the same result? Is there a reason that we are creating pages instead of templates?
@lucianpascu8445
@lucianpascu8445 Ай бұрын
Something is very confusing. You said nothing about editing the My Account generated WooCommerce page or a template in the video. However, in the description at step #1 you say that we should add a section to the page but at #5 you state that we will clone the template?!! So you've worked on the My Account page or you've created a My Account template of type WooCommerce Dashboard?
@mahbubjubayer9453
@mahbubjubayer9453 7 ай бұрын
How does it look in mobile ?
@WPTuts
@WPTuts 7 ай бұрын
However you want it to. :) The video was more about the WooCommerce side of things than the methods or tools used to create the dashboard. Get creative with the design and go to town on desktop and mobile versions. :)
@DabraunsDev
@DabraunsDev 4 ай бұрын
Do you know of any plugins I can use to add custom info to an account? For example, if I were to sell sponsorships, I'd like for my users to be able to upload and manage a logo from their my account page. So not only would it need to show on the back, but also have a form field on the front
@Mr9ballin
@Mr9ballin Ай бұрын
I may be way off but on what you're trying to achieve but I think it would be possible using something like a product designer for web 2 print. I use one on my website and customers design their product, save the file front and back and it goes to a custom page which is linked to their my account page. Its actually a nice plugin but I have heavily modified mine and it still works great.
@CMSAssociation
@CMSAssociation 6 ай бұрын
Space age love song
@yehudaramadika371
@yehudaramadika371 4 ай бұрын
Thank you for the useful video, but I'm having problems with end points such as : payment methods, address, account details. I have actually copied from the advance settings in Woo but still can't, when clicked the page can't be found. please help me.
Running With Bigger And Bigger Lunchlys
00:18
MrBeast
Рет қаралды 46 МЛН
9 Unique Free WordPress Plugins You've Never Heard Of
11:34
Customize Ugly WooCommerce My Account Dashboard To Look Like Amazon
17:46
WPCrafter.com WordPress For Non-Techies
Рет қаралды 46 М.
Managing Orders And Emails In Woocommerce - A Step-by-step Guide
11:33
Ferdy․com Korpershoek | WordPress Tutorials
Рет қаралды 16 М.
Bricks: Build-Your-Own Fluid Typography Framework
41:27
Dave Foy
Рет қаралды 14 М.
How to Create Entire Website with ChatGPT (No Coding)
15:15
Website Learners
Рет қаралды 531 М.
Is This The Future Of WordPress Custom Post Types?
9:27
WPTuts
Рет қаралды 4,9 М.