Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: fulfillment + scheduling templates for ordering page #44

Draft
wants to merge 3 commits into
base: swf-example-base
Choose a base branch
from

Conversation

sohnj877
Copy link
Collaborator

@sohnj877 sohnj877 commented Feb 9, 2024

Added pickup/delivery fulfillment buttons and scheduling to the ordering page (/s/order)
site-wide-fulfillment partial can be placed on any page/template and use it to select fulfillment and schedule orders globally.

swf-example

@sohnj877 sohnj877 added the example PR contains code for an example / demo, not intended for main Brisk version label Feb 9, 2024
…f-example

* 'alpha' of https://github.com/square/brisk-theme:
  refactor(home): update home sections (#43)
  chore: update hooks (#42)
  docs: add contributing file (#41)
  build(github-actions): update job action versions (#40)
  build(github-actions): add lint action (#39)
  build(release): add semantic releases (#38)
@sohnj877 sohnj877 changed the base branch from main to alpha February 9, 2024 21:59
@sohnj877 sohnj877 changed the title Site wide fulfillment template for ordering template Site wide fulfillment template for ordering page Feb 9, 2024
<div class="container page order-page">
{{ include('partials/components/fulfillment-and-scheduling/site-wide-fulfillment', { defaultLocation }) }}

<div id="orderItemList">
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

id is used to reload the item list on fulfillment/schedule change

@sohnj877 sohnj877 changed the title Site wide fulfillment template for ordering page feature: site wide fulfillment template for ordering page Feb 15, 2024
@sohnj877 sohnj877 changed the title feature: site wide fulfillment template for ordering page feat: site wide fulfillment template for ordering page Feb 15, 2024
@sohnj877 sohnj877 changed the title feat: site wide fulfillment template for ordering page feat: fulfillment + scheduling templates for ordering page Feb 15, 2024
@sohnj877 sohnj877 changed the base branch from alpha to swf-example-base February 16, 2024 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
example PR contains code for an example / demo, not intended for main Brisk version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant