Text: You Have x Items in your Cart / Shipping
-
Hello,
Why is “YOU HAVE X ITEMS IN YOUR CARD” hardcoded? It is in the translation file but the translation doesn’t work.
<?php /* translators: Number. */ ?>
<h2><?php printf( esc_attr( _n( ‘You Have %d Item In Your Cart’, ‘You Have %s Items In Your Cart’, $woocommerce->cart->get_cart_contents_count(), ‘Avada’ ) ), number_format_i18n( $woocommerce->cart->get_cart_contents_count() ) ); // WPCS: XSS ok. ?></h2>
<?php
}Also on the same page there is “Shipping” with the costs and als that is not translated. There is no translation for it?
Regards,
Rob NaaijkensThe page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Text: You Have x Items in your Cart / Shipping’ is closed to new replies.