filipivovyusifov / woocommerce

2Checkout WooCommerce Connector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WooCommerce

2Checkout WooCommerce Connector

This repository includes modules for each 2Checkout inteface:

  • twocheckout : 2PayJS/API
  • twocheckout-inline : Inline Checkout
  • twocheckout-convert-plus : Hosted Checkout

Integrate WooCommerce with 2Checkout


2Checkout Payment Module Setup

2Checkout Settings

  1. Sign in to your 2Checkout account.
  2. Navigate to DashboardIntegrationsWebhooks & API section
  3. There you can find the 'Merchant Code', 'Secret key', and the 'Buy link secret word'
  4. Navigate to DashboardIntegrationsIpn Settings
  5. Set the IPN URL which should be https://{your-site-name.com}/?wc-api=2checkout_ipn
  6. Enable 'Triggers' in the IPN section. It’s simpler to enable all the triggers. Those who are not required will simply not be used.

WooCommerce Settings

  1. Copy the directory for the module that you want to install to your WordPress plugins directory under '/wp-content/plugins'.
  2. In your WordPress admin, navigate to Plugins and install the plugin.
  3. Navigate to your WooCommerce settings page, click on Payments and click the module link.
  4. Check to enable.
  5. Enter the payment title and description.
  6. Enter your Seller ID found in your 2Checkout panel Integrations section.
  7. Enter your Secret Key found in your 2Checkout panel Integrations section.
  8. Enter your Secret Word 2Checkout panel Integrations section (Only used for Inline Checkout and Hosted Checkout modules)
  9. Click Save Changes.

About

2Checkout WooCommerce Connector

License:MIT License


Languages

Language:PHP 87.2%Language:JavaScript 9.6%Language:CSS 3.3%