Presuming you have a table, you can add a column of tags to have table mode just set Layout Mode to List Just add a column Custom attributes and in Attribute Name input product_tag
How to hardcode category into shortcode ?
Just input the slug of the category into the shortcode [dzs_woo_table layout=”list-zoomsounds” extra_classes=”theme-light” show_filtered_by=”on” recalculate_attribute_data=”on” posts_per_page=”50″ cat=”category-slug” pagination_skin=”skin-orsai”] t
How to create grid pricing page
Buy woocommerce memberships Install it You can create the grid pricing layout ( how to import ) Custom parameters: dzswtl_grid_custom_bg – background color ie. #da0000 dzswtl_grid_custom_height – custom height ie. 440px You can add this in custom fields how to enable custom fields In extra css or […]
How to import layout
Shop Layouts > Add new Click Show Classic Editor paste the content for the layout Then Publish
How to use one click importer
Go to WP Dashboard > Shop layouts Click on the layout you wish ( for example chairs ) Now if you click the newly imported Layout, you can modify it and have the shortcode needed for display shown
How to make dynamic css attribute for product table
We will create something like this As you can see, the background property is different, based on the product it is showing In your css table designer go to the attribute you wish dynamic and enter {{get_from_meta-dzswtl_grid_custom_bg-#44cc99}} dzswtl_grid_custom_bg – represents the custom attribute name #44cc99 – represents the default value […]
How to really hide filters with 0
Go to Shop Builder > Settings in Extra CSS enter body .dzs-select-wrapper.opener-list .opener-list-wrap > .opener-list > .bigoption{ padding:0; } body .dzs-select-wrapper.opener-list .opener-list-wrap > .opener-list > .bigoption > label{ padding:10px 14px; } body .dzs-select-wrapper.opener-list .opener-list-wrap > .opener-list > .bigoption > label[data-count=”0″]{ padding:0px; font-size:0; display:none; }
How to have filters in sidebar
Go to Appearance > Widgets and insert WooTable Filter – you can have filters in the sidebar
How to export shop layout data
go to your layout editor and click Show Classic Editor copy the layout data this is your layout. with it you can copy it into a .txt to store it or paste it into another layout to replicate your layout
How to export layout data
go to your layout editor and click Show Classic Editor copy the layout data With this layout data you can create a identical data by pasting in a classic editor