iamganesh
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Square] URGENT: Error on checkout pageHello @3sonsdevelopment,
Tried both, deactivate – activate & Delete => Install => Activate
I tested it on two websites ( Different hosts) and still have the same issue.
I am looking forward to fixing it.
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] One click upsellHello @niklasinpsyde,
Thanks for your reply. I just want to use some functions from your plugin like
Mollie_WC_Plugin::getApiHelper()->getApiClient()
Mollie_WC_Plugin::getSettingsHelper();
Mollie_WC_Plugin::getPaymentFactoryHelper()->getPaymentObject( $payment_object_id);
and more.I don’t want to update the composer.json
Also, Could you please let me know, what are the requirements to run the webhook?
I am doing development on localhost, but to run the webhook I switched to the live site option by the local and the URL looks like “my-domain.localsite.io”Have you added any restrictions to running webhook?
Looking forward to hearing from you.
Forum: Plugins
In reply to: [WooCommerce Cart Abandonment Recovery] Bug on change of order statusHello,
When a user enters their email address on checkout pages plugin captures the data and mark it as normal. After cron cut-off time, the plugin checks if the order is placed or not. If placed plugin deletes the captured order.
This is how it works.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] One click upsellHello There,
Yes, I have checked, and it seems that the token is not saving in the order meta even though the vaulting is enabled.
By looking at the code, will the token is created only for subscription products? Unfortunately, there is no filter through which I can enable the token process for other products.I am thinking of using the same token for upsell product purchases rather than adding a new Order API. Is it possible after you resolve the token issue?
Forum: Plugins
In reply to: [WooCommerce Cart Abandonment Recovery] Custom css into the emailsHello @stilians,
Thank you for sharing the information.
It will help us a lot to improvise the email product table.
We will check it and will make the changes accordingly.
Let us know if you have any questions.
Forum: Plugins
In reply to: [WooCommerce Square] AUTHENTICATION_ERRORHello there,
My site is HTTP, not HTTPS. It may cause this issue?
Also, there is no SSL.
- This reply was modified 4 years, 2 months ago by iamganesh.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] cancelled orderHi @dougaitken,
To confirm, when an order is paid for an either Completed or Processing, the order is fully refunded via Stripe?
=> No.I am changing the order status from pending payment/On hold to Cancelled but I don’t want to refund it automatically. Right now, when I change the order status to cancel it refund automatically.
Thanks!
Forum: Plugins
In reply to: [WooCommerce Cart Abandonment Recovery] Wrong order details.
- This reply was modified 4 years, 3 months ago by iamganesh.
Forum: Alpha/Beta/RC
In reply to: admin localized variableHello @joyously,
Thank you for your reply.
I checked in detail and found that wp_localize_script() with the ‘jquery’ handle is not working more with WordPress 5.5.
Can you please explain any changes related to the js in 5.5?
Looking forward to hearing from you.
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] paypal,checkout fieldsHello @jricketts4,
Thank you for your reply.
Yes, I’m using a plugin that allows me to hide the checkout fields.
Looking forward to hearing from you.
Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] Multi language emailsHello There,
Can you please explain in more detail as the above doc is not clearing the things.
What code should I enter so email so my users will get emails in their language?
Looking forward to hearing from you.
Hey,
I am developing a feature which automatically adds product on the checkout page on afterload.
For that, I am storing the cart object and restoring the cart object on the checkout page. Restoring process is noting but looping over the cart product. So while looping over PPOM product it’s adding the child products as well.
I need to provide support to your plugin.
Can you provide me any filter/action which accepts the PPOM object or product_id and which will add products as same as you are doing on clicking of add_to_cart button?Your help is much appreciated.
Looking forward to hearing from you.
Thanks.