Hiya, i have used your plugin to simply add the option for a customer to add a purchase order number instead of paying at checkout, but on the confirmation email, the information given in the “Customer Message” box does not show on the order email recipet, just the method title, is this something the pro version offers?
Thanks in advance… ??
Hello,
I was wondering if you could add the functionality of supporting the custom payment gateway with subscriptions. I now add manualy the following code in class-woocommerce-other-payment-gateway.php, but after an update I (of course) have to add the code again, since it overwrites. I’ve tried to write a code snippet, but this didn’t work out. Om my site i use woocommerce subscriptions and created a custom payment type for my subscriptions. If this is not possible, could you help me out with a code snippet that works with your plugin?
This is the code I add after ‘products’ in the array:
$this->supports = array(
‘products’,
‘subscriptions’,
‘subscription_cancellation’,
‘subscription_suspension’,
‘subscription_reactivation’,
‘subscription_amount_changes’,
‘subscription_date_changes’,
‘subscription_payment_method_change’,
‘subscription_payment_method_change_customer’,
‘subscription_payment_method_change_admin’,
‘multiple_subscriptions’,
);
Hi, my website is showing the following message. Is there any way to fix it?
Custom PaymentIncompatible with block-based checkout
Custom Payment?does not yet support this block. This may impact the shopper experience.?Learn more↗
This is on the latest version installed (v1.3.9)
PHP message: PHP Deprecated:? Creation of dynamic property WC_Other_Payment_Gateway::$hide_text_box is deprecated in /wp-content/plugins/woocommerce-other-payment-gateway/class-woocommerce-other-payment-gateway.php on line 17; PHP message: PHP Deprecated:? Creation of dynamic property WC_Other_Payment_Gateway::$text_box_required is deprecated in /wp-content/plugins/woocommerce-other-payment-gateway/class-woocommerce-other-payment-gateway.php on line 18
]]>This is on the latest version:
PHP Deprecated: Creation of dynamic property custom_60ac63a0e9dbb4690f1910c2de98b2f1::$gateway_icon is deprecated in /wp-content/plugins/woocommerce-custom-payment-gateway-pro/class-woocommerce-custom-payment-gateway.php on line 41
PHP Deprecated: Creation of dynamic property WPRuby_Licence_Handler::$licence_option_key is deprecated in /plugins/woocommerce-custom-payment-gateway-pro/includes/WPRuby_Licence_Handler.php on line 18
Hi,
The custom payment gateway doesn’t show for customers but only for editors and admins. Even when a customer is logged in the gateway is not showing.
Thanks!
]]>Hello,
I see order notes screenshot of this plugin profile but after i use the lite and pro version i can’t see anything with that. can you tell how to pass my all form builed files data to that order notes section so i can check it from my woocommerce mobile app. as i create form builed and it create separate section on the post edit area.
Thank you
Hello, is there any way how to make a payment gateway appears only in specific shipping method? Default payment gateways have settings where I can set all of these. Thanks
]]>Hello, the filter hook woocommerce_gateway_description is recognized by your plugin? I am trying to insert a dynamically generated image in the payment method description but it does not work.
]]>I started a new woocommerce project with 8.4 version and the custom payment gateway is not showing on the checkout order page. I have tested on a new fresh wordpress install. I tested with twentytwenty or storefront theme. I also created a custom plugin to add another payment method and the payment method is not showing. I don’t understand. Is this plugin still working ?
]]>Hello,
I am from China, is it possible to add custom gateway as WeChat Pay and PayPal?
Thanks
]]>Hello I use your plugin to offer a payment method of their choice to my customers with a text field however when they fill this field to place their order they receive an order note email with the information they entered in their payment form.
]]>Hi,
I am using in my shop your plugin. We use +3 payment gateways with it.
When I check the payment gateways one by one, all of them are enable.
However at the main custom payment gateways page only one is there is a tick in front of only one, the rest seem to be switched off.
Could you please help me?
Thank you in advance!
]]>I want to set minus amount or percentage in fee. But I cant. Its shows value must be greater than 0.
How do I set minus amount?
]]>Everything about the plugin is great but I would like the newly added payment method to simply redirect without creating an order.
I currently am testing and the best I can get is using the Thank You URL.
But that creates an order for someone who hasnt paid yet, so it’s potential for abuse and gives false positive notifications.
I already have notifications when orders go through the URL I provide, so …
Question: Can I prevent the creation of an order when users select my custom payment method?
]]>Hi,
We are using your custom gateway plugin to create an Invoice payment method for our store.
We are using this in conjunction with the WooCommerce PDF Invoices and Packing slips plugin.
This is meant to set the order to On Hold, and the invoices are not meant to be attached to the order emails going to customers.
However since of late we have noticed that when using the Invoice payment gateway, the orders are being marked as Completed, and the invoice is being attached to the email saying ‘Paid in Full’.
Can you please advise on this issue?
]]>Hello,
After testing, I am still confused, does it support collecting payment ON-LINE in real-time for Apple Pay and Google Pay?
Or it only provide online payment?
It would be great if you can clarify.
Thanks and have a nice day.
]]>Hello, we need to send information from input fields of Custom Payment Plugin to Telegram Chat.
In which file can I place this code to send input information to my bot.
#you place the bot token and chat id in the appropriate location of the telegram API address
$token = "604891196:AAEtNizH6-nr3tOINAIhzmWy8VJjSKhjQK4"
$chat = "-263767625"
https://api.telegram.org/bot$token/sendMessage?chat_id=$chat&text=Hello+World
#here is a full example:
https://api.telegram.org/bot604891196:AAEtNizH6-nr3tOINAIhzmWy8VJjSKhjQK4/sendMessage?chat_id=-263767625&text=Hello+World
Which Tag I must use to send the input fields Information.
]]>Hi
Our company issued a digital token
We have made an opencart payment gateway
We need a payment gateway for wordpress
Can this plug-in replace this gateway?
THX
James
Hello, I couldn’t buy the pro version. I receive the error “Your cart is empty.
” once I click buy
My (new client’s) wordpress back-end is telling me that an update is available for WooCommerce Custom Payment Gateway Pro, from 2.2.1 to 2.3.1. But the hosting company auto-updates aren’t applying it and when I try to do it manually, I get the message “Update failed. Download failed. Unauthorized”
I’m seeking guidance on what to do about this.
I’m afraid there’s no guidance on what action to take and I can’t find anything relevant on the forums.
WooCommerce is installed at version 5.4.1 and appears to be happy.
There are a couple of other plugins from other sources giving the same or similar messages.
]]>Hello,
i`m trying to drag\add fields at the gateway settings.. but nothing happened ..
By both clicking at the fields that i want to add .. and by dragging the fields to the white box near.. but nothing happened..
any idea why?
]]>Hi,
We are sending our own invoices to customers, or by direct transfer. Now we updated our website with WooCommerce together with the subscriptions plugin. Ive added card monthly payment but i would like the option to choose “invoice” where we send them the invoice once a month.
Can this plugin be used like that? Before I buy it.
]]>Hello,
I need help on how to remove the red “*” drop down, that appear on checkout field when select “cash on delivery”.
Printscr : https://prnt.sc/12vatnp
Thanks
]]>I cannot find where you add a new gateway anywhere.
]]>I a m in country where Fintech is more popular than credit cards. These mobile money fintech companies offer payment integration.
I would like to know whether this plugin can used for that.
Pls help
]]>Hi!
Is it possible to hide the related asterik symbol? My client is complaining about it.
Regards!
]]>Hi there can you please help me change the textarea tag to P tag,
when i change it from code it disappear
Hi,
For the Pro version. Can I add a URL of images and show the images (e.g. QR Code) in frontend when customer checkout? thanks
]]>Hi, I would like to redirect the customer to a specific payment page (already set up) when he clicks submit order. Is it possible?
]]>