flackmy
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] AutomateWoo – Module Refer A Friend 10% discount every monthThank you for your feedback, but the answer was incomplete, I have a ticket number, but I still have no feedback
Apart from the chat, where can we consult advance tickets?
Thank youForum: Plugins
In reply to: [WooCommerce] AutomateWoo – Module Refer A Friend 10% discount every monthThank you for your answer, but we bought the plugin – AutomateWoo and AutomateWoo – Refer A Friend add-on
to apply a 10% discount, on WooCommerce Subscriptions products, and that the 10% applies only on the 1st month
We are currently blocked and our site is in production, and after 6 days we still have no response and impossible to open a new chat
thank you for your feedback
Forum: Plugins
In reply to: [WooCommerce] AutomateWoo – Module Refer A Friend 10% discount every monthHello, I have not had any feedback since the message April 27, 2023 at 17:46 and no ticket number
the message :Howdy,
Sorry we missed you in chat! Our Happiness Engineers are busy helping other Woo stores right now. But don’t worry: we got your message, and we promise to get back to you as soon as humanly possible. (We’re actually humans and not bots!)
Keep an eye on your email inbox, and we’ll talk with you soon.
Forum: Plugins
In reply to: [WooCommerce] AutomateWoo – Module Refer A Friend 10% discount every monththank you (@amiralifarooq but my message is dated April 27 at 17:32 without any answer
Forum: Plugins
In reply to: [WooCommerce] AutomateWoo – Module Refer A Friend 10% discount every monthHello @beautyofcode , thank you for your answer, I have just asked the question since I bought the module, but I have no answer on the chatbot
Cheers!Forum: Plugins
In reply to: [LiteSpeed Cache] Update of js in AjaxThanks for your feedback,
I was just thinking about manually recalling the js after my ajax upload :// run once when page loads
if (document.readyState === ‘complete’) {
initLiteSpee… ();
} else {
document.addEventListener(‘DOMContentLoaded’, () => initLiteSpee…());
}// run after every additional navigation by swup
swup.on(‘contentReplaced’, initLiteSpee… );
Thanks for taking the timeForum: Plugins
In reply to: [LiteSpeed Cache] Update of js in AjaxThanks for your feedback, it’s a shame I can’t use an Ajax and lite speed cache theme, I’ll try to use a lazy load independent script for the images
Forum: Plugins
In reply to: [LiteSpeed Cache] Update of js in AjaxHello, thank you for your feedback
I give you an example when we load the page https://www.sympozium.fr/projets for the first time the images load well in .webp, but if we well from the home page https://www.sympozium.fr/ and we click on projects, the images load in jpeg!Forum: Plugins
In reply to: [LiteSpeed Cache] Update of js in Ajaxyes, here it is
with ajax loading of the pages the delayed loading of the images does not work and the change of the images in webp does not work either