Hello all,
I have followed the documentation for creating an app and creating an extension. I have followed shopify’s documentation and have successfully implemented a theme app extension in the shopify product reviews git repo. After following carefully, I have succeeded on everything except for the post purchase template, I connected the post purchase extension and installed it, however my code is not being implemented on my storefront post purchase. I have read on other documentation that I need to “Shopify extension serve” which states “No available ports found to run extension”, how can I fix this? I have ran extension register, extension connect, extension push etc…
This brings me to my next problem, what I am really trying to do is to customize the checkout page using the @Shopify_77 /checkout-ui-extensions and extending shopify.extend(“Checkout::Feature::Render”…) and am running into a lot of questions as the “Get started guide” is a private google docs that requires permission to access. To my questions:
- Where in my file system should my checkout extension UI code be implemented?
- Does it go inside the extension folder or inside the app root pages folder?
- Does the checkout UI extension extend only a specific extension point? If so, which one(s)?