Updated: 10/05/2023

Drew's Flower Shop

Project: Drew's Flower Shop

A Shopify store that specializes in selling flowers for various occasions.

Shopify HTML CSS Javascript Liquid
Store Password:

Drew’s Flower Shop

Homepage | Collection Page | Product Page | Cart Page | Other Pages

Visit Drew’s Flower Shop=>

Store Password:

devdrew

Drew’s Flower Shop is fully featured Shopify store that has all custom templates (except password and gift_card). My intention in creating this store was to fully demonstrate my ability to create a Shopify theme and showcase my understanding of web development.

This website is based off the website: fromyouflowers.com and Shopify’s Theme Dawn

Store Preview

Home page

The home page features a slideshow and featured collections as well as a featured blog post section. The home page is also fully responsive just like the entire website is.

screenshot-header-10

In the header you’ll notice a predictive search bar. The Javascript for the predictive search is based off of the predictive search implemented in dawn and appearance of the content is my own design inspired by the fromyouflower.com website.

screenshot-header-10

You’ll also find a featured blog section that links to articles in a fully implemented blog section.

Collection Page

The collections page features sorting without reloading the page. Page data from the Shopify Section Rendering API is cached to improve performance when the page is sorted. Larger collections also feature pagination (check out the implementation here in the All Sentiment collection - Store Password: devdrew)

Product Page

The product page is where the user experience is concentrated. When someone is looking to buy flowers it’s hard to remember that while flowers by themselves are beautiful the recipient may appreciate some additional gifts that are more tangible and so those options are presented here. The option to upgrade premium flowers shows the updated bouquet in the image gallery to give the user immediate feedback about what they’re purchasing and when they’re ready enter a 5 digit number (a random number not necessarily a zip code) and Choose A Delivery Date through a pop up modal. After that the final and most thoughtful detail is presented: a complementary card to be filled out with a message and signature.

The Choose a Delivery Date Modal

Cart Page

The cart page has all the things you would expect to find like prices and images of your selected items as well as any associated details. But, in addition to those things it also has pop up modals for changing the delivery date and editing card details from within the cart page. The associated buttons for these modals are highlighted below.

(Details like addons, card and delivery date are only cart properties for the associated item. Future updates to this theme will implement bundling and updating delivery dates on the backend with at least 1 custom app).

The Edit Card Message Modal

Other Pages

Pages like all the customer account pages and are implemented but are only slight variations of Dawn implementation. The search page is also implemented but works similarly to the search bar in the header combined with the collection page.