ellaRT
ellaRT

Reputation: 1366

How to display custom fields on WordPress Product

I have an online bookstore that is build from WordPress Woocommerce Plugin. But currently I am not able to add custom fields (author etc.) on a product.

How do i make it possible like the one on the photo below? Adding the Author of the books (highlighted in yellow).

enter image description here

This is the website : libroatbp2011.com

Upvotes: 0

Views: 201

Answers (1)

Reigel Gallarde
Reigel Gallarde

Reputation: 65274

This depends on where you want to place it. The easiest way is to use the built in Product Attributes of WooCommerce.

enter image description here

This will display on the "Additional Information" tab on the product page.

enter image description here

Upvotes: 1

Related Questions