-
I'm working on shopify extension on php codeigniter. 7.1 php version.
I'm receiving this error while i'm installing extension on shopify.
**The app couldn’t be loaded**
Then i add this code in the…
-
# Issue summary
I'm facing an issue using the Heroku environment.
I have created the app in Heroku and deployed Shopify APP using Docker Container, which everything it went successfully.
But when …
-
# Issue summary
I have installed new project using cmd
`npm init @shopify/app@latest -- --template php`
`cd project-dir`,
`composer install` ,
`cp .env.example .env` ,
`php artisa…
-
Hi,
I'm converted the local server into https using "ngrok" method, still I'm facing the issue "Invalid Request! Request or redirect did not come from Shopify"
![desktop screenshot](https://user-ima…
-
Shopify Api reference
> ### Create a new product variant
> POST /admin/products/#{product_id}/variants.json
> {
> "variant": {
> "option1": "Yellow",
> "price": "1.00"
> }
> }
…
-
The wrapper works fine on my local OSX environment but throws a "class not found" on a Linux server. There was already an issue created and resolved for this: [https://github.com/joshrps/laravel-shopi…
-
Hi,
I have created partner account and created app as well. I have integrated the library also. Done with app installation and authorization.
Now I am stuck for next step. I don't understand how can …
-
I have a private app. I include this at the .env file
SHOPIFY_KEY = "your key"
SHOPIFY_SECRET= "your secret "
SHOPIFY_REDIRECT = " your redirect"
this is my code in my controller:
-
Seems incompatible with updated Guzzle... especially with the class names.
Error after error trying to shove a request through shopify.php
Can you add a bit of documentation, or at least a note that t…
-
Hi I was using koa auth for shopify, now since its depreciated, tried this library, first i was running koa auth on node 10.18.0 , on that , installing it gave me a error on redis, so upgraded node to…