Buy Bubble Plugin development course - store.nocodetalks.co/l/bubble-plugin
@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 Жыл бұрын
Glad it was helpful!
@tanyarudkevich83652 жыл бұрын
Thank you so much! everything works!
@jephthah23473 жыл бұрын
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.
@nocodetalks2 жыл бұрын
Yeah. just use "delete the things"
@safiyanuEnglish2 жыл бұрын
An excellent tutorial. I learned a lot from it. Thanks!!!
@vongphetphongsavath24772 жыл бұрын
Great video, thanks for sharing
@epilef2010spfc Жыл бұрын
OHHHHH THANKS MAN!!!!
@MM-tu6sm2 жыл бұрын
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-tu6sm2 жыл бұрын
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...
@nocodetalks2 жыл бұрын
yes that you need to calculate the sum of "each item finalCost"
@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 Жыл бұрын
You can run the daily scheduler that delete the itemcart items.
@philippemele53343 жыл бұрын
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!)
@philippemele53343 жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
put a database trigger and mail the user when that trigger happens
@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 Жыл бұрын
It should. Current user still there when user is not logged in.
@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
@FashionnLuxe2 жыл бұрын
Hey, how can i make this bubble cart functionality using / updating data from airtable
@nocodetalks2 жыл бұрын
You can use either the Airtable plugin or API to update data from airtable.
@josiahkk5464 Жыл бұрын
how do i display the orders that were created from this process?
@nocodetalks Жыл бұрын
List the order from the "order" table using "do search for"
@andreasv94723 жыл бұрын
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?
@nocodetalks3 жыл бұрын
Yes otherwise it will show to each users depend upon cart implementation
@jpmcvipul3070 Жыл бұрын
11.09 explain final cost not showing
@nocodetalks Жыл бұрын
It just the sum of the cart items. Check if cart item's finalcost is calculating or not.
@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 Жыл бұрын
in the "item cart" table I am storing the quantity along with the product
@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 Жыл бұрын
@@nocodetalks i made it, i was dumb 🤣 it was simple. Great tutorial btw. It helped me a lot. 🙏
@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 Жыл бұрын
Yes, i forgot to add that condition
@vxintruder Жыл бұрын
pls what is the conditional workflow? @@nocodetalks
@MM-tu6sm2 жыл бұрын
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"
@nocodetalks2 жыл бұрын
You have to create one object into user table with name "cart"
@MM-tu6sm2 жыл бұрын
@@nocodetalks thank you very much!
@eggventlivestudio32832 жыл бұрын
delete function ... ?
@nocodetalks2 жыл бұрын
Just use "Delete a things" functionality to remove item from the cart.
@philippemele53343 жыл бұрын
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
@nocodetalks3 жыл бұрын
Yes. You can do that.
@МаксимЧерненков-и5и2 жыл бұрын
you should improve your speech , it's very hard to get what are you talking about