ผู้ใช้นี้ไม่มีหัวข้อที่ชื่นชอบ.
หัวข้อฟอรัมที่ชื่นชอบ
หัวข้อฟอรัมที่สร้าง
| สถานะ |
หัวข้อ
|
ผู้สนับสนุน | เสียง | โพสต์ | ความใหม่ |
|---|---|---|---|---|---|
|
WooCommerce hook woocommerce_order_status_changed werkt niet wanneer WPML actief is
1
2
เริ่มโดย: jorritv-3 ใน: English Support |
|
1 | 22 | 12 hours, 1 minute มาแล้ว | |
|
Translating does not work anymore
1
2
3
เริ่มโดย: jorritv-3 ใน: English Support |
|
1 | 37 | 2 weeks, 1 day มาแล้ว | |
|
Reviews not showing in other languages
1
2
เริ่มโดย: jorritv-3
ใน: English Support
Problem: Solution: customer-reviews-woocommerce\includes\blocks folder.2) Edit the class-cr-reviews-grid.php file.3) Locate line 148 and modify the code as follows From From
$args = array(
'status' => 'approve',
'post_type' => 'product',
'meta_key' => 'rating',
'orderby' => $order_by,
'post__in' => $post_ids,
'comment__not_in' => $comment__not_in
);
To
$args = array(
'status' => 'approve',
'post_type' => 'product',
'meta_key' => 'rating',
'orderby' => $order_by,
'post__in' => $post_ids,
'comment__not_in' => $comment__not_in
);
if (is_array($args['post__in']) && count($args['post__in']) === 1) {
$args['post_id'] = array_shift($args['post__in']);
unset($args['post__in']);
}
Additionally, we noticed a discrepancy in the number of comments on a Dutch post due to a difference in shortcode attributes between the English and Dutch templates. In English, the shortcode was min_chars="0" while in Dutch, it was min_chars="1" . If this solution does not seem relevant to your issue, please do not hesitate to open a new support ticket with us. |
|
3 | 18 | 1 year, 10 months มาแล้ว |