You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to shopify-api
Hi All
Ive had trouble with this in the past but always managed to find a way
around it.
I have created a recommended products feature for products. It uses
the tags that follow the format of "recommend-(prouct_handle)" these
then get added to the page via a json call to the api.
On my product page I have a breadcrumb trail that follows the format
of Home >> Collection >> Tag >> Product Name.
When getting the product and using the url i get "/products/
(product_handle)" but to make my breadcrumb work on the product page i
need to have "/collections/(collection)/products/(product_handle)" Is
there any way to make this happen?
P.S. I am a web developer so I know my way around json etc..