Ahoy hoy!
I'm wondering what the best method to keep the theme files up to date with the latest release of WooCommerce. I'm currently running:
WooCommerce: 3.4.2
Understrap: 0.8.2
The Woo files with the theme are 3.3.0 but Woo is at 3.4.0. Not sure if this is causing the issues.
The newest version has some layout issues throughout the cart/checkout pages. I've tried simply removing the woocommerce directory from the theme but that makes the layout go bonkers.
Any suggestions?
Thanks!
Q
Hello!
I have submitted a PR with the updated WooCommerce templates appropriate for 3.4.0. This is currently awaiting review, approval, and merge into Understrap. If you would like to use them now you may view that PR and take the files as needed.
https://github.com/understrap/understrap/pull/700
Also, we recently added some CSS to fix billing field issues:
https://github.com/understrap/understrap/commit/ba5d94d52a1b7b59982efaff2f28b57e73cdc9d4
If you aren't editing the files you can simply replace the whole woocommerce folder within your theme with the updated files, overwriting the previous ones. If you are making custom edits beyond the provided files from Understrap I recommend using a code compare program.
Personally, I use Meld which is Windows/Linux (they have mac ports that are unsupported officially) - I have no issues with it. You can check the alternatives, which also include some macOS options.
woocommerce folder. In the second drop-down select the folder where the new templates are.Thank you, Zachary! Your description is outstanding. Very helpful!
+1 Thanks Zachary. Very thorough. I've been using your updated Woocommerce 3.4.0 files with a straight replacement and everything is working fine.
Most helpful comment
Hello!
WooCommerce 3.4.0 Templates
I have submitted a PR with the updated WooCommerce templates appropriate for 3.4.0. This is currently awaiting review, approval, and merge into Understrap. If you would like to use them now you may view that PR and take the files as needed.
https://github.com/understrap/understrap/pull/700
Also, we recently added some CSS to fix billing field issues:
https://github.com/understrap/understrap/commit/ba5d94d52a1b7b59982efaff2f28b57e73cdc9d4
Keeping Files Updates
If you aren't editing the files you can simply replace the whole
woocommercefolder within your theme with the updated files, overwriting the previous ones. If you are making custom edits beyond the provided files from Understrap I recommend using a code compare program.Personally, I use Meld which is Windows/Linux (they have mac ports that are unsupported officially) - I have no issues with it. You can check the alternatives, which also include some macOS options.
Typically what I do:
woocommercefolder. In the second drop-down select the folder where the new templates are.