You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your store is not connected you'll see "Want to connect custom plugin?" link, click at that link. If your store is connected you'll need to disconnect it first.
"Store Token" modal should open and you would be able to copy the token. Never share this token to anyone except highly trusted parties. This token grants almost full access to your store.
Click on "Add New..." button and select "Project" in the dropdown.
In "Clone Template" section find this template by clicking "Browse All Templates" and searching. Then select it.
If you could not find it there click at "Import Third-Party Git Repository" in the "Import Git Repository" section. then paste url of this repository into a field and click "Continue".
Select your team and fill in name of your project.
Click on "Environment Variables" to open a section.
In there add PRODIGY_STORE_TOKEN variable with value from step 5.
Add PRODIGY_API_DOMAIN variable with value https://api.prodigycommerce.com.
Add PRODIGY_CLIENT_DOMAIN variable with value https://{your-store-name}.prodigycommerce.com.
Add SITE_NAME variable with name of your choice.
Add other environment variables you see fit. Refer to .env.example for the list.
Click "Deploy" button and you done. For any other question regarding Vercel platform refer to Vercel Docs.