How do I add order button in a catalog which i have built. I can see in the online store demo, but don’t know how to do that here…any direction here…?
Okay so in catalog all buttons you can add is using action. So, i assume that you have card view or catalog set for you and now you want to add button to it.
So, if you want to collect orders or enquiries on catalog, you will need to create a child sheet to hold those enquiries or orders against any product. child sheet can be created for any worksheet depending on requirements…
see the screenshot below: (in online store app demo, catalog child sheet is bookings)
Once you have child sheet, you can create a form for that sheet for users to fill say for example ordering one product from your catalog, bookings sheet will hold the order data…hope this part is clear (check the store demo) or post queries here to get clarification…
Now, once you have got the form, you will need to attach it to product catalog where action comes into picture, its very simple check the screenshot below to create action…
after clicking on action next window will open where you choose the action type as form and give this action a name, there are advance configurations as well, but for now this will do…check screenshot below:
three inputs - name of action, type of action: form, which form to be filled by that action
Save the action.
Next you will have to attach this action to your card view or sheet view where ever you want. in demo store, it’s card view…check below screenshot on how to attach this action…
go to card view > configure > worksheet actions > enable the action you want on the cards…