Kadence Iconic Show Single Variations
Displaying specific product variations as standalone items on your shop archive pages makes it easier for your customers to discover all the unique options you offer. Setting up individual variation listings allows each distinct color, size, or material to appear directly within your main catalog, filtering results, and search pages alongside regular products. When you display these variations individually, you fill out your store layout and help buyers find the exact item they want without clicking through multiple dropdown menus.
This collection provides step-by-step guides to help you install, configure, and manage the Iconic Show Single Variations plugin for WooCommerce. You will learn how to choose which specific variations display in your product feed, customize item titles for different variations, and exclude certain choices from search results. Use these resources to build a detailed and intuitive shopping catalog that highlights the full depth of your product inventory.
Kadence Iconic Show Single
Variations articles
Learn how to install, configure, and filter individual product variations on your shop pages with the following guides.
Add Custom Classes To The Variation Add To Cart Buttons
Read more: Add Custom Classes To The Variation Add To Cart ButtonsSome themes add custom classes to their catalog ‘add to cart’ buttons. If you’ve installed WooCommerce Show Single Variations, you may notice those buttons don’t have those classes applied. Fortunately, it’s easy to add them. Using a tool like Code Snippets, add the following function: This will append your-custom-class to the button classes. Note that there is…
Add Custom Taxonomies To Product Variations
Read more: Add Custom Taxonomies To Product VariationsBy default, product variations will inherit the categories ( product_cat ) and tags ( product_tag ) from the parent product. But what if you’ve added your own taxonomies to the parent product? For example, maybe you‘re using a Brands plugin and want your variations to show up when you filter by brand. Well in v1.1.10…
Append Trademark After The Product Title
Read more: Append Trademark After The Product TitleYou might want to dynamically add a Trademark symbol or something else after the product or variation title. If that’s the case, the below code snippet can be used to get it done: Was this article helpful? Yes No Thank you for your input. Thank you for your feedback.
Fix Add To Cart Button In Flatsome Theme
Read more: Fix Add To Cart Button In Flatsome ThemeIf you’re using Flatsome and WooCommerce Show Single Variations together, you may have noticed a slight display issue when using the “product box” add to cart button placement: It probably looks something like this: First of all, add the following code snippet: Make sure to activate this on the frontend only, and that you click…
Fix: Product Variations Not Using the Parent Product Image
Read more: Fix: Product Variations Not Using the Parent Product ImageDepending on how your theme is retrieving product images, it can show the placeholder image instead of falling back to the parent product image. For example, the variation shown below has no image set up but the main parent product has: In this scenario, by default, the product variation will use the parent product image.…
Fix: Product Variations Not Using the Parent Product Image
Read more: Fix: Product Variations Not Using the Parent Product ImageDepending on how your theme is retrieving product images, it can show the placeholder image instead of falling back to the parent product image. For example, the variation shown below has no image set up but the main parent product has: In this scenario, by default, the product variation will use the parent product image.…
Force add Variations to all Product queries
Read more: Force add Variations to all Product queriesShow Single Variations (SSV) smartly adds variations to all WooCommerce queries like category pages, tag pages, WooCommerce product shortcodes, related products, etc. But if you use a theme that has lots of custom WooCommerce modules, SSV would choose not to add variations to those custom modules by default. As a solution to this problem, SSV…
Frequently Asked Questions
Read more: Frequently Asked QuestionsHave any questions about Show Single Variations? We’ve put the most common ones together below: Is the plugin compatible with WPML? All Iconic plugins are compatible with WPML (WordPress Multilingual Plugin), this includes Show Single Variations. Will my variations show as related products? Yes. If your products are set as visible in the catalog, they’ll…