A space to discuss online store customization, theme development, and Liquid templating.
Hello,
I am working on custom shopify app development. I am using app proxy to set the page with my code. Now I am going to need to another page which also need to use my code with proxy. Like
For listing products, I have used the proxy /apps/diamond/list
now for detail of product, I need to use the different url. But I can not see how to do that.
More information : The product data are not there in my store. I am fetching products from third party API. You can refer to this URL for my detail what I am trying to do. This is actually I want to build.
https://evincedemoo.myshopify.com/a/diamond/list/
When you view any diamond, you will see a different page with different URL. I need to manage the same.
Can anyone please help me out?
Are you still experiencing this blocker? I've been able to create sub-paths on my app proxy in a pretty straight forward way. I define the route server site as a sub-path of my base app proxy path, create a view to be rendered on that path, and then navigate to that sub path on the storefront where it is embedded as normal. Are you seeing something different?
Cheers.
Alex | Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
Hello Alex,
Thanks for your reply.
I am still facing this blocker. Can you please guide how to setup a sub-path with app proxy path? Also if you can guide in a steps manner that would be very helpful.
Thanks again