Hi I am using woocommerce with Mystile Theme for a book store. How Can I add author taxonomy for a product?
I need to set an author for every book I am selling and possibly to search trough, author, categories, product names and tags.
Hi I am using woocommerce with Mystile Theme for a book store. How Can I add author taxonomy for a product?
I need to set an author for every book I am selling and possibly to search trough, author, categories, product names and tags.
Comments are closed.
In the Edit Product screen, under the Custom Fields heading, create a new field, for example
product_author
. Then you need to edit your template file where you want to display the field, probablycontent-product.php
, and call it this way: