ผู้ใช้นี้ไม่มีหัวข้อที่ชื่นชอบ.
หัวข้อฟอรัมที่ชื่นชอบ
หัวข้อฟอรัมที่สร้าง
| สถานะ |
หัวข้อ
|
ผู้สนับสนุน | เสียง | โพสต์ | ความใหม่ |
|---|---|---|---|---|---|
|
E-shop products does not open in other language
เริ่มโดย: martH
ใน: English Support
Problem: Solution: If these steps do not resolve the issue, it might be outdated or not applicable to your specific case. We highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the problem persists, please open a new support ticket at WPML support forum for further assistance. |
|
0 | 5 | 7 months, 1 week มาแล้ว | |
|
WPML Multilingual CMS causes problems
เริ่มโดย: martH
ใน: English Support
Problem: // WPML Workaround for compsupp-7975
add_filter( 'woocommerce_order_get_payment_method_title', 'custom_everypay_submethod_title', 15, 2 );
function custom_everypay_submethod_title( $title, $order ) {
if ( ! is_a( $order, 'WC_Order' ) ) {
return $title;
}
if ( $order->get_payment_method() !== 'everypay' ) {
return $title;
}
// get sub method stored in the order meta
$sub_method_key = $order->get_meta( '_wc_everypay_payment_method', true );
if ( ! $sub_method_key ) {
return $title;
}
// get everyPay settings
$settings = get_option( 'woocommerce_everypay_settings' );
if ( ! is_array( $settings ) ) {
$settings = maybe_unserialize( $settings );
}
if ( empty( $settings['payment_methods'] ) ) {
return $title;
}
// get sub methods from settings
$methods = json_decode( $settings['payment_methods'], true );
if ( ! is_array( $methods ) ) {
return $title;
}
// loop and match
foreach ( $methods as $method ) {
if ( isset( $method['source'], $method['name'] ) && $method['source'] === $sub_method_key ) {
return $method['name'];
}
}
return $title;
}If this solution does not resolve your issue or seems outdated, please check the related known issues and confirm that you have installed the latest versions of themes and plugins. If the problem persists, we highly recommend opening a new support ticket for further assistance. |
|
0 | 14 | 8 months มาแล้ว | |
|
After updating WooCommerce Multilingual & Multicurrency we got fatal error.
เริ่มโดย: martH ใน: English Support |
|
2 | 6 |
2 years, 11 months มาแล้ว
martH |
|
|
Subcategories does not appear correctly in other languages
เริ่มโดย: martH ใน: English Support |
|
2 | 12 |
3 years, 1 month มาแล้ว
martH |
|
|
WPML disturbes other plugin
เริ่มโดย: martH ใน: English Support |
|
2 | 2 | 3 years, 4 months มาแล้ว | |
|
Other plugin?
เริ่มโดย: martH ใน: English Support |
|
3 | 10 | 3 years, 5 months มาแล้ว |