LogoLogo
Connectors
Adobe Commerce Extension 3.0.0
Adobe Commerce Extension 3.0.0
  • Adobe Commerce Extension 3.0.0
  • Introduction
    • How it works
    • Features
    • What's new in version 3.0.0
  • Install the Digital River Extension
  • Configure the Digital River Extension
    • Step 1: Retrieve API credentials
    • Step 2: Configure the Digital River admin settings
    • Step 3: Create a webhook
    • Step 4: Configure the payment method settings
    • Step 5: Configure other store settings
    • Configuring taxes
    • Configuring products
    • Enabling landed costs
    • Refunding landed costs
    • Terms of sale, privacy policy, and acceptance
    • Configuring a second website, store, or store view
    • Regulatory fee support
    • Managing United States tax certificates
    • Supporting a fixed price bundle
    • Enabling Magento's Purchase Order payment method
    • Digital River columns in the Magento Admin UI
    • Shopper experience
      • Saving payment methods
      • My Account page
      • Store credit
      • Gift Cards
      • Tax identification numbers
      • VAT invoices and credit memos
      • Configure refunds for asynchronous payment methods
  • Test the Digital River Extension
  • Troubleshooting and maintenance
  • Support
  • Appendix
Powered by GitBook
On this page

Install the Digital River Extension

Learn how to install the Digital River Extension.

PreviousWhat's new in version 3.0.0NextConfigure the Digital River Extension

Last updated 2 years ago

Install using Composer

Use to install the Digital River Extension for Magento.

  1. Run the appropriate Composer commands in the root of Magento:

    • For Magento Open Source only, use the following Composer command: composer require digitalriver/module-drpay:3.0.0

    • For Adobe Commerce only, run the following Composer commands: composer require digitalriver/module-drpay:3.0.0 composer require digitalriver/module-drpay-commerce:3.0.0

  2. Update Magento to run the install and update scripts in the command line in the root of Magento by issuing the following command: bin/magento setup:upgrade

  3. Flush the Magento cache by running the following command: bin/magento cache:flush

  4. Sign in to Magento.

Note: Adobe Commerce and Magento Open Source v. 2.4.3 users cannot install the Digital River extension using Composer. Please contact your Digital River representative for guidance on how to install.

Composer