Here’s something from a project I have been working on off-and-on for the past few months: Rewriting the entire shopping-cart system of the Collectorz.com site.
From the shop, via the upsell interstitial page and the name/address page, to the payment details page and finally the order confirmation page. I have written some new back-end PHP classes and am now rewriting all website pages based on those classes, making the pages more consistent, and more importantly, easier to maintain. Easy maintenance is essential, because I am tweaking these pages quite often.
I have already posted about my upsell interstitial page a while ago, which was the first page I based on the new back-end classes. This long Easter weekend I have completely rewritten the first page of the check-out, the shop page. Continue reading