Toolset lets you develop truly custom sites, including WooCommerce, Membership and Directory/Classifieds sites.
Visit our dedicated tutorials to learn how to build each of these sites using Toolset:
Problem: I would like to add a custom field in the output of the WooCommerce product_category shortcode.
Solution: There's not an easy way to customize this shortcode in Toolset. Instead, you can create a View of Products, filtered by Product Category term, set by a shortcode attribute. Then add your custom field in the Loop editor along with the post title with link, featured image, price, and add to cart button.
I've a custom post type "accommodation".
I've a field repetable group "room" taht is displayed in the accommodation page.
Each accommodation has a different author (accommodation manager role).
In mt WP backend I've add as administrator some rooms fro some accommodation.
The problem is that now I'm the author of this room and not the accommodation manager.
How can I set it?
Solution:
It is expected result, Toolset repeatable group is actually a hidden custom post type, and you are using administrator to setup the "room" item in admin side, so the "room" item author will be setup as current user: administrator.
In your case, I suggest you try these:
When you edit a single "accommodation", add/edit a room item(post), save the "accommodation" post, use WordPress action hook "save_post" to trigger a custom function, in this function update the room post's author as "accommodation" post author. For example:
Problem: It seems that the Layouts Theme Options for Sidebar settings with the Astra theme are not working as expected. I am unable to activate the sidebar in my Product Archive Layout using Theme Options.
Solution: We have filed an internal ticket to look into the issue with sidebar theme options in Astra and Layouts. In the meantime, you can simulate a sidebar design by shrinking the width of the content in your Layout, then adding a widget with sidebar to the right edge.