-
Notifications
You must be signed in to change notification settings - Fork 2
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
TITAN-307, TITAN-322, TITAN-308 - Using Shopify API Client on the Front Page, Shop Page, and Individual Product Page #28
Conversation
Also switched to a different SCSS transform lib
…to TITAN-NO-JIRA-Tests-fix-deps
TBD Need to fix compilation issue
…to TITAN-NO-JIRA-Tests-fix-deps
…las-shopify-blueprint into TITAN-307
TBD: Replace useState with SSG
…nt into TITAN-307
@@ -33,6 +35,7 @@ export default function Page(props) { | |||
<Container> | |||
<div className='text-center'> | |||
<p>{`This is the product page for ${props.handle}`}</p> | |||
<div>{JSON.stringify(props.product)}</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll build this out in TITAN-267
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TITAN-266, I believe.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yes thats the one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Description
https://wpengine.atlassian.net/browse/TITAN-307
https://wpengine.atlassian.net/browse/TITAN-322
Testing
Pre-conditions
Testing Scenarios
Screenshots
Documentation Changes
Dependent PRs