Hello Alvaro,
Thanks for reaching out to us. Please create a child theme or install the code snippet plugin. Then put the below code inside your child theme’s functions.php or snippet as code snippet plugin.
add_filter(
'woo_variation_swatches_archive_add_to_cart_button_text', function ( $html ) {
$html = str_replace( '{{us_add_to_cart_start}}', '<i class="g-preloader type_1"></i><span class="w-btn-label">', $html );
$html = str_replace( '{{us_add_to_cart_end}}', '</span>', $html );
return $html;
});
Please let me know, is it resolved your issue or not. If not we are from Bangladesh and the IP is 103.108.146.42
Hope to hear from you soon.
Thanks
Error en botón de pago
Alvaro Martinez
Hello, I am using the Impreza theme where I also use my own templates to display the products.
The problem is that the add to cart button does not show me well.