Partial.ly
Back to home

Magento Module

Magento Module

The Partially module for Magento 2.x lets you offer customers a Partially payment plan option in your checkout. You can also display a Partially widget on your product landing pages to let customers know a payment plan option is available.

Installation

To get started, download the module source code from this URL:

https://s3.amazonaws.com/partially.assets/modules/magento/partially-magento2-0.0.6.tar.gz

After downloading the module code, upload the file to the Magento directory on your server. After uploading, extract the module contents:

tar -xvf partially-magento2-0.0.1.tar.gz

After extracting the module code, run the following commands to complete the installation:

php bin/magento setup:upgrade

php bin/magento setup:di:compile

php bin/magento setup:static-content:deploy -f

Configuration

After installing the module, Partially will appear in your list of payment methods. In the Magento admin, click Stores, then Configuration, then the Sales submenu, and finally the Payment Methods link.

  • Partially gateway enabled — check this box to enable a Partially payment plan option in your checkout.
  • Partially API Key — sign in to the Partially merchant portal to get your API Key and copy it here.
  • Title — if the gateway is enabled, this is the title displayed to customers at checkout.
  • Description — an additional description shown to the customer at checkout when Partially is selected.
  • Partially gateway API URL — generally does not need to be changed, unless you want to use the test environment, in which case enter https://demo.partial.ly/api/v1/.
  • New order status — the status of orders after successful checkout through Partially.
  • Min order total — enter an amount greater than 0 to only allow Partially for orders at or above this amount, for both the widget and checkout payment method.
  • Max order total — enter an amount greater than 0 to only allow Partially for orders at or below this amount.
  • Partially Offer ID — this is the offer used for all Partially functionality: gateway, widget, and checkout button. To get the offer ID, go to the Partially merchant portal and click the integration tool link next to the offer you'd like to use. The offer ID is shown on the top right of that page.

Widget configuration

The following options control the display of the Partially widget on your product landing pages:

  • Partially widget enabled — check this box to automatically include the Partially widget on your product pages.
  • Widget style — choose different styles for the widget.
  • Widget title — if using the "stacked" style, this is the title text.
  • Widget body — custom text for the widget. Leave blank for the default, dynamic text (recommended).
  • Widget trigger text — the text of the link generated to open the widget popup.
  • Widget popup details — custom text to display at the top of the widget popup.