It’s a copyable project.
oh damn i didn’t notice it since i was using mobile. thanks a ton!!!
Thank you for sharing! Very informative.
Quick question: how do you disable the add to cart button?
If none of the action conditions are met for the button to do something, then it’s just greyed out and disabled. You can copy the app and look at how it works.
Hi jeff currently working on something along the lines of the concept you made here and have copied a lot of stuff. I have connected my app to zapier to get notified of when an order is placed but it would be super sick if i could display the individual product names of the items that are orderd in the emails that are sent instead of the IDs … I know this might be a very long shot but maybe you have some wisdom you would be willing to share.
I haven’t dived into the template from Jeff, but couldn’t you use a multiple relation and a lookup/joined list to get the item names from the list of IDs?
The concept app was thrown together quickly to demonstrate how to use the products table to store cart items and use a single row cart table. Not much thought was put into what happens after an order is placed and admittedly that later part of the app is pretty terribly designed.
I think if I would redo it, I would completely redo the part after an order is placed and probably utilize a lot of JSON to store details about each item in the order. That JSON could then be deconstructed into HTML to be included in an email.
The concept app was never designed or fully thought out to be a full featured sales app. Instead it was just enough to give people an idea of how to design something like it.
how do you put the search button on the menu header?
That’s just standard with inline lists in classic apps. The search bar is always pinned at the top of the screen. With new apps, the search bar is individual to each collection and always at the top of the collection.
i see. noted thanks!
It’s a classic app, which can’t be copied anymore. Someday I’d like to rework it as a new app, but just haven’t had the time.
Thank you for the information