WPIntell

Source evidence

language change

Product Total Price for WooCommerce · support · 2021-09-18T16:58:00+00:00

questionsentiment
lowseverity
0.57relevance
1replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
stanbar1 resolved
Hi, is it possible to change total price to different language? Yes its possible to change to any language. You can do this by directly change by filter hook or you can use any multilingual plugin. add_filter( 'wcptp_price_html', 'wcptp_price_html' ); function wcptp_price_html( $wcptp_price_html ) { return str_replace( 'Total Price', 'Order Total', $wcptp_price_html ); } Replace Order Total to any custom text. If you need any further assistance please let me know. Thank you

Comments

1 shown
autocircle 2021-09-22T18:03:00+00:00

Yes its possible to change to any language. You can do this by directly change by filter hook or you can use any multilingual plugin. add_filter( 'wcptp_price_html', 'wcptp_price_html' ); function wcptp_price_html( $wcptp_price_html ) { return str_replace( 'Total Price', 'Order Total', $wcptp_price_html ); } Replace Order Total to any custom text. If you need any further assistance please let me know. Thank you