coingate / shopware5-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopware CoinGate Plugin

Accept Bitcoin & Altcoins on your Shopware store.

Read the module installation instructions below to get started with CoinGate Bitcoin & Altcoin payment gateway on your shop.

Install

Sign up for CoinGate account at https://coingate.com for production and https://sandbox.coingate.com for testing (sandbox) environment.

Please note, that for "Test" mode you must generate separate API credentials on https://sandbox.coingate.com. API credentials generated on https://coingate.com will not work for "Test" mode.

Also note, that Receive Currency parameter in your module configuration window defines the currency of your settlements from CoinGate. Set it to BTC, EUR or USD, depending on how you wish to receive payouts. To receive settlements in Euros or U.S. Dollars to your bank, you have to verify as a merchant on CoinGate (login to your CoinGate account and click Verification). If you set your receive currency to Bitcoin, verification is not needed.

via FTP

  1. Download https://github.com/coingate/shopware/releases/download/v1.1.0/coingate-shopware-1.1.0.zip

  2. Upload custom folder to your website's root directory

  3. Go to your Shopware backend panel » Configuration » Plugin Manager » Installed.

  4. Click on Cryptocurrency Payments via CoinGate.

  5. Click on Install and Activate.

  6. Enter your API credentials (Auth Token). Configure Receive Currency, select Environment and click Save.

  7. In case you are unable to create an order in your Shopware store using our module, copy-paste the code snippet from below to your config.php file to allow the CoinGate plugin to display any exceptions if they occur.

   "front" => array(
        "showException" => true
   ),
   "phpsettings" => array(
       'display_errors' => 1,
   ),

About

License:MIT License


Languages

Language:PHP 95.9%Language:Smarty 4.1%