Hi Alex,
Thanks for reaching out to us.
I have some things to solve but for now I would need to remove or hide the text “select options” that appears next to the variations on shop / archive page.
The button you have indicated is a default behavior of WooCommerce. You can try the following snippet inside your child/current theme’s functions.php:
function wvs_hide_cart_button(){
add_filter('woocommerce_loop_add_to_cart_link', '__return_false');
}
add_action('init', 'wvs_hide_cart_button');
I also woud like to know if I could show, in shop / archive page only color variations but not the product size ones.
Please check this documentation to achieve as you described: https://getwooplugins.com/documentation/woocommerce-variation-swatches/#set-single-attribute-for-shop-instead-of-many-special-attribute-catalog-setting
Thank You
Hiding text on shop page
Alex Valls Solé
Hi! This is Alex
I’ve just installed the plugin and it works for me, but I’m having some issues on configuration.
I have some things to solve but for now I would need to remove or hide the text “select options” that appears next to the variations on shop / archive page.
I also woud like to know if I could show, in shop / archive page only color variations but not the product size ones.
I look forward for your response
Best regards
Alex