Title: romaing's Replies | WordPress.org

---

# romaing

  [  ](https://wordpress.org/support/users/romaing/)

 *   [Profile](https://wordpress.org/support/users/romaing/)
 *   [Topics Started](https://wordpress.org/support/users/romaing/topics/)
 *   [Replies Created](https://wordpress.org/support/users/romaing/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/romaing/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/romaing/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/romaing/engagements/)
 *   [Favorites](https://wordpress.org/support/users/romaing/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hyyan WooCommerce Polylang Integration] exclude translate _custom_tab and _custom_tab_title](https://wordpress.org/support/topic/exclude-translate-_custom_tab-and-_custom_tab_title/)
 *  Thread Starter [romaing](https://wordpress.org/support/users/romaing/)
 * (@romaing)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/exclude-translate-_custom_tab-and-_custom_tab_title/#post-9208122)
 * Hi
    In /wp-admin/admin.php?page=mlang_settings -> Synchronization all checkboxes
   are checked because I need them. You talked about a new version, it come out 
   when?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hyyan WooCommerce Polylang Integration] Email subject and header title translation](https://wordpress.org/support/topic/email-subject-and-header-title-translation/)
 *  [romaing](https://wordpress.org/support/users/romaing/)
 * (@romaing)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/email-subject-and-header-title-translation/#post-9208103)
 * Hi
 * I also have the problem,
    I used LocoTranslate to do the translations. I have–
   woocommerce 3.0.5 – three languages (French, English, German) – default language
   is French – the titles and the subject of mail are in English – there are translations
   po / mo (woocommerce 100% translated in the 3 languages) – uses woo-poly-integration
   with the flatsome theme
 * Please help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hyyan WooCommerce Polylang Integration] exclude translate _custom_tab and _custom_tab_title](https://wordpress.org/support/topic/exclude-translate-_custom_tab-and-_custom_tab_title/)
 *  Thread Starter [romaing](https://wordpress.org/support/users/romaing/)
 * (@romaing)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/exclude-translate-_custom_tab-and-_custom_tab_title/#post-9171598)
 * ok alors en français 😉
 * je pense qu’il manque un paramètre ici,
    /wp-admin/options-general.php?page=hyyan-
   wpi pour ne pas faire la synchro entre les langues sur les onglets
 * flatsome a un extra-onglet qui est automatique synchronisé, donc si je met un
   texte sur le produit en français, je retrouve le même texte français sur la partie
   anglais e ou allemande, si je modifie le texte en anglais, les versions française
   et allemande sont modifier en anglais. Je ne peux pas utiliser les strings, car
   la description dans ce champ extra sont une liste de caractéristiques décrivant
   le produit, donc elles sont toute différentes
 * Avez-vous compris mon probleme ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hyyan WooCommerce Polylang Integration] exclude translate _custom_tab and _custom_tab_title](https://wordpress.org/support/topic/exclude-translate-_custom_tab-and-_custom_tab_title/)
 *  Thread Starter [romaing](https://wordpress.org/support/users/romaing/)
 * (@romaing)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/exclude-translate-_custom_tab-and-_custom_tab_title/#post-9167575)
 * Exactly, I wish desynchronized and I do not see how to do
    -  This reply was modified 8 years, 11 months ago by [romaing](https://wordpress.org/support/users/romaing/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hyyan WooCommerce Polylang Integration] exclude translate _custom_tab and _custom_tab_title](https://wordpress.org/support/topic/exclude-translate-_custom_tab-and-_custom_tab_title/)
 *  Thread Starter [romaing](https://wordpress.org/support/users/romaing/)
 * (@romaing)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/exclude-translate-_custom_tab-and-_custom_tab_title/#post-9166829)
 * But I do not want to go through the polylang chains.
 * What I want is that it is a meta item for each post corresponding to a lang as
   for product descriptions
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hyyan WooCommerce Polylang Integration] exclude translate _custom_tab and _custom_tab_title](https://wordpress.org/support/topic/exclude-translate-_custom_tab-and-_custom_tab_title/)
 *  Thread Starter [romaing](https://wordpress.org/support/users/romaing/)
 * (@romaing)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/exclude-translate-_custom_tab-and-_custom_tab_title/#post-9166430)
 * No, I can not find the name of the tab (sample _custom_tab_title=”caractéristique”)
   in the translation chain /wp-admin/admin.php?page=mlang_strings
 * /themes/flatsome/inc/woocommerce/structure-wc-product-page.php line 167
    function
   flatsome_custom_product_tabs( $tabs ) { global $wc_cpdf;
 * ….
 *  // Adds the new tab
    if($wc_cpdf->get_value(get_the_ID(), ‘_custom_tab_title’)){
   $tabs[‘ux_custom_tab’] = array( ‘title’ => $wc_cpdf->get_value(get_the_ID(), ‘
   _custom_tab_title’), ‘priority’ => 40, ‘callback’ => ‘flatsome_custom_tab_content’);}
 *  // Custom Global Section
    if(get_theme_mod(‘tab_title’)){ $tabs[‘ux_global_tab’]
   = array( ‘title’ => get_theme_mod(‘tab_title’), ‘priority’ => 50, ‘callback’ 
   => ‘flatsome_global_tab_content’ ); } return $tabs; }
 * add_filter( ‘woocommerce_product_tabs’, ‘flatsome_custom_product_tabs’ );
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Colissimo Delivery Integration] Configuration zone / prix en fonction de la quantité](https://wordpress.org/support/topic/configuration-zone-prix-en-fonction-de-la-quantite/)
 *  [romaing](https://wordpress.org/support/users/romaing/)
 * (@romaing)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/configuration-zone-prix-en-fonction-de-la-quantite/#post-9166378)
 * merci pour votre réponse mais comment je met en place ce test ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Colissimo Delivery Integration] Configuration zone / prix en fonction de la quantité](https://wordpress.org/support/topic/configuration-zone-prix-en-fonction-de-la-quantite/)
 *  [romaing](https://wordpress.org/support/users/romaing/)
 * (@romaing)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/configuration-zone-prix-en-fonction-de-la-quantite/#post-9159368)
 * actuellement, j’ai fait cela
    <?php $level = error_reporting(0); define(fare,
   fare); error_reporting($level); $return = (float)($woocommerce->cart->cart_contents_count*
   4.92; ?> mais y-a-t’il de mieux ?
    -  This reply was modified 8 years, 11 months ago by [romaing](https://wordpress.org/support/users/romaing/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Colissimo Delivery Integration] Configuration zone / prix en fonction de la quantité](https://wordpress.org/support/topic/configuration-zone-prix-en-fonction-de-la-quantite/)
 *  [romaing](https://wordpress.org/support/users/romaing/)
 * (@romaing)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/configuration-zone-prix-en-fonction-de-la-quantite/#post-9159344)
 * bonjour,
 * dans Zones d’expédition > Zone > Colissimo
    je souhaite faire une multiplication
   de mon prix Colissimo par le nombre d’article du panier 1/ y-a-t’il une option
   a cocher ? 2/ avez-vous une formule déjà écrite pour le champ variable php 3/
   avez-vous une documentation sur les variables/propriétés que l’on peut utiliser
   dans le champs “variable” merci pour votre plugin
    -  This reply was modified 8 years, 11 months ago by [romaing](https://wordpress.org/support/users/romaing/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Category Post List Widget] Any easy way to support custom post types?](https://wordpress.org/support/topic/any-easy-way-to-support-custom-post-types/)
 *  [romaing](https://wordpress.org/support/users/romaing/)
 * (@romaing)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/any-easy-way-to-support-custom-post-types/#post-3580951)
 * For all post type
 *     ```
       $arg = array(
                   'post_type' =>  get_post_types(),
                   'cat' => $cat_id,
                   'numberposts' => $op['list_num'],
                   'orderby' => $wp_cpl_sort_array[$op['sort_using']],
                   'order' => ((true == $op['sort_order'])? 'ASC' : 'DESC'),
                   'post__not_in' => $op['exclude']
               );
       ```
   

Viewing 10 replies - 1 through 10 (of 10 total)