romaing
Forum Replies Created
-
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?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 themePlease help!
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 ongletsflatsome 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 ?
Exactly, I wish desynchronized and I do not see how to do
- This reply was modified 8 years, 9 months ago by romaing.
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
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’ );
merci pour votre réponse mais comment je met en place ce test ?
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, 9 months ago by romaing.
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, 9 months ago by romaing.
Forum: Plugins
In reply to: [WP Category Post List Widget] Any easy way to support custom post types?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'] );