Implement Cart Functionality | Bubble.io Tutorial | NoCodeTalks

  Рет қаралды 9,379

NoCode Talks

NoCode Talks

Күн бұрын

Пікірлер: 44
@nocodetalks
@nocodetalks Жыл бұрын
Buy Bubble Plugin development course - store.nocodetalks.co/l/bubble-plugin
@cheyennelegerton5383
@cheyennelegerton5383 Жыл бұрын
Thank you for this video. It was so clear and easy to follow. All the other cart videos were so confusing for no reason. Thanks again!
@nocodetalks
@nocodetalks Жыл бұрын
Glad it was helpful!
@tanyarudkevich8365
@tanyarudkevich8365 2 жыл бұрын
Thank you so much! everything works!
@jephthah2347
@jephthah2347 3 жыл бұрын
Amazing video! Very simple and elegant workflow for the use cases. The only thing I could possibly say was missing was the logic to remove an item from the user's cart list. But I guess that is fairly intuitive.
@nocodetalks
@nocodetalks 2 жыл бұрын
Yeah. just use "delete the things"
@safiyanuEnglish
@safiyanuEnglish 2 жыл бұрын
An excellent tutorial. I learned a lot from it. Thanks!!!
@vongphetphongsavath2477
@vongphetphongsavath2477 2 жыл бұрын
Great video, thanks for sharing
@epilef2010spfc
@epilef2010spfc Жыл бұрын
OHHHHH THANKS MAN!!!!
@MM-tu6sm
@MM-tu6sm 2 жыл бұрын
11:09 where I need to put " current user's cart contains finalcost..... after "current user's cart contains....doesn't apear "finalcost" ,there is only "current user,do a search for...get an option.." what can I do ?please...
@MM-tu6sm
@MM-tu6sm 2 жыл бұрын
Hello, tell me please why it's wrong? at 14:10 at orderValue ,i dont have "finalCost ",I have only " each items finalCost" .... in the list and at 11:09 also... (in database i have finalCost.....) I dont understand...
@nocodetalks
@nocodetalks 2 жыл бұрын
yes that you need to calculate the sum of "each item finalCost"
@johnkullmann4373
@johnkullmann4373 Жыл бұрын
How does one delete itemcart items from database if user leaves the page? Otherwise these products remain in itemcart data for no propose. So when comparing orders against itemcart products, there are additional products in the itemcart that are not in orders. (Very helpful video, thank you)
@nocodetalks
@nocodetalks Жыл бұрын
You can run the daily scheduler that delete the itemcart items.
@philippemele5334
@philippemele5334 3 жыл бұрын
You went a bit too quick on the logic for creating the "Cart" Field in user type. So here is my question: from placing an order, I want to send an email to the various suppliers the user has decided to buy. Say user has decided to buy Item 1 from Supplier A and Item 2 from Supplier B. To achieve this, I did the following: Added a supplier email to Product for each item (note the field is "text") In workflow Create New Item Cart I have added: Supplier Email = Current cell's Product's Supplier Email In workflow When Button Make Payment is Clicked: Send email to "Current User's Cart's Supplier email" Clearly the Cart is not picking up the email address from Product. Would you have any idea? (great video by the way! I managed to create a cart and make it work thanks to you! Just trying to get this email thing working now!)
@philippemele5334
@philippemele5334 3 жыл бұрын
Edit: I made it work. I think the problem I had was that the email sending workflow was set after the "clear cart" action.
@marvinreginaldo5434
@marvinreginaldo5434 Жыл бұрын
Thank you for your video, it's amazing. I just like to know how the seller can able to delete the order of the user and able to notify the user that the item was deleted from his cart?
@nocodetalks
@nocodetalks Жыл бұрын
put a database trigger and mail the user when that trigger happens
@cristianbadillatv
@cristianbadillatv Жыл бұрын
Thanks for the video! Is this workflow working for users not logged in? I am trying to recreate it but I can not use the cartItem to the user's cart. Thanks.
@nocodetalks
@nocodetalks Жыл бұрын
It should. Current user still there when user is not logged in.
@cristianbadillatv
@cristianbadillatv Жыл бұрын
Thank you! Yes it does. I wasn't sure since you can not see the cart data in the database but it is created in the temporary user data created by Bubble. Works superb. Many thanks for your wonderful tutorials and sharing. @@nocodetalks
@FashionnLuxe
@FashionnLuxe 2 жыл бұрын
Hey, how can i make this bubble cart functionality using / updating data from airtable
@nocodetalks
@nocodetalks 2 жыл бұрын
You can use either the Airtable plugin or API to update data from airtable.
@josiahkk5464
@josiahkk5464 Жыл бұрын
how do i display the orders that were created from this process?
@nocodetalks
@nocodetalks Жыл бұрын
List the order from the "order" table using "do search for"
@andreasv9472
@andreasv9472 3 жыл бұрын
If it is a user that doesn't sign up, they add a few things to the cart, and/or maybe start a checkout session but don't complete it. Would the abandoned carts/checkouts need to be deleted by some script then?
@nocodetalks
@nocodetalks 3 жыл бұрын
Yes otherwise it will show to each users depend upon cart implementation
@jpmcvipul3070
@jpmcvipul3070 Жыл бұрын
11.09 explain final cost not showing
@nocodetalks
@nocodetalks Жыл бұрын
It just the sum of the cart items. Check if cart item's finalcost is calculating or not.
@TheoDumont-zh7jc
@TheoDumont-zh7jc Жыл бұрын
HI, thanks for your very nice video ! I see you don't store the product quantity when you create the cart. How would you do it please ? The problem is your list of items is store in a single data cell, how would you keep the correct quantity with the correct product ? Thanks
@nocodetalks
@nocodetalks Жыл бұрын
in the "item cart" table I am storing the quantity along with the product
@TheoDumont-zh7jc
@TheoDumont-zh7jc Жыл бұрын
@@nocodetalks thks for your answer, yes i remembered after and saw it 😅😅. I tried to display the orders in the user account, but i can't figure out how to do it, i probably must refere to unique ids of all 3 data types
@TheoDumont-zh7jc
@TheoDumont-zh7jc Жыл бұрын
@@nocodetalks i made it, i was dumb 🤣 it was simple. Great tutorial btw. It helped me a lot. 🙏
@davidpodesta8162
@davidpodesta8162 Жыл бұрын
It needs some conditional workflow to update the quantity if the product has already been entered. Currently just keeps adding the same product, if someone clicks add to cart again
@nocodetalks
@nocodetalks Жыл бұрын
Yes, i forgot to add that condition
@vxintruder
@vxintruder Жыл бұрын
pls what is the conditional workflow? @@nocodetalks
@MM-tu6sm
@MM-tu6sm 2 жыл бұрын
I dont have "cart" in the menu below, i had only "itemcart" , i put itemcart? what's wrong.....?tell me please and at the final cost also dont have "cart"
@nocodetalks
@nocodetalks 2 жыл бұрын
You have to create one object into user table with name "cart"
@MM-tu6sm
@MM-tu6sm 2 жыл бұрын
@@nocodetalks thank you very much!
@eggventlivestudio3283
@eggventlivestudio3283 2 жыл бұрын
delete function ... ?
@nocodetalks
@nocodetalks 2 жыл бұрын
Just use "Delete a things" functionality to remove item from the cart.
@philippemele5334
@philippemele5334 3 жыл бұрын
How would you the description of each product item to the "all order" summary tab? I would like to see the actual description rather than the digital values in Itemcart. (I am actually struggling to understand what they refer to) Or even better: how could I create a full itemised description? for each line item we would see the order, quantity and total price. So potentially creating different line items for the same order. (see examplebelow) Would potentially look like this: Order N. 1 - Description A - Qty - 3 - P/U - £4 - Total £12 Order N. 1 - Description B - Qty - 1 - p/U - £5 - Total £5
@nocodetalks
@nocodetalks 3 жыл бұрын
Yes. You can do that.
@МаксимЧерненков-и5и
@МаксимЧерненков-и5и 2 жыл бұрын
you should improve your speech , it's very hard to get what are you talking about
Build an Ecommerce Webapp using Bubble
36:41
Anti Code
Рет қаралды 36 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
How to structure your Bubble.io database
25:44
nocodelife
Рет қаралды 35 М.
Shopping Cart - Bubble.io x Stripe Tutorial
27:27
Cranford Tech
Рет қаралды 7 М.
Bubble Masterclass: Integrating Stripe for Marketplace Apps
42:58
Good database design in Bubble
21:35
Matt Neary
Рет қаралды 42 М.
How to Setup Your Custom Database in Bubble.io (2022)
27:14
Building With Bubble
Рет қаралды 40 М.
How to integrate Stripe with Bubble.io (Easy Setup)
18:55
Fabio Bergmann
Рет қаралды 4,1 М.
How to Hide and Show Password - Bubble.io tutorial
4:53
No Code Academy
Рет қаралды 4,6 М.