Increase sales volume and conversion of your WooCommerce by offering instantaneous credit at point of purchase.
WeGetFinancing allows merchants to offer flexible financing options to their customers.
The WeGetFinancing payment gateway is specifically designed for e-commerce merchants.
Our payment gateway offers different financing options to your customers at checkout, providing a convenient and flexible way for them to pay for their purchases.
This can help to increase your sales and customer satisfaction by providing an easy and accessible way for customers to finance their purchases.
Our plugin allow you to offer:
- Multiple lenders: More lenders, more approvals for your customers.
- Real-time instant approval: Allow your customers to access financing easily.
- All credit types: Approve customers of all credit types.
- Secure payment processing: All transactions are safe inside our secure platform.
- Detailed reporting and analytics: Detailed analytics of your financed sales.
- Download the plugin, it's called "WeGetFinancing Payment Gateway", from the WordPress Market and install.
- Once installed go to Plugins > Installed Plugins.
- Find the plugin, and click on the "Activate" button.
- Download the github zip as shown in the next image.
- Log in into your WordPress installation, ensure you have administrative privileges.
- Go to Plugins > Add New.
- Click on the button "Upload Plugin", it is positioned nearby the header "Add Plugins"
- Click on the button "Choose file" to select the plugin.zip file that you downloaded before
- Proceed with Install Now and follow the instructions
- Once installed go to Plugins > Installed Plugins
- Find the plugin, it's called "WeGetFinancing Payment Gateway", and click on the "Activate" button
- Take the Merchant Token ID:
- Log in into your WordPress installation, ensure you have administrative privileges.
- Go to WooCommerce > Settings
- Click on the tab "Payments"
- You can see our plugin called "WeGetFinancing"
- Click on the "Finish set up" button on the right side.
- You will see a form like the following one:
- Fill the form as per following description:
- Sandbox Environment: if enabled, all the API calls will pass through the sandbox environment, otherwise to production.
- Username: the username from the WeGetFinancing portal.
- Password: the password from the WeGetFinancing portal.
- Merchant ID: the merchant ID from the WeGetFinancing portal.
- Display error selector: the HTML class of the selector where display the error messaging in the checkout page. The default value works fine with default WooCommerce template.
- Display error method: in HTML we can append (after) or prepend (before) the element elected, here you can select the behaviour of the attachment. The default value works fine with default WooCommerce template.
- Click on the "Save Changes" button, if successfully saved, it will show you the following success note:
- Come back to WooCommerce > Settings > Payments
- In the main payment table, switch to "ON" the button under the "Enabled" section as per following screenshot
Starting with WooCommerce version 8.3, the Cart and Checkout Blocks are the default for new installations. These blocks are part of a ground-up rebuild of the checkout flow, based on industry best practices which offer conversion-optimized features and a simplified shopper flow. With easy customization options, you can maintain your brand identity and provide a visually appealing and consistent checkout journey for your customers.
These new blocks are fully functional and most extensions developed by WooCommerce fully support the block-based cart/checkout at this time. However, a plugin/extension running on your store may not work as expected. The cart and checkout shortcodes will continue to be available in WooCommerce Core for existing stores that have customized checkout flows requiring them, and for any new stores that have specific needs not yet possible with the Cart and Checkout blocks.
WeGetFinancing Checkout Plugin support both traditional (legacy) templates accessed through shortcodes and modern Gutenberg blocks.
For more information on how to switch between the two, please follow the Official WooCommerce Documentation.
- Take the Merchant Token ID:
-
Connect into our partner portal, the url depends on the environment:
-
Log in with your credentials
-
From the left menu, select "Integration" > "Conversion boosters"
-
Log out of the portal
-
- Log in into your WordPress installation, ensure you have administrative privileges.
- From the main lateral menu, select "WeGetFinancing PPE"
- Compile the settings with your preferences, use the token id from the partner portal
- If everything is correct, you will receive a success message like this
- Copy the shortcode
[wegetfinancing-ppe]
- Go in the page in which you want to embed, e.g. the shop page, and edit it.
- Add the shortcode to the page
- The PPE widget should appear in the selected page
- Open an incognito windows, or another browser, or be sure you're not logged in into the WordPress. The plugin doesn't work if you have a logged-in session.
- Add one or more products in the cart
- Go to the checkout page
- Under the payment options you'll see "WeGetFinancing"
- If the option is selected, the "Place order" button will be replaced with "Check out with WeGetFinancing" one.
- Click on the last button to proceed with WeGetFinancing Funnel
This part is intent only for skilled technical people.
- Configure your .env file
- Ensure that all the container are down
docker-compose down -v --remove-orphans
- Delete any content inside the folders "./var/wp" but not the folders itself
rm -rf ./var/wp/*
- Start docker-compose
docker-compose up -d
To regenerate optimised vendors for your version of php, use the following command:
docker-compose run --rm composer install
Install the latest version of the javascript dependencies
npm install
Build the latest version
npm run build