fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

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

 

 

Hakik Zaman

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

Alex Valls Solé

Hi Hakik!

 

Thanks for your response.

I think I explained what I need to fix in a wrong way.

I’m attaching an image to show you the text I want to remove (in yellow)

I think that when I activate “turn dropdowns to buttons” variations appear like buttons, but the dropdown text remains. And because of this the same information is displayed twice. (berenjena / berenjena – S / S)

I would like to remove the text with the dropdown simbol.

Is this possible?

Best regards

Alex

 

 

Hakik Zaman

Hi Alex,

Unfortunately, the screenshot was not attached properly. Sorry for the inconvenience.

Please upload your screenshot here: https://paste.pics/ and post the screenshot link on this thread.

Thank You