Once you’ve created a Stripe account and have acquired an SSL certificate, you’re ready to write the form through which you’ll accept payments to be processed via Stripe. This is surprisingly simple to do, and completely secure when done right. In this post, I’ll explain what you need to do with your HTML.
Continue Reading...Archives For ecom
An article I wrote titled “Creating a Shopping Cart Class using Object-Oriented Programming in PHP” was just published online by Peachpit Press. This article, which goes nicely with my “Advanced PHP and Object-Oriented Programming: Visual QuickPro Guide” book, explains how to use more recent features of PHP, such as the Standard PHP Library (SPL), to create a great, reusable shopping cart system. Just two classes will give you all the functionality you need!
Continue Reading...In this edition…
- About This Newsletter
- On the Road => Speaking at Boston PHP
- On the Road => True North PHP Conference
- On the Web => Recursive Software Development Teams
- On the Web => The Yii Book
- On the Blog => Processing Payments with Stripe
- Q&A => How do I Make a Web Site Profitable?
- Larry Ullman’s Book News => “The Yii Book”
If you’re doing any sort of e-commerce, you’ll need a Secure Sockets Layer (SSL) certificate to support Hypertext Transfer Protocol Secure (HTTPS) on your website. I’ll say that again:
If you’re doing e-commerce, you need SSL/HTTPS.
This is not negotiable. I understand that this represents an added expense and hassle, but HTTPS is a must. In this post, I’ll first explain why using HTTPS is a requirement, and then discuss how you go about acquiring and installing an SSL certificate. (Although this post is designed to be generally useful, I’ve included it in my series on Stripe because you’ll need HTTPS setup in order to begin using Stripe to handle payments.) Continue Reading…
When you go to use any payment system for the first time on a project, you’ll need to create a test account. As with almost every step of the process, Stripe again makes this ridiculously easy. In this post I’ll explain how to create a test account in Stripe, and how that process is different than the other payment systems I’ve worked with, in a couple of ways. If you’re not currently planning on using Stripe, you may want to read my first post in this series, which explains how Stripe works and what its pros and cons are.
Continue Reading...