Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Business

Payments

how can I implement payments for products that I sell on my website ? ( not wordpress but built with css and html)

1 Answer

John Steer-Fowler
PLUS
John Steer-Fowler
Courses Plus Student 11,734 Points

Hi Lorenzo,

The most simple and easiest to implement payment system for basic HTML and CSS websites is probably PayPal

There are some great options out there for taking payments that are slightly more difficult to set up and also might require a dynamic back-end language to implement it such as Stripe or Braintree

I have used all 3 of these on my websites and web application and I can recommend them all.

Hope this helps

ok john thanks a lot ! I will search some information about payments with PayPal.