Chuchu Web Store


Chuchu shop is a PHP shop store using Stripe as the payment platform.

Year: May 2019
Language: PHP
Libraries/Frameworks: CodeIgniter, Stripe

This project's purpose was to get myself familiar with payment systems.
It is a store website with a cart feature, credit card payments, and uses Stripe for inventory management.

 

Once in the checkout process, the user enters their shipping details:

The credit card input is part of Stripe's provided embeds - which is an iFrame of an input on Stripe's site.

To manage the website's store items, the user is to use Stripe's inventory.
On Stripe you may set up items and their details, with information such as the item name, price, description, and images.
Chuchu has a sync function which updates the store with Stripe's data via Stripe's API.

The sync feature was fun because it means I didn't have to build out inventory management pages.

The payments are also listed out on Stripe with payer details.
I completed this project in 2019 and left my API key to the test account in the repo.
Hope this Jenny Rosen person enjoyed this project.

It was a fun project.

Back to Software