@Shopify_77 , can fix this one? The method how you can get a url link Is not working when the request is need to be full or absolute. I can’t get for example the close subfolder when this is solo, “/” example: (.com/en/), return: (.com/en) and everything after “?”, it’s just not read. Using request.path or even canonical_url.
My suggestion:
{{ request.get_full_path }}
Make this easy request to get the full and absolute url from https.
Yes @Oislt you are right. Shopify need to fix this but I have a solution to get the full absolute path. you have to just copy paste code where you require full path that’s it!
@saim007 for some reason this is not working well now, for example the follow link: “./collections/mycollection” I got this “./collections/mycollection?_pos=1&_psq=du&_ss=e&_v=1.0”
Any reason to get this?