pizzapie79
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Can’t save “Country availability”Ok, just a last note on this matter. I’ve found out this is a known issue and both WPML and Stripe devs are working on it: https://wpml.org/errata/woocommerce-stripe-payment-gateway-country-availability-changes-are-not-saved/
So, I’ll use the code snippet workaroud until the issue will be finally fixed ??
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Can’t save “Country availability”Hi, really thank you for the clarification. I honestly thought that the option to choose the country was native to your plugin, but now that you mention it I’ve discovered that it is instead the WCML plugin, an add-on to WPML plugin.
So I’ll do as you suggest and ask WPML technical support for help.
Really thank you again for your help ??
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Can’t save “Country availability”Hi, I have updated Stripe plugin, WooCommerce and WordPress to the latest version but I still have the issue ??
You can check the issue in this video:
https://www.veed.io/view/d37b4f56-9bd3-4eec-b28b-86ad7c9b59c7?panel=shareAs you can see in the video, I set a specific country, then save and then close… but the country I’ve set is not saved. Can you please help me?
Thanks!
Hi, today I’ve updated everything to the latest version (plugin, core, ecc.), then I’ve disabled and then enabled again the Stripe plugin… but nothing changes, the message was still visibile.
So, I changed the status from database as you suggested, and now I don’t see message anymore ??
Thank you very much, now it’s solved.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Assing tag depending on site language (wpml)Hi, I already posted my 5-star review last time you helped me ??
Hi, it’s me again. I’ve made a copy of my website so I can test and make changes more safely. Now:
It seems like your site might be caching the old status. Could you try clearing your site’s cache?
>> I don’t have any cache plugin enabled on the copy of my website.If the message still appears, could you deactivate and reactivate the Stripe plugin? That oftentimes refreshes the system status.
>> I’ve tried it, but nothing changes.So, do you have any other suggestion? Maybe is there some issue with my hosting configuration? Or some conflicts with other plugin? Or do I need to update also WooCommerce to the latest version?
Thanks in advance
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Assing tag depending on site language (wpml)Hi, the code snippet works!
Thank you very much for your help ??
Forum: Plugins
In reply to: [Nexi XPay] Ordine “In attesa di pagamento” creato per ordine non pagatoBuongiorno, grazie per la risposta.
Confesso che non apprezzo molto i plugin di pagamento che creano ordini anche quando il processo di pagamento viene interrotto dall’utente, ma almeno adesso ho la conferma che questo è il normale comportamento del plugin.
Grazie ancora ??
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Assing tag depending on site language (wpml)Hi, really thank you for your reply!
Ok, I’ve checked the WIKI and I think I could try with this code snippet:
/* Mailchimp: add tags by language */
function my_tags_by_language($tags, $email) {
/* Add tag for italian website */
if (ICL_LANGUAGE_CODE=='it') {
$new_tags = array(
array(
'name' => '<<Italian website>>',
'status' => 'active'
),
);
}
/* Add tag for English website */
if (ICL_LANGUAGE_CODE=='en') {
$new_tags = array(
array(
'name' => '<<English website>>',
'status' => 'active'
),
);
}
return array_merge($tags, $new_tags);
}
add_filter('mailchimp_user_tags', 'my_tags_by_language', 10, 2);Before I add this snippet on my production website, can you please confirm if this snippet should work?
Thanks in advance ??
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Assing tag depending on site language (wpml)Hi, thanks but I do not fully understand your reply.
You said that the plugin allows to add tags programmaticaly, but then you linked Mailchimp documentation, not the plugin documentation. You mean I should try with some Mailchimp automation to add tags after the customer subscribes?
I was hoping it would be a simpler way, since your plugin already can add tags to subscribers (Audience > Tag contacts from WooCommerce). Right now it would add the same tag to both italian and english subscriber since there’s only one field, but I was hoping that with some custom code snippets it would be possible to add different tags by language. Does your plugin provide some hooks or filter that can be used?
Oterwise the only way for me is to try some Mailchimp automation to programmaticaly add tags based on some conditions.
Thanks!
Hi, thank you for your reply.
Just a quick info: if I deactive and reactivate the Stripe plugin will be necessary to re-autenticate the connection with Stripe?
Thanks ??
Hi Scott,
thank you very much for your explanation, now I understand ??Thanks again and best regards.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] No “Promo codes” syncedSure! I’ve just added my review ??
Thanks again for your help!Forum: Plugins
In reply to: [Mailchimp for WooCommerce] No “Promo codes” syncedHi @khungate,
thank you for your help, I confirm that now I can add promo codes using the “Promo code” block in Mailchimp editor.
Again, thank you VERY much for your quick help and support ??
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] No “Promo codes” syncedHi, I’m really sorry for my late reply.
You can check the promo code “benvenuto1923” (ID 15533): that’s the promo code I use to give a discount to my newsletter subscribers.
Just to be more specific, when I try to add the “Promo code” block in Mailchim editor I can see the warning “Please verify that there are active codes in your store and your e-commerce integration is up to date.” Can you please tell me what this warning means? What exactly should I check?
Thanks!