Home Furniture Shopify Website
2022
A Shopify-based e-commerce platform specializing in home furniture retail.
Update functions: change messages, update canonical tags, and apply filters.
Update the style of the header and collection page.
Utilize the Mechanic App to implement specific requirements:
Bulk add metafields: Assign a metafield called 'title' with values 'Clearance' or 'New' based on dynamic product conditions (e.g., created less than 30 days ago, specific tags, availability).
Bulk add/remove products to/from a collection named 'New this month'. This requires checking products for conditions like availability, creation within the last 30 days, and specific tag exclusion, resulting in tagging and automatic collection adjustment.
Add order tags: Distinguish orders from own products and partner products. Tags (mf_only, partner_only, mf_and_partner, mf_and_partners) are applied based on the count of own vs. partner products in the cart.
Technologies: Shopify App, HTML5, CSS3, Liquid, JS, Jquery