how to put a delivery fee

hello guys, i would like to know how i put a delivery fee on my app, does anyone know?, how do i do

1 Like

Hello! Do you use glide buy button, cart and stripe functionality or you have an another algorithm?

hello, yes I use the shopping cart

At this time, you would have to make the user select a delivery option to add to cart. That or somehow include delivery in the prices of your existing items.

The best solution I found is to add an in-line list after the Buy button that is sourced from a separate sheet.

Then, I link to a form to submit delivery information, and then I add a buy button to add the delivery to the cart.

Here’s an example:

1 Like

Use a Math column to add delivery fees to the final amount.
It will not work with Add to cart option though.

Please fix it asap