Add specifications table for products page

I have a WordPress issue that has been keeping me busy for a few days.

I’m currently building a website for a client.

This website will show products and each product page also has a table with specifications of the product.

The specifications will be shown in a table like this:

http://preview.navinpoeran.com/images/tabel.jpg

What would be the best way to implement this in the template, so the client can add data for each product from the back-end?

Each product gets its own page of course.

For example:

iPhone 4S
iPhone 5
etc. (no it’s not an Apple-related website, just an example)

3 Answers
3

You could easily do that with Product Specifications plugin.
This plugin is built for this purpose and you won’t need any additional code, However it comes with a [specs-table] shortcode that you can use elsewhere.

The plugin automatically adds a tab called “product specifications” to woocommerce single product page and shows product spec. table,
Read more at plugin’s page on wordpress.org

Leave a Comment