rlwells1169
Forum Replies Created
-
Yes I updated with the default ones as per this documentation:
https://docs.woocommerce.com/document/fix-outdated-templates-woocommerce/
I saved the outdated ones to my local instance on my computer in a backup file so I can restore them, but that would only take me back to the original problem and I would prefer to have them both fixed.
Forum: Plugins
In reply to: [Popups for Divi] Issues with sizing and column seperationTo go off more of that, it looks like styling has no effect on the popup at all. I am not getting padding, margin, color, anything really to work.
Forum: Plugins
In reply to: [WooCommerce] Getting errors on status log after payment failedThanks Zandy, I resolved this by backing up to the old version of Stripe payment gateway (3.2.3) there was a JS issue between the new version and theme.
Thanks for getting back to me though! Have a wonderful day.
Forum: Fixing WordPress
In reply to: Payment failed with Woocommerce stripe integrationMore updates:
I was using Stripe Gateway Version 4.0.5 when this error was causing a failure, but then I moved down to 3.2.3 instead and the payment system started working. What updates between these two are the most probably to cause issues?
Forum: Fixing WordPress
In reply to: Payment failed with Woocommerce stripe integrationand in my wc-logs I am getting this error for the array:
====Start Log====
Error: stdClass Object
(
[token_id] =>
[customer] =>
[source] =>
)====End Log====
Forum: Fixing WordPress
In reply to: Payment failed with Woocommerce stripe integrationI should mention I am getting these errors in the woocommerce > status > logs:
“2018-02-13T13:11:44+00:00 CRITICAL Call to a member function set_messages() on null
2018-02-13T13:20:23+00:00 CRITICAL Call to undefined method WooCommerce::add_inline_js()”
but I’m not sure what this is referring to exactly.