Fairly new to WooCommerce and new to making significant customisations to WordPress.
I have a bunch of products with quite a bit of data associated with them. This info is to be displayed as tabs and accordions on the product page. I understand that custom product fields can be added, either through something like ACF or through writing a bit of code and using hooks – that’s not an issue.
However I’ve been asked if it’s possible to do the following without having to write code/add a new custom field to the product model:
For a particular product, add new accordion sections/tabs on a per product basis (ie not changing the overall data model, just that particular product page) in a simplistic manner (if not as simple as using a drag and drop editor, then something similar).
Is there a plug-in or similar that could achieve that customisable-type experience or is it a fantasy?
[ad_2]
Generally speaking, you would need to write this in with code. Some themes do have the option to add custom data, but that would depend on the theme set up and as far as I am aware they are very few are far between.
Although, its never to late to learn a bit of code 🙂