Các bạn chỉ cần thêm đoạn này vào file function nhé. nhớ đổi chữ tùy ý
//change text quict view
function my_custom_translations( $strings ) {
$text = array(
'Quick View' => 'Mua nhanh'
);
$strings = str_ireplace( array_keys( $text ), $text, $strings );
return $strings;
}
chúc các bạn thành công nhé
