Hi Eden,
Thanks for reaching out to us. Do you want to display the dropdown on the shop/archive page?
Please try the following snippet:
add_filter('default_woo_variation_swatches_archive_product_dropdown_html', function($bol){
return true;
}, 10, 1);
Thank You
Disable dropdown conversion to button for archive/shop pages
Eden Brownlee
Hi support team,
Is there a hook/filter that I can use to specifically disable the button conversion? https://prnt.sc/p5279Kw8GY8q
There is only a per product setting and global setting but I want to disable it on shop/archive pages as I’m creating a custom product loop but want it enabled for single product pages.
Please advise,
Thanks