Display variation swatch on cart page
-
Hello team, is there any way to display variation swatch on cart page? I just want to display swatch, nothing more.
I am using the following code and it works, however the problem is, it is showing it as a text ex: colors: blue.
// Show product variation details on cart page
add_filter( ‘woocommerce_product_variation_title_include_attributes’, ‘__return_false’ );
add_filter( ‘woocommerce_is_attribute_in_product_name’, ‘__return_false’ );I want to display color filled variation on cart page, kindly help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Display variation swatch on cart page’ is closed to new replies.