So apparently after the update to 4.3.2, the file in the parent theme ‘woocommerce.php’ is just gone from existence now. The code in that file used to get the stack and then load the correct woo stuff - stuff I overwrite all the time in the child theme using the parallel file. So now that that file is gone from the parent, the child’s file doesn’t even load. Why on earth would you change something so fundamental to the way things work? The structure of those files is key to how at least one site for a major client functions and it is just rendered completely broken now.
This is madness. These latest updates are breaking all manner of things that have worked forever. Pretty disappointed in this to say the least. Can you please explain why this move was made and how it can be fixed? With an emphasis on the fixing part…
Just crazy…
UPDATE
So adding your old woocommerce.php file to the root directory of the child theme fixed my issue. The one that used to do this:
x_get_view( x_get_stack(), 'woocommerce' );
Now that I have placed that in the child theme, things work as they used to.
Still pretty shocked by this move to delete that file from the parent… Same questions apply from above still.