The following document guides you through setting up Bitcart with Shopify.
- Shopify account
- Bitcart - self-hosted or run by a third-party host v0.6.7.0 or later.
- Created Bitcart store with wallet set up
{% embed url="https://youtu.be/c09Av7SgaQM" %}
- In Shopify, go to Apps > and at the bottom of the page click on the
Develop apps for your store
. - If prompted, click on
Allow custom app development
Create an app
and name it- On the app page, in
Overview
tab, click on theConfigure Admin API scopes
- In the filter admin access scopes type in
Orders
- In
Orders
enableread_orders
andwrite_orders
and then clickSave
- Click on the
Install App
in the top right corner and when pop-up window appears clickInstall
- Reveal
Admin API access token
andcopy
it. - In your Bitcart, go to Stores page and click on shopify integration icon.
- Enter your shop name
- In secret key field paste the
Admin API access token
- In the api key field paste the
API key
from Shopify. - In Shopify's
Store Settings > Checkout > Order status page > Additional Scripts
paste the script provided by Bitcart in Shopify Integration dialog when you click the copy script button (including the opening and closing tag</script>
. - In Shopify's
Store Settings > Payments > Manual payment methods
addmanual payment method
then clickcreate custom payment method
- In
Custom payment method name
fill inBitcart
, optionally you can fill in other fields, but it's not required. Please see the message below about naming of a custom payment method - Hit
Activate
and you've set up Shopify and Bitcart successfully.
{% hint style="info" %}
Custom Payment method name must contain at least one of the following words: bitcoin
, bitcart
, bitcart
or btc
to work.
{% endhint %}