With info provided, I can see a few things it might be:
Rewrites
Review your .htaccess rules, the rewrites (arguably) don’t do a lot of work on the home page – which may be why your issue is inner-page only.
Run a flush or visit your wp-admin > Settings > Permalinks and [Save]. The rewrites which WooComm may be using may be doing something unexpected.
Database
It could be missed http database values (with WooComm) you can do a find and replace on the database. With wpcli you can see what’s non-https with
wp search-replace 'http://example.com' 'https://example.com' --dry-ru
Theme
If you do believe it to be your theme, though unlikely unless custom theme, you can browse the source code of your theme and look for hard coded values, with command line:
grep -r 'http://' /path/to/wordpress/wp-content/themes/
Debug
Be sure to turn on WP_DEBUG and check your servers error logs incase the 404s are just hiding a simple php or setup error.
Related Posts:
- show shop instead of 404 page for missing products
- WooCommerce return 404 in the product page
- Woocommerce posts and products links works only once and then get 404 error
- add_rewrite_rule() returns 404 page
- WordPress media library don’t load most of the photos in library
- Woocommerce 404 after chang default language
- Critical error on woocommerce checkout page
- Dropdown menu not displaying WordPress
- Redirect no product url’s to static url
- Adding a custom Shipping methods field to an order
- WooCommerce – Create multiple product tags via rest api endpoint
- WooCommerce which roles and capabilities control user login re-direct to Woo Account Page?
- how do i remove a woo-commerce widget?
- How can I convert woocommerce checkout fields in capital letters
- main menu hide woo commerce single products tittle
- Conditional action hook
- Sending Email upon registration
- Order by date on category dynamically – Woocommerce
- Woocomnerce Limit Purchase value before proceed checkout
- Add to cart – button should be disabled
- Migrating data from Woocommerce to another webapp
- How To Customize The Product Page Template for a WooCommerce Custom Product Type Plugin [closed]
- Hide Add to Cart button on woocommerce Product description page of a particular product
- Options to develop a non-ecommerce catalog?
- wp_set_object_terms setting only first id from array
- I need to export all products and images but I don’t know which table the images are in
- Add only sku to product url woocoomerce
- What is better way to sync wp multisite woocommerce products
- Remove required from a custom field created from WooCommerce Checkout Field Editor plugin
- How to change status of woocommerce orders when post status is changed
- manage_shop_order_posts_custom_column() hook is Not working In Functions.php file in my WordPress active theme
- How to send woocommerce emails in multiple languages
- Purchase/order statistics plugin for viewing per payment menthod?
- Displaying Woocommerce Product Attributes on single product page
- WooCommerce – Child Category wont show, but Parent does
- WooCommerce Simple Auctions add username to auction finished email
- How to hide a random text with a div tag using a class on product pages with a specific tag
- Missing variable options on add to cart form
- Categories on attribute archive pages
- How to solve `Error getting remote image` in woocommerce rest api script?
- Woocommerce digital download not working – database error Cannot add or update a child row: a foreign key constraint fails [closed]
- when product out of stock single page show button notify woo-commerce
- WooCommerce , Auto cancel orders status from processing after X days
- Change WooCommerce Word “Product” to Another Word
- How does a WooCommerce site integrate with the existing real world customer members?
- How to force Woocommerce to deliver the product to the paypal adress which was used?
- Add username and password section in WooCommerce’s my account page
- Recently viewed products – Order by viewed
- How can i add product Accessories from front-end using custom php form?
- How to save order item custom attributes save into custom table
- Manually create an order with a product ID woocommerce
- How to filter result set in custom metaboxes?
- Woocommerce: Search by custom attribute
- How to change user role after login?
- WooCommerce free shipping twice a week
- Product overlapping header
- merge tabs in woocommerce
- How to import products to Woo Commerce given that WP All Import keeps timing out
- WooCommerce subscriptions give option of manual renewal on checkout [closed]
- How to hide / remove duplicated Woocommerce products from Shop page
- How to make a custom redirect in WooCommerce?
- Firstname and lastname greyout or hidden Billing details at next checkout like username is hidden [closed]
- How to use woo commerce login to authenticate code php pages?
- Change order status after checkout
- Is it safe to update an old site after backing it up and activating a child theme?
- Add youtube embed to woocommerce variations
- WooCommerce – Large number of product variations (200+)
- Add custom link/pop up under variations dropdown
- Problem in woocommerce.The option “Add product image” is gone.Please help me!
- How to make product free for some customers and paid for others?
- Woocommerce: Some action hooks not firing inside class [closed]
- Is it possible Different templates of products for specific category in WooCommerce?
- WooCommerce: Conditional Tag for Wishlist Page
- Display x number of terms and exclude hidden
- Hide woocommerce login form
- Allow authors to use their own PayPal account and payment process automation [closed]
- How to move WooCommerce Product Data Box below Title Box in Edit
- Custom access given to Admin dashboard
- WooCommerce, after moving reviews tab to under product description. If pagination link is clicked description is hidden
- Can a woocommerce hook alter the UI of a website?
- How to show Woocommerce add to cart form for variable product on custom location [closed]
- Adding more information to a Content Product Category
- Woocommerce | Product page seems differently on my 2 websites
- How to get products outside main loop in Woocommerce?
- WooCommerce shipping tax
- How to change “reply to” email address for specific Woocommerce products
- Woocommerce API REST search by multiple keywords
- Problems using WooCommerce & Qstomizer
- Remove Ok Button when popup message
- woocommerce change tax rate with checkbox
- How to handle WordPress account for terminated employee
- WooCommerce Pruduct and Category Grid costumization [closed]
- how to get the current page endpoint
- Error: DNS_PROBE_FINISHED_NXDOMAIN WordPress / Woocommerce
- Calculate order end date based on date and number of weeks ACF fields
- Football kit management system in WordPress
- To many WooCommmerce related transients in WordPress options table
- Display List of Products With Missing Attribute?
- Removing unwanted role after purchase
- How to Filter Products Based on Categories on the Cart Page?