Skip to content

Commit

Permalink
Adds note about needing a paid Shopify plan. (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotny committed Apr 27, 2023
1 parent 9ea5671 commit 86dca04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Your app should now be running on [localhost:3000](http://localhost:3000/).

## How to configure your Shopify store for Next.js Commerce

Next.js Commerce requires a [paid Shopify plan](https://www.shopify.com/pricing). It will not work with a Shopify Starter plan.

This comment has been minimized.

Copy link
@staszewski

staszewski May 1, 2023

Isn't a Starter plan already a paid one? Do I need to get at least a Basic plan then?
Screenshot 2023-05-01 at 14 50 33


### Add Shopify domain to an environment variable

Create a `SHOPIFY_STORE_DOMAIN` environment variable and use your Shopify domain as the the value (ie. `SHOPIFY_STORE_SUBDOMAIN.myshopify.com`).
Expand Down

1 comment on commit 86dca04

@vercel
Copy link

@vercel vercel bot commented on 86dca04 Apr 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.