Richard Muvirimi
Forum Replies Created
-
Do other payment gateways on your setup also send emails. i have tested this on my setup and get an email sent for new orders as well as order status changes. i suggest you look into your server more carefully
Forum: Plugins
In reply to: [Woo Custom Gateway] How to set up custom payment for a specific shippingGuess will have to mark this as resolved
Sorry for the delayed response. Had to research on this extensively. Payment gateways do not handle emails at least directly, you can refer to the documentation:
https://docs.woocommerce.com/document/payment-gateway-api/
or on your site
https://{your-site}/wp-admin/admin.php?page=wc-settings&tab=email
where on the later you can setup email recipients for order events and the custom messages. Having this plugin send emails will have woocommerce sending a duplicate email as wooocommerce already handles this.
If you feel I have not answered your raised support issue, please respond to this or open another one and will gladly assist.
Thank you for using my plugin.
Forum: Plugins
In reply to: [Woo Custom Gateway] Plugin notice keeps on popping up in my wp-adminThis has now been fixed, and will be closing this topic
Thank you for the feedback. Let me confirm and get back to you
Forum: Plugins
In reply to: [Woo Custom Gateway] Plugin notice keeps on popping up in my wp-adminThank you for the feedback. Apparently this works on the plugin, themes and updates page. Will release a fix for this.
Forum: Reviews
In reply to: [Woo Custom Gateway] Best pluginThank you for your feedback. Means a lot.
Forum: Plugins
In reply to: [Woo Custom Gateway] How to set up custom payment for a specific shippingHello.
Sorry for the late reply, WordPress does not notify on new support topics.
For what you require, you would require another plugin if it’s not directly supported by WooCommerce.
Forum: Reviews
In reply to: [Woo Custom Gateway] Great plugin.Thank you for your review. Am glad you like the plugin.
Forum: Plugins
In reply to: [Woo Custom Gateway] Order StatusesHello.
Will definitely do so in the next release. Had not considered free orders.
also look into this filter
woocommerce_payment_gateways
as that’s where they are addedsorry for the late response
in the plugin files look into
includes/custom-gateway-blueprint.php
there is an id field which is created by using plugin custom post type and id (line 24)so using your code would be something along the lines
unset($gateways[‘woocg-post-1’]);
where 1 is the post id
Forum: Fixing WordPress
In reply to: Updating on updates page constantly failsplease refer to this https://tyganeutronics.com/wordpress-bug/ for screen shots
Forum: Fixing WordPress
In reply to: Updating on updates page constantly failsthank you for your response, I had already set memory to 512mb and time set at 600 seconds which should be a lot. i have a local server also and it behaves in the same way. what happens is during updating through the updates screen, the page will reload mid-update leading to the update failing mid-way and since the maintenance mode may have been already set it is left that way.
if i where to update using the plugins page or themes page it will complete successfully as it uses ajax but will be continuously asking me to reload page during the update, which i then cancel
even if i update one by one as suggested in provided link it will still fail in the updates page as it will try to reload the whole page
- This reply was modified 4 years, 5 months ago by Richard Muvirimi.
Forum: Plugins
In reply to: [Woo Custom Gateway] Limit of PaymentsYou were right, the error was on this plugin’s side. was only listing five payment gateways, will release an updated version that will list all available payment gateways.