No content to show
User Activity
Hi ElanaK, Thank you for your answer.I finally fixed this by using the Auth helper from Laravel with 'optional' function.The helper returns the shop name before redirection, but inside iframe the helper returns null. This is why I used 'optional' fun...
Hello,Is there a easy way to get the product url after successful checkout?I checked the Shopify object and there is no any information about the this. Is it neccessery to make an api call to get the product by product id and to use 'handle' property...
Hello,Thank you for your response.After install the app in shopify, the browser redirects to my url, which is https://middleware.shopvote.de/This line:const host = new URLSearchParams(window.location.search).get('host')returns null and the error in c...
Hello, everyone!I'm trying to fix this issue from a couple days and I'm still not manage it. My app was rejected, because Shopify App Bridge doesn't work properly. When I install the app, the browser redirects to the original url of the app (not shop...
Hello Everyone,I've installed the plugin osiset / laravel-shopify and I followed the instructions for installation.Now, I received the following error when I call the api method:Error
Call to undefined method stdClass::api()My user model:use Osiset\S...