The outdated files are in your theme’s woocommerce folder (unless the theme has stored them elsewhere, but that is the default). You don’t need this folder per se and can rename it (which is the more temporary way than flat-out deleting it) and WooCommerce will work. If you purchased the theme you could also contact their support and see about purchasing an upgrade because if the theme has been updated for compatibility.
If there were important customizations in your templates then begins the super-fun job of comparing the old templates to the new ones (which are in the plugin WooCommerce’s templates folder).
When WooCommerce 2.0 was released I had to save a client site whose checkout process was totally broken by outdated theme templates. The original theme people had copied all of the WooCommerce templates in lieu of just the ones they wanted to modify. In the end I removed all but maybe 3 of the override templates.
Related Posts:
- What’s the difference between home.php and index.php?
- Custom single template for a specific category
- How to insert a logo in the header?
- How to move page templates to custom folder?
- Page template in two level deep folder
- Is it possible to manipulate the list of page templates?
- Different wordpress 404 template for different post type [duplicate]
- How does WordPress decide what template to use as frontpage
- How can I get wp_head() as a string instead of echoing it?
- Why does my short code get executed before other content?
- Where do I find the functions triggered within a hook?
- Retrieve the template directory URI via global or get_template_directory_uri() every time?
- How can I see what template parts are being called for rendering the viewable page?
- Add a preview to a WordPress Control Panel
- Add a #hash to the links in my custom menu
- Problems with Layout inherit in theme.json
- How to Handle CSS for Multiple Header header.php Files?
- How to load different CSS in different Header?
- Static Front Page problem
- Returning Variables back into a template
- Can not Remove Archives and Meta from Sidebar
- How to override BuddyPress 3.0 bp-nouveau theme files?
- Writing Clean WooCommerce Styles
- Setting hero/splash section as a blog post
- Where is the correct place(s) in twentysixteen’s header.php to add a Google webfont?
- How to retrieve an image from a post and display it before excerpt of a post? [duplicate]
- Any tag pagination page (except the 1st page) loads index.php template instead of tag.php
- Cannot update WordPress General Settings Site Title and Tagline
- New template, where to place CSS?
- Unhook action from child theme
- Check if password protected post is visible
- get_query_var() and permalinks
- What is the best way to handle multiple calls to get_template_directory_uri() and similar functions?
- Toggle Sidebar Display
- Add theme templates for child categories into the template hierarchy
- Issue when posting updates/changes to wordress
- Want to add cart and a search bar in the right of logo line
- How to add custom meta box when you have a custom page template file
- Password protect a custom template
- Templates dropdown not appearing using _s theme (underscores)
- Shortcode call not working in WP Template
- Load different single.php templates according to post layout selection
- Woocommerce Product attribute not imported with wordpress Importer [closed]
- Create theme for mobile phones and tablets only?
- Confused by the behaviour of “front page” / “home” templates
- Add a field to the taxonomy editor?
- I need to develop a one-page design
- add jquery file if a certain page is included
- How to create a WP theme that use BootStrap? [closed]
- How to link to the page displayed by home.php?
- Under theme folder, what’s sequence of action for index.php, page.php, single.php?
- Is there a template tag I can use to link to the archive page corresponding to the month that a post was published on?
- how to add a badge on product based on filter?
- Woocommerce AJAX filters option loading spiner – problem on mobile device
- How to Modify WP_Includes/blocks/latest_posts.php
- How do I make my terms for each product display via foreach loop? (woocommerce)
- Best way to declare product variables in woocommerce theme development?
- Alter shop page lay-out in OceanWP theme
- How to implement pagination in category.php template
- Is it possible to echo a woocommerce prouct attribute discription?
- the_content() not displaying description correctly
- Woocommerce REST API for my account & checkout process
- Edit Product Archive design for Woo theme
- How to show Custom Field Value in Woocommerce Shop Page
- Template for front page (latest posts)
- Using wp_add_inline_style Inside a Template File
- which template should I use for single category post?
- how to edit woocommerce checkout page
- Should I use template files or just use conditional tags in index.php?
- Different templates for each category level
- How to fix a conflict cause by my theme with Woocommerce and/or Gravity Forms?
- WooCommerce – edit templates
- Child theme in separate WordPress Install
- How to show children pages as array
- Display content on Single page
- Create a variable with string, array or multiple values
- Using require_once for parent-directory not working but is working in sub-directories
- Woocommerce Theme Reviews / Comments
- How can I fix the even/odd child classes comments so that the comments are unaffected by the top-level even/odd?
- Problem with multiple menus in theme
- Enable WP to accept standard jQuery code embeding between the tags [duplicate]
- php file child theme directory not overriding parent theme php file [duplicate]
- Pagination adds product to cart Woo-Commerce
- What is the advantage of using home.php over index.php for the front page
- How to change order of elements using a child theme
- Best practice to create required pages
- How customizable is a self-hosted WordPress blog compared to a Blogger blog?
- How to install Woocommerce without plugin?
- How can i move my product name & price from below thumbnail to be the rollover content in Avada & Woocommerce?
- What is the point of using the front-page.php template? [closed]
- Meaning of “if ( is_home() && ! is_front_page() )” snippet?
- What is the point of using archive.php instead of index.php?
- Theme template file for a specific custom taxonomy
- Cart button not working on mobile version [closed]
- Add text when displying attribute with a hook on single product page
- How to enable wc_add_to_cart_message?
- How to create a template for a post in Query Loop block?
- Custom add to cart does not work well only on the first time
- WooCommerce custom add to cart buttons does not add products to cart if you’re logged out
- Twenty Twenty-Four Theme, where to put the personalized CSS style rules?