E-Commerce Platform Template Reference
  • Welcome
  • Feature List
  • Quickstart Guide
  • GENERAL INFORMATION
    • Data Structure
    • Design & Layout
      • Styles
      • Homepage content and logos
      • Pages, groups, and popups
      • Padding
    • Functionality
      • Emails
      • Alerts
      • Hidden variables popup
  • ASSETS
    • Pages
      • index
      • home
      • search
      • product
      • checkout
      • login and loginsimple
      • owner
      • settings
      • termsofservice
      • privacypolicy
      • reset_pw
      • 404
      • standardpage
    • Reuseables
      • header
      • footer
      • signup/login
      • popupsreusable
      • editpopupsreusable
      • menufocusgroup or Menu options (︙)
      • cookiespermission
      • homepageblocks
      • owner's portal reusables
        • ownerdashboard
        • ownergeneralsettings
        • ownerseosettings
        • ownersocialmediasettings
        • ownersocialmediainfo
        • ownerlegalpages
        • ownerhomepagesetup
        • ownerstyles
        • ownerfeaturebacklog
      • menufocusgroup_product
      • popup add_edit_product
      • menufocusgroup_order
      • menufocusgroup_category
      • popup add_edit_category
      • update_lineitem_quantity
      • update_inventory
      • order confirmation
      • searchicon
      • carticon
    • API workflows
Powered by GitBook
On this page
  • Search Page Overview
  • Key Workflows
  • Key Elements

Was this helpful?

  1. ASSETS
  2. Pages

search

Page where users can search products using several filters

PrevioushomeNextproduct

Last updated 6 years ago

Was this helpful?

Search Page Overview

This is a public page where any user can search through the curated set of Products on the platform. Users can choose from a number of filters and sorting options, as well as click on a Product to go to its . Search filters pull their initial content from URL parameters when available.

Key Workflows

Update parameters [Custom workflow]

  • Updates a set of URL parameters with data inputted in the search filters. This is triggered each time an input is updated and allows users to link directly to a set of filtered search results

    • For the “input is updated” effect to work with the custom starRatingInputSmall element, we update a yes/no state each time the elements value is changed (this is triggered both from the reusable element itself and from the workflow on the search page)

Key Elements

RepeatingGroup Products

  • Contains all Products on the platform

  • Data source notes

    • Filters based on keyword, price minimum and maximum, and rating

    • Sorts based on Dropdown Product Sort’s value (uses the :formatted as text operator to convert dropdown value to appropriate database field name)

details page