there alot of outdated plugins in my theme. Can you fix that?
1 Answers
Hi,
You can Copy the folder plugins/woocommerce/templates to themes/your_theme_folder/ and rename it as woocommerce.
The folder structure should be like this:
your_theme_folder
├─ woocommerce
│ ├─ woocommerce_template_files.php
├─ your_theme_files.php
this way, any modifications you made to the woocommerce templates will not be overriden by woocommerce plugin updates.
Read More
Hope this helps !
Please login or Register to submit your answer