Skip to content
Marten Jansen edited this page Nov 5, 2018 · 16 revisions
logo rounded med

1. Before you start with the Price Module

1.1. Introduction

As a web shop owner you are very familiar with the orienting customer who ultimately does not buy the product. A common reason is that at that moment the customer does not have the money available or simply does not want to pay the amount in one go. This is a missed opportunity for both the consumer and the webshop.

Experience shows that only 5% of consumers return to your website to buy the product after leaving your page. In other words; 95% of potential buyers are not seen back. With offering instalment based payments or a continuous credit portfolio, you have reduced a significant reason for consumers not coming back.

The Price Module that CreditClick offers, works conversion-enhancing, because it is already on the product page. Pay at once or pay X per month. This option is also displayed in the checkout environment. The 'From Costs' are automatically calculated automatically so that a price is always displayed that fits the consumer’s spending limit. Please note that the CreditClick Price Module is only displayed on the product page when the product offered costs at least € 250 and up to € 1,000.

example
Figure 1. Example of the Price Module

1.2. Compatibility of the Price Module

The CreditClick Price Module for WooCommerce is compatible with the following versions:

  • WordPress v4.0 or higher

  • WooCommerce v2.4.6 or higher

2. Download the Price Module

To download the WooCommerce Price Module please visit our releases page on GitHub and download the archive with the latest version to your computer.

1 download
Figure 2. Download the package

3. Installing the Price Module

To install the CreditClick Price Module, log in to your WordPress webshop administrator backend.

  1. Go to PluginsInstalled plugins and make sure you have WooCommerce plugin installed.

  2. Click on the Add New button and Upload Plugin once redirected to the Plugin Install page.

    2 addplugin
    Figure 3. Add New
  3. Click on Choose File and find/select the CreditClick Price Module archive in the file explorer and click Open.

    3 uploadplugin
    Figure 4. Upload Plugin
  4. Click the Install Now button. You will get a message "Plugin installed successfully." if the plugin installation is a success.

    4 install
    Figure 5. Install Plugin
  5. Click on the Activate Plugin button to activate the CreditClick Price Module.

    5 activate
    Figure 6. Activate Plugin

4. Configuring the Price Module

To setup the CreditClick Price Module, log in to your WordPress webshop administrator backend.

  1. Go to SettingsCreditClick Price Module.

    6 settings
    Figure 7. Price Module Settings
  2. Enable price module on overview pages → will enable button:

    7 archivebutton
    Figure 8. Enable price module on overview pages
  3. Enable price module on product details(single) pages → will enable button:

    8 product
    Figure 9. Enable price module on product details(single) pages
  4. Enable price module on cart page → will enable button:

    9 cart
    Figure 10. Enable price module on cart page
  5. The type of button is reserved for future use

  6. You can also add your custom css to fit your own theme, for example:

.cart_totals .cc-wrapper .cc-btn {
    margin-bottom: 10px;
}

.product .cc-wrapper .cc-btn {
    margin-bottom: 10px;
}

5. Upgrading from a previos version of the Price Module

We recommend always installing the latest version of the CreditClick Price Module for WooCommerce. We regularly update our extension modules for optimal compatibility.

  1. Go to PluginsInstalled plugins, find the CreditClick Price Module and click on Deactivate.

    10 deactivate
    Figure 11. Deactivate plugin
  2. Remove the module by clicking Delete.

    11 delete
    Figure 12. Delete plugin
  3. Follow the steps in Installing the Price Module to install the new version.

Clone this wiki locally