- 상태
- 해결됨
- 관련 플러그인/테마
- YITH WooCommerce Request a Quote
- 주제 태그
- Compatibility
문제 개요
YITH Request a Quote for WooCommerce Premium 플러그인을 사용하는 경우, Send Quote 버튼을 통해 고객에게 전송되는 이메일 내에서 번역되지 않은 문자열을 발견할 수 있습니다.
임시 해결 방법
진행하기 전에 전체 사이트 백업을 완료했는지 확인하세요.
- …/wp-content/plugins/yith-woocommerce-request-a-quote-premium/templates/emails/customer-details.php 파일을 여세요.
- 25번 줄을 찾으세요.
- 다음을:
<h2 style="margin-top: 40px"><?php esc_html_e( 'Customer's details', 'yith-woocommerce-request-a-quote' ); ?></h2>
- 다음으로 교체하세요:
<?php load_plugin_textdomain('yith-woocommerce-request-a-quote', false, plugin_basename(dirname(__FILE__)) . '/languages/'); ?> <h2 style="margin-top: 40px"><?php esc_html_e( 'Customer's details', 'yith-woocommerce-request-a-quote' ); ?></h2>