Antonio Lupo
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Error: Cannot create or update Store at MailchimpI use 3 different TLD for every shop:
mysite.es/shop
mysite.it/shop
mysite.fr/shop
The first installation of the plugin (for ES shop) worked fine, i had the issue when tried to set up plugin on IT shop, i think it’s because plugin is based on the “domain” being unique, as you reported.I don’t think I can do that tags workaround, because audience lists are already populated with some thousands contacts, and I have to leave them as they are.
I solved by using another integration plugin that works by API connection. It works fine on registering customer to list but it lacks on transient handling.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Error: Cannot create or update Store at MailchimpHi, thank you for the reply. I didn’t try the solution you provided, and I think it’s not possible to change my ecommerce sites architecture for this plugin issue.
Is there any Mailchimp API example or documentation to connect woocommerce to mailchimp? Thank you.
Update for those who will search for a solution: I solved by using jQuery(document).ajaxComplete() to execute front end code in results page.
thank you anyway.
of course i know about this feature, i already use it to show different messages, but I need to show something that is not in your plugin:
– a percentage score point value (e.g. (%POINT_SCORE% / %MAXIMUM_POINTS%) * 100), since %CORRECT_SCORE% gives just correct answers percentage
– a progress bar indicator to show graphically to user his percentage score, even for single category.To do this, i thought i can pick values from result text and build in js what i need to append. I could use filters or hooks if they could help, but documentation about them is very poor
Forum: Plugins
In reply to: [Quiz Maker] partial category resultstank you for quick response, i just wrote by the form.
Hi, %CORRECT_SCORE% gives percentage of correct answer, but how can we calculate point score percentage? something like (%POINT_SCORE% / %MAXIMUM_POINTS%) * 100
thank youForum: Plugins
In reply to: [Site Reviews] Issues Inserting reviews in backendI tried to add reviews manually as shown in your video, but the first time it saves only title and text content.
I will try to disable some plugins to check for any compatibility issue, but for now i’m managing to import reviews by csv import tool, even if i must load many packets due to script timeout problems.
Thank you for support, i’ll write again if i find a solution about manual insert.
Hi, fields names were different in sendinblue italian version. Anyway we decided to use sendinblue internal form who suited our purpose.
Thank you.Yes, I use sendinblue in italian. Maybe the issue is about fields names. I’ll try this. Thank you.