PoliteShrimp
Forum Replies Created
-
You are absolutely right but the main problem is after approving a review for uncaptured payment this order get marked by the plugin as Pending Payment while it is already paid. This order will eventually get marked as cancelled automatically by woocommerce. This will cause woocommerce to cancel the order and send API request to stripe to cancel the uncaptured payment as well.
I believe this is a wrong behavior from this plugin.
Thank you
Forum: Plugins
In reply to: [Fondy — WooCommerce Payment Gateway] Order Status GlitchDisabling callbacks is not the perfect fix for this issue.
The main problem is duplicate orders created at the fondy backend for one woocommerce order.Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] Paypal Buttons Just dissapearedTemporary fix until the next update
The fix for this bug is very simple and I’ve tested this on my life website working fine.Edit the file
/wp-content/plugins/woocommerce-gateway-paypal-express-checkout/assets/js/wc-gateway-ppec-smart-payment-buttons.js
On line number 41
Change
return null;
to
return undefined;
This will fix the problem and all the errors will disappear. I hope @jdembowski the volunteer moderator don’t delete this comment too as it should be helpful for other people seeking a quick solution.
Source: https://github.com/woocommerce/woocommerce-gateway-paypal-express-checkout/pull/528
You can do this edit or disable the smart PayPal button option until they update this plugin.
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] Paypal Buttons Just dissapearedYes I have storefront and I’ve updated to the latest version and the problem is still there.
My temp solution was to disable the smart PayPal buttons option but this plugin developers have to fix this. This is supposed to be the official woocommerce paypal plugin.
Forum: Plugins
In reply to: [Yoast SEO] Woocommerce cart and account page in sitemapI think I will use
wpseo_exclude_from_sitemap_by_post_ids
but this should be fixed by default. I don’t know why the people responsible for this plugin insists on not fixing this issue but thank you for providing a solution.Forum: Plugins
In reply to: [Yoast SEO] Woocommerce cart and account page in sitemapYes, I have updated my site to the latest version and the cart – account – checkout pages are still listed in my sitemap.
The only way to remove them is by setting the page to noindex from the yoast seo bix but this will cause duplicate meta robots tag.
Please solve this.
Thank youForum: Plugins
In reply to: [WooCommerce] Mixed content after latest updateI’ve other scripts installed on the same domain. I’m planning to fully migrate to SSL in the near future.
Can you provide a full function code to replace http with https to solve this problem. I’ve tried content str_replace in functions.php but it didn’t work.
ThanksI’ve tested multiple webhooks simultaneously on the same stripe account with a local server and ngrok.
apparently there is no problem in using multiple webhooks for multiple installations on the same account I was able to refund a payment from the dashboard for a specific woocommerce installation without affecting any other order with the same ID number on the other installation.
Thank you for your help.Forum: Plugins
In reply to: [WC Fields Factory] [DOM] Found 2 elements with non-unique idAfter a lot of research, I activated all plugins and it seems to be a problem from woocommerce itself.
It will be difficult to test this on a local server and I don’t want to risk trying on the live website.
Confirmed there must be other plugin causing this
Thank You.I’ve checked the previous version of this plugin, it shows the same error in Google Chrome developer console but the payment plugin is working as you said.
Is that a problem with the plugin or my woocommerce installation ?yes I have the same problem user can leave the additional required fields empty and continue to checkout
Forum: Fixing WordPress
In reply to: adding RedirectMatch to .htaccess cause a homepage 404 erroryes you have to use that code instead
RedirectMatch 301 /p/(.*)\.html$ //$1
as you see the old code will redirect
example.com/page1
toexample.com/age1
which will cause a 404 errorForum: Themes and Templates
In reply to: How to load posts in a single template file ?the complete answer in this link
https://www.ads-software.com/support/topic/force-single-page-template-using-a-reserved-term-as-url-parameter