Hello how are you ? I used your cart idea and applied it to my project. But I'm facing a problem, which is as follows: I have a global header with 5 menus and the option to open the cart in the right corner. My offcanvas cart is accessible from any page as I am calling it from the "TheHeader" component. But the problem is when adding products from my "Products" page, because the "watch" and "mounted" logic are inside the "TheHeader" component and the "AddToCart" method inside the "Products" page . What am I doing wrong? I'm using Nuxt 2.
Hey! Sorry for the confusion, that character shows like that because of the font I'm using (it's a ligature), but in reality it's only three equal signs like this: "==="
You got a bug in your code. Really nasty one. Try to add products where price are ended 0.04 and 0.3. Remove floats from product by multiplying by 100 then count them and divide by 100.
Checkout part 2! Connect to Firestore🔥 using the Admin SDK: th-cam.com/video/Hd08pIzJiHc/w-d-xo.html
Nice! More Nuxt 3 as its the future 😁
Yes! Nuxt is awesome, will definitely be talking more about it 🤩
@@elilopezdev I think the very last thing you do might be an error, I think you are meant to post "sum" not "totalSum" - although im not too sure
Thank you for the bootstrap part I was having so many issues.
This is awesome!! Thanks a lot
Great content can't wait to see more videos! ⚒
Nice man. I was looking for a way to include Bootstrap 5 on Nuxt 3.
Great! thanks
I'm glad you liked it!
Hello how are you ?
I used your cart idea and applied it to my project. But I'm facing a problem, which is as follows:
I have a global header with 5 menus and the option to open the cart in the right corner.
My offcanvas cart is accessible from any page as I am calling it from the "TheHeader" component.
But the problem is when adding products from my "Products" page, because the "watch" and "mounted" logic are inside the "TheHeader" component and the "AddToCart" method inside the "Products" page .
What am I doing wrong?
I'm using Nuxt 2.
thanks
How about the bundle size? Isn't it going to be longer to load in SSR by importing all of them?
Hi, I have problem with the "≡" character in 8:22
nuxt gives me the "Unexpected character" error, any help? thanks!
Hey! Sorry for the confusion, that character shows like that because of the font I'm using (it's a ligature), but in reality it's only three equal signs like this: "==="
Killer content 🔥🔥🔥..Can you please make a chat application using Vue 3 and firebase..It would really mean a lot..
Surely I can do that, it's been added to the list of upcoming videos 😌!
You got a bug in your code. Really nasty one. Try to add products where price are ended 0.04 and 0.3. Remove floats from product by multiplying by 100 then count them and divide by 100.
Amount is NOT Quantity.
Amount is Quantity multiply by Price.