在 woocommerce 主题中修改产品页面的位置

Where to modify product page in a woocommerce theme

我想修改多个项目的项目选择器的外观。 我在哪里可以找到包含此文件的文件?

您可以编辑 wp-content/plugins/woocommerce/templates/content-single-product.php 或 复制

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

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

并根据需要编辑复制模板。复制模板将覆盖插件模板,您可以在不丢失自定义模板的情况下更新 WooCommerce。