andresmolina
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Mailchimp not picking up country on ordersHi,
Im trying to add them using merge tags, but for some reason is not sending country code using this code:
add_filter( 'mailchimp_sync_user_data', function( $data, $user ) { $data['MMERGE9'] = $user->get_billing_country(); return $data; }, 10, 2 );
Im not a developer myshelf but that looks good to me, although is not working, any clue?
- This reply was modified 3 years, 9 months ago by andresmolina.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Mailchimp not picking up country on ordersIs there any documentation wher ei can see the hooks available in your plugin?
Forum: Plugins
In reply to: [Woo Order Note template] Many errors – should be a great pluginI could not find any alternative to be honest. I have to say i dont have such errors either… mine was a niche thing, but not like the ones you posted in there
Forum: Plugins
In reply to: [Woo Order Note template] Many errors – should be a great pluginAs stated my issue was pretty specific to my installation, but basically i just commented out a line under the file woo-order-note-templates/includes/order-note-loader.php
the line 83
So change the line stating:
$hook->wont_gyrix_display_popup($templates);
For:
/* $hook->wont_gyrix_display_popup($templates); */
This will comment out that line, so it will not load up. It does not seem to affect any other functionality of the plugin, or any other plugin.
Let me now if that fixes any of your issues.
Forum: Plugins
In reply to: [Woo Order Note template] Many errors – should be a great pluginWell i fixed my particular issue by editing one of the php files inside the plugin, but my issue has nothing to do with the ones explained above.
Forum: Plugins
In reply to: [Woo Order Note template] Many errors – should be a great plugin@yatgirl would you please send me a copy of that version if possible please?
Hey! thanks a lot this one worked for me:
add_action( 'aiowps_before_wp_die_renamed_login', 'services_redirect'); function services_redirect() { if (!is_user_logged_in() && strpos($_SERVER['HTTP_REFERER'], "services") !== false){ wp_redirect( site_url('/customlogin/') ); exit; } }
Really appreciate your help guys!
Sure! with your permission, the other plugin is: WPS Hide Login
I know the function is customized, but the hooks used are universal, so im trying to understand what is it making this not to work..
Well, the idea is to not have to install another plugin.. if i had to do so, I would then install the old plugin we had, that worked just fine. Did you try our above code on one of your sites? Did it work? It definetely does not work on our side. I tried moving that piece of code to the top of our functions.php file with no luck. Any other suggestion?
Thanks
Kind regardsForum: Plugins
In reply to: [WooCommerce] Decode URL not working on woocommerce API connectionHi, I would not mark this as resolved to be honest, as it is not. I agree it is addressed, and we found the root of the issue but it it definitely not resolved or at least not until they release an update for it.
Forum: Plugins
In reply to: [WooCommerce] Decode URL not working on woocommerce API connectionHi both!
After a lot of debugging on my side, I found out the root of the issue.
It seems to be one of the latest updates of WPML (at least in my case). You can find the support forum post I started with them in here:
https://wpml.org/forums/topic/decode-url-not-working-on-woocommerce-api-connection/
If it were your case, it would help a lot to tell them on that thread, as that will speed things up on their side. And jus as a temporary solution you can see in the thread what version of WPML does not affect the URL, and I confirm this my self as I do it my self for all my sites.
Forum: Plugins
In reply to: [WooCommerce] Your store’s uploads directory is browsable via the web. We …@aledef you are my saver! thanks a lot i love you, 2 hours took me to find your answer, 15 seconds to fix the issue….
Doing so, shows up the server events, but my worry is about when removing that test thing, the server side events does not show anymore, which i pressume is a normal behaviour, but my worry is about the puchase event, please take a look a the following image:
So, what do you think would be best option to test it out? what about doing a purchase using an add blocker or something similar? do you think that would work to test it out?
thanks