Where to modify product page in a woocommerce theme

泪湿孤枕 提交于 2019-12-10 13:25:44

问题


I would like to modify the look of the item picker for multiple items.

where can I find the file that holds this?

回答1:


You can edit wp-content/plugins/woocommerce/templates/content-single-product.php or copy

wp-content/plugins/woocommerce/templates/content-single-product.php

to

wp-content/themes/your-child-theme/woocommerce/content-single-product.php

and edit the copy template to suit. The copy template will override the plugin template and you can update WooCommerce without losing your custom template.



来源:https://stackoverflow.com/questions/42316572/where-to-modify-product-page-in-a-woocommerce-theme

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!