jfunline
Forum Replies Created
-
Bonjour,
Pour le moment j’ai des remontés de Cdiscount, ils utilisent le mode d’envoie tracked(suivis) et dans woocommerce cela s’affiche TRK et avec ce mode j’envoie via colissimo.
Cela venais de ça merci.
Petite question, j’ai mis un envoie en colissimo sans signature pour la Belgique est-ce correcte ou faut-il que ce soit en colissimo expert et le colissimo sans signature réservé à la franc e?
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Google error aggregateRatingHi,
Thank you for your answer. I’ve seen that there is some critical informations in this report, does it’s possible to send it to a support email insteand of here visible by anyone ?
Regards
Forum: Plugins
In reply to: [WooCommerce] Display lowest price for variation productHi @laceyrod ,
i’ve tested this little code and it’s work great for 90% of my product that are packs but i’ve some variable product that instead of pack variation have volume, do you know how i can exclude those products ?
add_filter( 'eha_variable_sale_price_html', 'pugliami_variation_price_format_min', 9999, 4 ); function pugliami_variation_price_format_min( $price, $min_price, $maxprices, $regular_price ) { $maxprices = sprintf( __( 'Starting from %1$s', 'woocommerce' ), wc_price( $maxprices /10) ); return $maxprices ; }Regards
- This reply was modified 4 years, 12 months ago by jfunline.
Forum: Plugins
In reply to: [WooCommerce] Add product content to admin new order emailHi,
Thank you for your answer, for Pack Product i’m using the simple product of woocommerce and call it Pack.
Here is a pack product of my website : https://poppersplanet.com/produit/pack-celebration/?lang=en
Regards
Forum: Plugins
In reply to: [WooCommerce] Display lowest price for variation productHi,
Thank you for your help, i’ll check those links.
Regards
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Google error aggregateRatingHello,
Before adding your plugin i had the woocomerce base review module and google warned me about the “aggregateRating missing” so i’ve installed your plugin to give what google want, but the issue is still here.
Regards
Hello,
Thanks for your aswer this didn’t work in my side so i had to manualy do this
Regards
Bonjour,
Justement j’aimerais que cela s’envoie sur mon mail pour que je n’ai plus qu’a les imprimés sans passé à chaque fois sur le back office woocommerce.
Cordialement
Merci pour votre réponse,
Est-il possible de savoir où modifier dans les fichiers du plugin pour choisir un affichage sur la page panier et non checkout.
Cordialement
Forum: Plugins
In reply to: [WooCommerce] Woocommerce continue shopping product pageHello,
Thanks for you reply, so now i understood better. So in a single product page when clicking on “add to cart” it’s refresh the page it’s part of woocommerce default working ? Does there is a way to lead the user to the page he were visiting before clicking on the add to cart button ?
Regards
Forum: Plugins
In reply to: [WooCommerce] Woocommerce lost password lead to wp loginThe problem was from the plugin “Maintenance” from “Webfactory ltd” this plugin remove the woocommerce default lost password page and redirect to wp login page.