com4muz
Forum Replies Created
-
Hi Marin,
Thank you very much for your clear explanation regarding the “Coupon” vs “Minimum Order” logic. I understand now that the plugin relies on the WooCommerce core settings.
Based on your advice, I plan to apply the following configuration to achieve automatic free shipping for France while completely excluding DOM-TOM.
Could you please confirm if this is the correct/best approach?
1. WooCommerce Settings (The Core Rules):
- Zone “France”: I will change the Free Shipping method setting from “Coupon required” to “Minimum order amount” and set it to 59€.
- Zone “Overseas/OM1”: I will ensure there is NO Free Shipping method added in this zone at all (only Colissimo). This acts as a safety net.
2. Plugin Settings (The Display Logic):
- Global Setting: I will leave the “Custom threshold – global” field empty/unchecked.
- Zone “France”: In the dropdown, I will select France, check “Enable custom threshold” and set it to 59.
- Zone “Overseas/OM1”: In the dropdown, I will select OM1 and uncheck “Enable custom threshold”.
Is this the perfect setup to ensure the progress bar works automatically for French customers but remains invisible/inactive for Overseas customers?
Thanks again for your support.
Best regards,
Hi Marin,
Could you please confirm if my current configuration is correct to achieve my specific goal?
My Goal:
- France Métropolitaine: Display the progress bar and offer Free Shipping automatically for orders over 59€ (specifically for “Point Relais” / Pickup points).
- Overseas (DOM-TOM/Zone OM1…): NEVER offer free shipping and DO NOT display the progress bar (or show it as not achievable).
My Current Setup (see attached screenshots):
- In WooCommerce > Settings > General:
- Default customer location is set to: “Shop country/region”.
See image: https://www.awesomescreenshot.com/image/59005387?key=ac30209c3352fa252fd61943e32f828f
- Default customer location is set to: “Shop country/region”.
- In WooCommerce > Shipping > France Métropolitaine:
- I have added a “Free Shipping” method.
See image: https://www.awesomescreenshot.com/image/59005411?key=fad7660d8d5ff5183014ad43b64642ef - Inside this method, I selected: “A valid free shipping coupon”.
See image: https://www.awesomescreenshot.com/image/59005426?key=f2e169f287d8f7df179675b913a5726b
I did this to try and restrict it, but I need to know if your plugin overrides this to trigger at 59€?
- I have added a “Free Shipping” method.
- In your Plugin Settings (Free Shipping Label):
- “Initial shipping zone” is set to: “France Métropolitaine”.
See image: https://www.awesomescreenshot.com/image/59005447?key=da966b51ea27761dfec9d2dc28900583
- “Initial shipping zone” is set to: “France Métropolitaine”.
My Question:
With “Initial shipping zone” set to “France Métropolitaine” and the WooCommerce Free Shipping method set to “Coupon required”, will the progress bar correctly work for French customers at 59€, while ignoring DOM-TOM customers?Thank you for your help.
Best regards,
Hello @wpcenter ,
First of all, thank you for your great work! 😊
I successfully implemented the gift wrapping functionality on my WooCommerce store, and everything is working fine now. However, I would like to know if there is a way to display the gift wrapping options dynamically, only for specific products.
Is there a built-in feature for this, or would I need to customize it with hooks or additional code? Any guidance would be greatly appreciated!
Thanks in advance for your help.
Best regards,
Forum: Plugins
In reply to: [LiteSpeed Cache] Favicon Not Showing in Google Search ResultsThe issue is still not resolved.
I have still this default favicon instead of mine.
How can I make sure my change will be effective?Forum: Plugins
In reply to: [LiteSpeed Cache] Favicon Not Showing in Google Search ResultsI have had already added a favicon to my site.
Now, I just added thelinktag in theheader.phpin my theme.
That’s what AIOSEO and Google Search Central recommend.
However, my favicon is still not showing in search results.Forum: Plugins
In reply to: [LiteSpeed Cache] Favicon Not Showing in Google Search ResultsI already added a favicon to my site. Like you saw, the file is being uploaded.
The field from WP you’re talking about is this line of code in theheader.phpfile in my theme?<?php wp_head(); ?>
Can I add<link rel="shortcut icon" href="//dubai-cosmetix.com/wp-content/uploads/2021/01/dubai-cosmetix-favicon.png" type="image/x-icon" />in the header.php file in my theme?Forum: Plugins
In reply to: [LiteSpeed Cache] Favicon Not Showing in Google Search ResultsWhat do you mean is loading? Are you refering to the second link I shared with you? If so, yes it is loading.
As a guideline I would look over: https://developers.google.com/search/docs/appearance/favicon-in-search?hl=enDo you mean it is mandatory to define a favicon to show in search results?
I didn’t change my favicon. It was configured in my WordPress website for many years now. However, since I started using LiteSpeed Cache plugin, the favicon stopped showing up. And it’s been several months, another default favicon is displayed instead.Hello,
I still didn’t get a response from your support tool.
Can you please see what’s going on?
@oluisrael you’re welcome. I’m waiting for you reply.
Hello @oluisrael,
I did create a new ticket on your support tool.
Hi @oluisrael,
I added the code you gave me to my active theme’s functions.php file and it doesn’t work.
I get this error:
Warning: Use of undefined constant ‘alg_wc_pif_remove_form_cart_attribute’ – assumed ‘‘alg_wc_pif_remove_form_cart_attribute’’ (this will throw an Error in a future version of PHP) in /home/szjz6889/public_html/wp-content/themes/porto-child/functions.php on line 71
Warning: Use of undefined constant ‘alg_wc_pif_remove_form_cart_attribute_callback’ – assumed ‘‘alg_wc_pif_remove_form_cart_attribute_callback’’ (this will throw an Error in a future version of PHP) in /home/szjz6889/public_html/wp-content/themes/porto-child/functions.php on line 71
Forum: Plugins
In reply to: [Super Progressive Web Apps] SuperPWA plugin setup issueHello,
Thanks for your reply and your feedback.
I’ve decided to convert my WordPress website into a PWA, as Think with Google Test my site suggested it to me.
So, if your SuperPWA extension is working, why is it Think with Google Test my site is still recommending me to create a PWA?
Besides, I can’t see any performance scores improvement on Google Page Speed nor Think on Google Test my site for mobile device. Could you please tell me why is that?
Forum: Plugins
In reply to: [Super Progressive Web Apps] SuperPWA plugin setup issueAlso, Chrome Dev Tools says in PWA Optimized :
“Does not register a service worker that controls page and start_url”
“Content is not sized correctly for the viewport”
So, it means that PWA is not working on my website.
Forum: Plugins
In reply to: [Super Progressive Web Apps] SuperPWA plugin setup issueBesides, Think with Google Test my site tool is telling me that my website is not PWA.
Forum: Plugins
In reply to: [Super Progressive Web Apps] SuperPWA plugin setup issueOn my side, it’s not working when I’m navigating on incognito/private mode
Is this normal?