Leaving a tip inside the cart page

Hey,

is there a way to implement the functionality of leaving a tip inside the cart.

I found this thread on reddit: https://www.reddit.com/r/webflow/comments/gwo1ac/adding_delivery_tip_to_checkout/

As stated there, I could create a range of hidden products that act like a tip but Webflow doesn’t allow to add a Add To Cart inside the cart page. What can I do to accomplish this?

Is Foxy.io a possibility and is it working well?

Greetings and a great Christmas,
Timo

@Tim_Leon_Cruse It possible to implement the leaving tip inside the cart functionality with foxy.io .

You can take a look at foxy.io gift wrapping snippet:

v:2.0:snippets:gift_wrapping_checkbox_on_checkout [Foxy Wiki].

You can reuse this snippet to show a text area and a button to add it to cart. You would then silently add a new product to the cart, and add it to a specific category for leaving tip inside the cart.

Additional Reference Pages:

https://wiki.foxycart.com/v/2.0/cart
https://wiki.foxycart.com/v/2.0/templates/primer

Isn’t there another way that doesn’t require to set up the whole cart process from scratch again?