chirne.online
The greeting card site is built in PHP
This preview panel runs on Node, so it cannot execute PHP. The finished storefront lives in the public_html folder of this project. Upload the contents of that folder to your web root and the whole site works, with clean addresses such as /cards and /terms.
Pages
public_html/index.phpHomepublic_html/cards.phpAll cards, filtered by occasionpublic_html/card.phpSingle card, with the add your message panelpublic_html/cart.phpBasketpublic_html/checkout.phpShipping details and cash on deliverypublic_html/order-confirmed.phpOrder confirmationpublic_html/about.phpAbout the studiopublic_html/contact.phpContactpublic_html/faq.phpHelp and FAQpublic_html/shipping.phpShipping and deliverypublic_html/returns.phpReturns and refundspublic_html/terms.phpTerms and conditionspublic_html/privacy.phpPrivacy policypublic_html/cookies.phpCookie noticepublic_html/accessibility.phpAccessibilitypublic_html/404.phpNot foundpublic_html/sitemap.phpSitemap
Everything else
public_html/assets/css/style.cssholds the whole design.public_html/assets/js/main.jshandles the basket, the message preview and checkout totals.public_html/assets/images/holds the hero, the studio shot and all twelve card images.public_html/includes/holds the config, the card catalogue, the header and the footer.public_html/.htaccessdrops the .php extension from every address.