WYGLĄD -> EDYTOR PLIKÓW MOTYWU w pliku function.php dodać
/**
* OWN
**/
function custom_translate_text( $translated ) {
$translated = str_ireplace( 'OUT OF STOCK’, 'BRAK W MAGAZYNIE’, $translated );
$translated = str_ireplace( 'View cart’, 'Zobacz koszyk’, $translated );
return $translated;
}
add_filter( 'gettext’, 'custom_translate_text’, 20 );
WYGLĄD -> EDYTOR PLIKÓW MOTYWU w pliku mini-cart.php zamienić
No products in the cart => Koszyk jest pusty
Add products => Dodaj produkty