// Change add to cart button text on shop page
add_filter('woocommerce_product_add_to_cart_text', 'mx_shop_page_custom_cart_button_text');
function mx_shop_page_custom_cart_button_text() {
return __('Moj novi tekst', 'woocommerce');
}


// Change add to cart button text on shop page
add_filter('woocommerce_product_add_to_cart_text', 'mx_shop_page_custom_cart_button_text');
function mx_shop_page_custom_cart_button_text() {
return __('Moj novi tekst', 'woocommerce');
}