Hi Albin,
Thanks for reaching out to us.
You can try the following snippet using a plugin like Code Snippets:
add_filter( 'woo_variation_swatches_archive_add_to_cart_text', function( $default, $variation, $product ){
return 'LÄGG TILL I VARUKORG';
}, 10, 3 );
You can also add this inside your current theme’s functions.php.
Note: It is recommended to add the Custom Code to the child theme’s functions.php file, to avoid any data loss while updating the Parent Theme.
Hope to hear from you soon.
Thank You
Change Add to cart text
Albin Dahlin
Hello,
I am trying to change the add to cart text but a simple function isnt working because .wvs-add-to-cart-button is replacing the original add to cart button. Is this achievable with a function?
I want to change the text “LÄGG TILL I VARUKORG” on this site: https://whitelipse.wpcomstaging.com/
Kind regards