 svenllr
|
We are in need to add an author field for our books and DVDs in our store. How do I add this field?
|
 Roy Ho
Resident Expert Trusted
|
You can use add_meta_box function to add custom meta data to your products. Please search how to use this function in the WordPress codex.
|
 abmiller99
New Member
|
You can alternatively use this Custom Fields plugin:
http://www.visser.com.au/wp-ecommerce/plugins/custom-fields/
I used to it to add and Author field to my products. The custom field is stored in the product meta. Be careful to check if you are dependent on exporting the products to a csv, etc.. that the export module will include the custom field.
|