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.phpHome
  • public_html/cards.phpAll cards, filtered by occasion
  • public_html/card.phpSingle card, with the add your message panel
  • public_html/cart.phpBasket
  • public_html/checkout.phpShipping details and cash on delivery
  • public_html/order-confirmed.phpOrder confirmation
  • public_html/about.phpAbout the studio
  • public_html/contact.phpContact
  • public_html/faq.phpHelp and FAQ
  • public_html/shipping.phpShipping and delivery
  • public_html/returns.phpReturns and refunds
  • public_html/terms.phpTerms and conditions
  • public_html/privacy.phpPrivacy policy
  • public_html/cookies.phpCookie notice
  • public_html/accessibility.phpAccessibility
  • public_html/404.phpNot found
  • public_html/sitemap.phpSitemap

Everything else

  • public_html/assets/css/style.css holds the whole design.
  • public_html/assets/js/main.js handles 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/.htaccess drops the .php extension from every address.
Made with Modulify