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

回答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