Paul Kevin
Forum Replies Created
-
Forum: Plugins
In reply to: [TheBunch KE Pesapal Gateway for Woocommerce] Error Processing CheckoutCan you reach me at paultitude[at]gmail[dot]com . I wanted to test with the demo api credentials but PesaPal didnt send
Forum: Plugins
In reply to: [TheBunch KE Pesapal Gateway for Woocommerce] Error Processing CheckoutKindly update to the other version I have just updated. 1.0.2
Forum: Plugins
In reply to: [TheBunch KE Pesapal Gateway for Woocommerce] Error Processing CheckoutKindly try the latest update
Forum: Plugins
In reply to: [TheBunch KE Pesapal Gateway for Woocommerce] Error Processing CheckoutHello,
Let me check what the error is
Forum: Plugins
In reply to: [PesaPal Pay] Woocommerce IntegrtaionPlease try out the plugin here https://wordpress.org/plugins/thebunch-ke-pesapal-woocommerce/ . Closing this topic
Forum: Plugins
In reply to: [PesaPal Pay] Woocommerce IntegrtaionIve submitted a new plugin to the WordPress repository and hopefully it will resolve this
Forum: Plugins
In reply to: Using Aktive-Merchant in WordPress🙂 Thanks
Forum: Plugins
In reply to: [PesaPal Pay] Woocommerce IntegrtaionKindly confirm if the cart is emptied after the transaction
Forum: Plugins
In reply to: [PesaPal Pay] Woocommerce IntegrtaionHello,
I think its an issue with the order being saved after payment. I’ll have a look at the Payment Processing part
Forum: Plugins
In reply to: [Pesapal Gateway for Woocommerce] Consumer KeysI hope the plugin author checks my changes File
Forum: Plugins
In reply to: [PesaPal Pay] Woocommerce IntegrtaionIve done afew changes, hope the plugin Author integrates them http://cdn.thebunch.co.ke/pesapal-for-woocommerce.zip Kindly test and let me know
Forum: Plugins
In reply to: [PesaPal Pay] Woocommerce IntegrtaionOkay, I will work on adding an integration
Forum: Plugins
In reply to: [PesaPal Pay] Woocommerce IntegrtaionHello Again,
I have seen you already tried the plugin as per your post here https://wordpress.org/support/topic/consumer-keys?replies=1 . What issues are you facing with the integration?
Forum: Plugins
In reply to: [PesaPal Pay] Woocommerce IntegrtaionHello mugwe,
There is a plugin for Woocomerce here https://wordpress.org/plugins/pesapal-for-woocommerce/
Forum: Plugins
In reply to: [Ultimate WooCommerce Brands] Remove top partIm using this:
function remove_annoying_message() { echo '<script type="text/javascript"> jQuery(document).ready(function(){ jQuery(".uwb-message .error").remove(); }); </script>'; } add_action('admin_head', 'remove_annoying_message');