Displaying custom field data on tab on woocommerce site
-
I’m building a record store website and I need to display specification data on each product. Every product has a set of custom fields with data created with meta when I import my products by csv (format, condition, label, barcode no etc). I’ve created a custom tab for all products called ‘More Details’ and on it I want to display a nice list with this data pulled in from those custom fields. I’d like it displayed on the tab like this example including the bold font styling:
Format: Vinyl LP
Condition: New
Label: BMG
Country of Origin: UK
Release No: 964028775
Barcode: 4099964028775
Media Grade: M
Sleeve Grade: MIt’s just simple specification data to go on every product in my store but I need an automated way of doing it, it’s too much work to add it manually for each product. Can someone please suggest some php to achieve this?
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.