Richard Muvirimi
Forum Replies Created
-
Forum: Plugins
In reply to: [Woo Custom Gateway] Add image/logo for a Custom Payment GatewayHello
Thank you for using this plugin and for your feedback.
The plugin already supports adding images for each payment gateway. When you create a payment gateway, in addition to the title and description there is an option to select an image.
Refer to these screenshots for clarity
1. https://ps.w.org/woo-custom-gateway/assets/screenshot-1.png?rev=2131125
2. https://ps.w.org/woo-custom-gateway/assets/screenshot-2.png?rev=2131125
3. https://ps.w.org/woo-custom-gateway/assets/screenshot-4.png?rev=2131125This image is then displayed in all standard places by Woocommerce.
If this does not answer your question, please feel free to provide a screenshot so that i may fully understand and implement your request
Forum: Plugins
In reply to: [Woo Custom Gateway] Show error when activate the pluginHave released an update that fixes this issue.
Thank you for using this plugin!
Forum: Plugins
In reply to: [Woo Custom Gateway] Show error when activate the pluginOk, have managed to replicate the issue, will release an update in a few hours, thank you
to download a previous version, in case this takes time
https://www.ads-software.com/plugins/woo-custom-gateway/advanced/#download-previous-linkForum: Plugins
In reply to: [Woo Custom Gateway] Show error when activate the pluginHello, thank you for using the plugin. Let me check what might be the cause and get back to you. For now you may download a previous version 1.2.*
If you may also kindly share your php version
- This reply was modified 2 years, 8 months ago by Richard Muvirimi.
Forum: Plugins
In reply to: [Woo Custom Gateway] add image or html into the instructions sectionThere is now an editor which supports html on the settings page of each custom gateway. Though you would have to ensure the html you provide will work well with your theme.
Forum: Plugins
In reply to: [Woo Custom Gateway] Rating Notice infoHello
Thank you for using this plugin. After a recent restructuring of the plugin’s code the script and style files were mistakenly left using a local path instead of a url. This has been resolved now in the latest update.
You may view the changed files here https://github.com/richard-muvirimi/Woo-Custom-Gateway/commit/b9d1c15a0810f08b1809e066815acc42edbeb251
Thank you for your patience
Forum: Plugins
In reply to: [Woo Custom Gateway] New Update ErrorThank you. I really appreciate your use of this plugin.
- This reply was modified 2 years, 9 months ago by Richard Muvirimi.
Forum: Plugins
In reply to: [Woo Custom Gateway] add image or html into the instructions sectionHello
After 3 months have finally found a way to add custom HTML with images ??
Forum: Plugins
In reply to: [Woo Custom Gateway] New Update ErrorFor automatic installs, i think you have to set that up on each wordpress install. The latest version tag is 1.3.1, am sure just visiting the plugins page will show all updates or the updates page, if not you might have a plugin that prevents checking for updates
- This reply was modified 2 years, 9 months ago by Richard Muvirimi.
Forum: Plugins
In reply to: [Woo Custom Gateway] New Update ErrorThis should be resolved now (in a new update), please let me know if you face any issue
Forum: Plugins
In reply to: [Woo Custom Gateway] New Update ErrorThank you for the feedback, let me look into it and update.
Forum: Reviews
In reply to: [Woo Custom Gateway] Very good for ekstra paymentsThank you very much for your feedback.
Forum: Reviews
In reply to: [Woo Custom Gateway] Very usefull for some other ways of paymentThank you very much for your feedback.
Forum: Reviews
In reply to: [Force Reinstall] The plugin does nothingThank you for your feedback.
The plugin does not actually reinstall plugins but marks it as an old version so that WordPress can do an update thereby reinstalling the plugin. If you navigate away from the page you clicked reinstall, the pending update is removed (somewhat a way out / cancel).
The reinstall process is a two-step process involving marking as outdated, then updating. This marking is not permanent and is only valid whilst you are still on the page you clicked reinstall, where (on the same page) will have to click update to complete the full reinstall process.
In a future version might rework the plugin so that it downloads a copy of the plugin and take the user to an install screen where they may cancel and maybe also add ability to partially rebuild the main plugin file if it is missing, which might happen if an error occurs during an update.
Forum: Plugins
In reply to: [Woo Custom Gateway] Change wc-payment-methodhi, thank you for using this plugin.
“woocg-post-35135” is an internal identifier used to uniquely identify a payment gateway, and uses the post id related to that gateway to avoid internal id conflicts, normally it is not shown anywhere in the woocommerce admin panels. Having it set manually would lead to conflicts and orders being assigned to the wrong gateway.
That said I may add a filter that would allow one to change the id using another plugin, kindly update to the latest version, and view the file includes/custom-gateway-blueprint.php for the filter details