leraje
Forum Replies Created
-
The fix [described here](https://ww.wp.xz.cn/support/topic/checkout-broke-with-8-3-0/#post-17210958) works. I believe there is a conflict with enqueuing jquery with the Woopayments plugin.
Forum: Plugins
In reply to: [WooCommerce] Checkout broke with 8.3.0For anybody stumbling across this thread – I had the same issue with Woo’s own WooPayments plugin. The code change described above fixes it.
Hi, thanks for the response 🙂
I have already tried switching to your Storefront theme with just woocommerce and woopayments plugins activated and the issue persists.
Here are the two log files as gist files. The first one is the system report and the second is the woocommerce payments log.
I note that the woocommerce payment log is reporting that SSL needs to be enabled, indicating to me that woocommerce doesn’t think it is. However as can be seen in the System report log, it most definitely is.
I have checked general settings and the base url and website url are both set to https and indeed, since day one the htaccess file for the site forces everyone to use https in the following lines after switching on rewrites:RewriteCond %{HTTPS} offRewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI}[L,R=301]Further, the padlock browser icon is present at all stages.
- This reply was modified 2 years, 6 months ago by leraje.