Currently on line 22 in salient/woocommerce/cart/cast-shipping.php the method _e( 'Shipping and Handling' , 'woocommerce') is called. This should be _e( 'Shipping and Handling' , 'NECTAR_THEME_NAME') since "Shipping and Handling" is not available the woocommerce.pot, but it is in the salient.pot.
In The "Text Domain" field write "salient" without quotes . If you are trying to change woocommerce words add "woocommerce" in "Text domain" . The fields are case-sensitive .
Have noted the issue for the upcoming theme updates.
Hi,
Currently on line 22 in salient/woocommerce/cart/cast-shipping.php the method _e( 'Shipping and Handling' , 'woocommerce') is called. This should be _e( 'Shipping and Handling' , 'NECTAR_THEME_NAME') since "Shipping and Handling" is not available the woocommerce.pot, but it is in the salient.pot.
I hope you could fix this.
Hey Again,
Try using this Plugin : https://wordpress.org/plugins/say-what/ .
In The "Text Domain" field write "salient" without quotes . If you are trying to change woocommerce words add "woocommerce" in "Text domain" . The fields are case-sensitive .
Have noted the issue for the upcoming theme updates.
Thanks
ThemeNectar Support Team