#u2ojr2 - Cart Pages

1 messages · Page 1 of 1 (latest)

hard elk
#

Hello! That's not something Stripe currently provides, but you can build a cart on your end and use Stripe to collect payment.

ruby knot
#

Do you know any possible guides/docs anywhere? I have tried to find example online of people doing it but not much luck

#

I'm happy to program it, just not sure exactly where to start with a full custom cart

#

I am guessing it's something to do with local storage and then passing in a JSON string of the customers products to a Stripe Checkout - or something like this?

hard elk
ruby knot
#

Ah awesome thank you

#

I'll check it out

hard elk
#

A lot of people use WooCommerce for this, for example.

ruby knot
#

Yeah I don't want to use WooCommerce if possible

#

no CRM, all just raw HTML/JS/PHP

hard elk
#

Ah, okay, you would need to build that yourself in that case.

ruby knot
#

Yeah, but it would be possible as such right?

hard elk
#

Yep, it's quite possible!