Integrating Hello Clever with WooCommerce
WordPress Version
Please note that the WordPress version must be 4.4 or greater to integrate with Hello Clever. The WordPress version can be found in the WordPress Admin Dashboard in the bottom right hand corner.
WooCommerce Version
Please note that the WooCommerce version must be 2.6 or greater to integrate with Hello Clever. The WooCommerce version can be found under: WordPress Admin > Plugins > Installed Plugins
💵 Store Currency
Currently we are only accepting AUD for the currency.
Install Plugin
How to install the Hello Clever WooCommerce plugin?
Installation Instructions
-
Navigate to: WordPress Admin Dashboard
-
Navigate to: Plugins > Add New
- Type 'Hello Clever' into the Keyword search box.
-
Locate the 'Hello Clever Gateway for WooCommerce' plugin and click 'Install Now'.
-
Once the installation is complete, click the 'Activate' button.
Configure Plugin
How to add Hello Clever as a payment method in your store?
Configuration
Completing the steps provided below will enable and display Hello Clever as a Payment Method and add Hello Clever messaging to product pages.
Note: If the 'Hello Clever Gateway Installation' steps have just been completed, please skip to Step 3.
- Navigate to: WordPress Admin Dashboard
- Navigate to: Plugins > Installed Plugins
- Locate the 'Hello Clever Gateway for WooCommerce’ in the plugin list and click the 'Settings' button.
- Navigate to 'Hello Clever Gateway' section.
- Enter the ID provided by Hello Clever from the portal into the 'App ID' field
- Enter the Secret Key provided by Hello Clever into the 'Secret Key' field.
Notes The ‘Sandbox’ API Environment is only applicable for dedicated test websites. Advise your Hello Clever Account Manager should test credentials be required.
Update Plugin
To update the 'Hello Clever Gateway for WooCommerce' plugin, please follow the below steps.
As updates for the 'Hello Clever Gateway for WooCommerce' plugin are released, a notification will be shown in WordPress Admin.
A number will be shown in WordPress Admin next to the Plugins link, indicating that plugin updates are available.
Note: Please consider taking a backup of the website files and data prior to performing the update.
Upgrade Instructions
- Navigate to: WordPress Admin Dashboard
- Navigate to: Plugins > Installed Plugins
- Locate the Hello Clever Gateway for WooCommerce’ in the plugin list. Note: The version update notification will be displayed, with links to the release details and to updated the plugin.
- Click the 'update now' link.
The 'Hello Clever Gateway for WooCommerce' plugin will now commence the update process.
Once the update complete, the notification bar will turn green and the text will change to 'Updated!'. Congrats, now you'll be able to use the latest features we provide.
Advanced Configuration
This section outlines the advanced configuration options related to the Hello Clever WooCommerce integration and site-specific customisation.
The 'Hello Clever Gateway for WooCommerce' plugin is available for extension or customisation, without alternations to the plugin code. This allows for a greater level of compatibility with future updates.
Stay tuned as we will add a lot of advanced configuration soon.
Express Checkout Feature
To enable the Hello Clever Gateway's Express Checkout feature, please follow the below steps.
Hello Clever's Express Checkout Feature is one of our features that can help increase customers' engagement and loyalty by providing a Checkout button on your product pages.
Before proceeding further, a number of updates should be shown in WordPress Admin next to the Plugins link, indicating that plugin updates are available if you haven't enabled plugin's auto update.
Please update the plugin before proceeding further.
Note: Please consider taking a backup of the website files and data prior to performing the update to prevent any issues on your WooCommerce store.
Upgrade Instructions
- Navigate to: WordPress Admin Dashboard
- Navigate to: Plugins > Installed Plugins
- Locate the Hello Clever Gateway for WooCommerce’ in the plugin list.
- Click on the 'Enable Express Checkout'
- Click on 'Save Changes'
The 'Hello Clever Express Checkout' feature should be reflected on all of your product pages.
Refund Process
How to initiate WooCommerce refund on Hello Clever's dashboard?
Completing the below steps will ensure the refund arrive back to customer within minutes.
- Head over to your WooCommerce order details and click on the 'Refund' button.
- Key in the refund amount and click on 'Refund manually' button. The refund process will have to be done manually as the order payment went straight to merchant's bank account. Hello Clever does not hold any transaction from customers.
- Head over to your Hello Clever's dashboard and click on the transaction's details.
- Once you are in the 'Payment Detail' page, scroll down to the bottom and click on the 'Refund payment' button.
- A notification pop-up message will appear to confirm the refund process. Click on 'Refund' button.
- You will see a confirmation message, press the 'OK' button and head back to the 'Payment Detail' page.
- At the bottom of 'Payment Detail' page, a generated unique payID will appear. Please use this payID to refund the transaction to your customer.
- Head over to your bank account and select 'payID' as the payment method, copy and paste the unique payID you received on previous step. Once transferred, you will see the 'Refund Pending' status, this may take 5 - 10 minutes to update.
- After all the previous steps completed, you should be able to see the 'Refund' state changed to 'Refund Completed'
- The transaction overview on the dashboard should change to 'Refunded' if all the steps completed.
FAQ
Frequently Asked Questions about Hello Clever WooCommerce Integration
Why is Hello Clever not showing on product pages?
A: To display the Hello Clever installment detail on the product pages, the active WordPress theme must implement the below action hook: woocommerce_single_product_summary
Note: The 'Payment Info on Individual Product Pages' setting must also be enabled, and the product must be eligible. For advanced configuration, see our hooks documentation
Why is Hello Clever not showing on category and search result pages?
A: To display the Hello Clever installment detail on the category and search result pages, the active WordPress theme must implement the below action hook: woocommerce_after_shop_loop_item_title
Note: The "Payment Info on Category Pages" setting must also be enabled, and the product/s must be eligible. For advanced configuration, see our hooks documentation
Why is Hello Clever not showing on the cart page?
A: To display the Hello Clever installment detail on the cart page, the active WordPress theme must implement the below action hook: woocommerce_cart_totals_after_order_total
Note: The "Payment Info on Cart Page" setting must also be enabled, and all the cart items must be eligible. For advanced configuration, see our hooks documentation