Hi,
I was wondering if it is possible to modify the WooCommerce product detailpage in a way that it looks like the example below with layouts. I have several attributes which I'm using with some variable products. To be specific. My client wants the attributes displayed in a sortable tabel overview like the example.
My site detailpage example: hidden link
Example of required display: hidden link
My site displays a lot more attributes but that is fine.
Could you guide me in the right direction? Thanks.
Regards Jelle
Hello,
There isn't such a built-in feature within Toolset plugins, I suggest you try these:
1) use a custom taxonomy, for example "my-product-attribute", and register it to post type "Products":
https://toolset.com/documentation/user-guides/create-custom-taxonomies/
2) Edit product post, and assign specific terms to each product post.
3) Then create a post view, list product posts, and use table layout mode, then you will be able to order the result by taxonomy "my-product-attribute":
https://toolset.com/documentation/user-guides/view-layouts-101/#table
Hello,
Ik will take te steps and let you know when I'm ready. Should I use WooCommerce Views in this case?
If you need to design the single product posts with Views plugin, you should use WooCommerce Views in this case.
See our document:
https://toolset.com/documentation/user-guides/getting-started-woocommerce-views/
section "Product Template File"
Hi,
I found this article: https://toolset.com/2017/06/wordpress-table-plugins-integration-with-toolset-types/
Where can I find some step by step documentation or what is the best way of implementing WooCommerce Product Table this in product detail page? Is it with (Woocommerce) views or should I manage to do this differently?
In any case I would like the products detail display the variations in table with WooCommerce Product Table. Of course automatically filled in with the current product variations data.
I am not familiar with the "WooCommerce Product Table" plugin, it is not a Toolset plugin.
I have checked the screenshot
hidden link
It seems to be able work in the shop page, I am not sure if it can achieve what you want:
WooCommerce Product Table this in product detail page
I suggest you check it with the author of "WooCommerce Product Table" plugin
That's right but it's a Toolset ready plugin and it's even on your website like I mentioned: https://toolset.com/2017/06/wordpress-table-plugins-integration-with-toolset-types/
But anyway, I managed to solve the issue and the plugin is working very nicely:
hidden link
Little side-effect of Toolset layouts is that I lost my theme's titlebar. How can I manage to get it back? I contacted the people at Upsolution and pointed me at the function that takes care of this but I'm not sure how to fix or implement this. Is there a way within toolset to add or attach these kinds of elements to a new view or layout outside the standard content area?