Klump WC Buy Now, Pay Later
Klump Wordpress plugin for WooCommerce
by Klump Developers · github.com/klump-inc/wordpress-plugin · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/klump-inc/wordpress-plugin/archive/refs/heads/release%2Fdevelop.zipKlump Payment Gateway
How to deploy to WordPress
Wordpress uses SVN for version management. Ensure you have SVN installed on your system.
svn upto get the latest version of the code (Note: you'll be required to provide username and password for WordPress account)- Make changes to the
trunkfolder and runsvn statto see changes made svn diffshows exact changes in codesvn add .will add all the changes to be committed.svn ci -m "{commit message here}"to deploy changes.svn cp trunk tags/{version number}to tag a new version specifying the version number. See tags folder and increment number accordingly. Remember to add specify the stable tag in readme.txt file.svn add .svn ci -m "tagging version {version number}"- Congrats. Code deployed and available for users to update on their installation.
How to test
- Clone repo in
wp-content/pluginsfolder of a wordpress installation. You can set up installation with localwp. - If you don't have production credentials, add
staging-prefix toKLP_WC_SDK_URLandKLP_WC_SDK_VERIFICATION_URLinklump-wc-payment.phpfile to test with staging credentials. - Login as admin and activate plugin (note: plugin requires woocommerce installed and setup)
- Add Klump credentials and activate it.
- Checkout product and select Klump as payment gateway.
Authors
- Celestine Omin
- Temitope
- Imo-owo Nabuk