Dieser Benutzer hat keine favorisierten Themen.
Favorisierte Forenthemen
Erstellte Forenthemen
| Status |
Thema
|
Supporter | Stimmen | Beiträge | Aktualität |
|---|---|---|---|---|---|
|
BARN2 Product options prices
Gestartet von: matthijsL-4
in: English Support
Problem: functions.php file: add_action( 'woocommerce_before_checkout_process', function () {<br /> global $wp_filter;<br /> $hook_name = 'woocommerce_before_checkout_process';<br /> if ( empty( $wp_filter[ $hook_name ] ) ) {<br /> return;<br /> }<br /> $hook = $wp_filter[ $hook_name ];<br /> foreach ( $hook->callbacks as $priority => $callbacks ) {<br /> foreach ( $callbacks as $id => $data ) {<br /> $func = $data['function'];<br /> if (<br /> is_array( $func ) &&<br /> is_object( $func[0] ) &&<br /> $func[1] === 'wcml_refresh_cart_total'<br /> ) {<br /> remove_action( $hook_name, $func, $priority );<br /> }<br /> }<br /> }<br />}, 1 );After implementing this code, make a minor change to the original product and update its translation. If this solution does not resolve your issue or seems irrelevant due to being 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 further assistance is needed, please open a new support ticket at WPML support forum. |
|
0 | 10 | Vor 3 Wochen, 1 Tag | |
|
taxonomies
Gestartet von: matthijsL-4 in: English Support |
1 | 4 | Vor 1 Monat, 3 Wochen | ||
|
Problem with Woocommerce Product Tabs by Barn2
Gestartet von: matthijsL-4
in: English Support
Problem: Solution: define('WP_MEMORY_LIMIT', '256M');This line should be placed just before: /* That's all, stop editing! Happy blogging. */ After increasing the memory limit, the client should verify the current settings at WPML > Support > WordPress and then complete the translation again. If the hosting provider limits these settings, the client should contact them to request an increase. For issues with translating WooCommerce Product Tabs, the client should check WPML > Settings > Custom Fields Translation and set the fields from "WooCommerce Product Tabs" to either "copy" or "translate" depending on their needs. If the text requires translation, they should select "translate". If the same settings or numeric values are needed across translations, they should use "copy". After adjusting these settings, the client should edit the original product, save it, and translate it again. If these steps do not resolve the issue, we advise the client to open a new support ticket. We also highly recommend checking related known issues, verifying the version of the permanent fix, and confirming that they have installed the latest versions of themes and plugins. If further assistance is needed, please contact our support forum. |
|
2 | 3 | Vor 1 Jahr, 7 Monaten |