Want to create Cart button

Hi
I created 2 tables

  1. Seller Table (host)
  2. Buyer table (guest)
    when any one like one iteam he hase to view that when ever he loged in “like amazon add to cart” button.

how to create this
does it need two tables OR gust & Host both in one table? in wichmethod we have to do?
Since long time (10 month) our softr customer support is not able to solve. every time they are telling some stories and slipping…

Hi @shekharbellam
As far as I remember we have set up this button for you, but the application was deleted afterward.

One of Softr users has created a tutorial on how to set up a feature for this use case, please check it out step by step it might help a lot. Here it is.

I would also like to share the formulas of the tutorial here, hope it helps :slightly_smiling_face:
CONCATENATE('https://yourdomain.softr.app/formpagepath?recordId=', {Record ID})

CONCATENATE('<iframe class="airtable-embed" src=','"', {Add to cart Formula} ,'"',' ','frameborder ="0" onmousewheel="" width="100%" height="50" scrolling="no"; style="background: transparent; border: 0px solid #ccc;"></iframe>')

1 Like