scorpiotiger
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] PayPal issuesAnother issue discovered;
If PayPal fails to accept a credit card and you change credit card details, the payment appears to go through, but in returning to the website, there’s a message stating “There was an error processing your payment. Reason: Duplicate Invoice ID detected. To avoid a potential duplicate transaction your account setting requires that Invoice Id be unique for each transaction.”.
Forum: Plugins
In reply to: [WooCommerce Cart Abandonment Recovery] Bug on change of order statusHow can the captured data be deleted when the code can never be reached?
Forum: Plugins
In reply to: [WooCommerce Cart Abandonment Recovery] Bug on change of order statusI haven’t investigated further, but I suspect that this is why in some cases, our customers are receiving abandoned cart emails even upon successfully placing an order. Our case is a little more complicated as we’ve forked the plugin to support WPML, translatable emails and multi-currency. After finding the issue in our codebase, I’ve had to refer back to latest source to confirm that the issue exists.
Forum: Fixing WordPress
In reply to: Attempt to allocate a huge amount of memoryI wish it were more helpful. Unfortunately, this is all I’m getting.
php7.4-fpm.log:
[12-Nov-2020 13:30:25] WARNING: [pool prospero] child 285019 exited on signal 11 (SIGSEGV – core dumped) after 3009.175159 seconds from start
[12-Nov-2020 13:30:25] NOTICE: [pool prospero] child 285361 startedHi Thomas. We’re using the path method, so our urls have a char(2) language code after the domain with the exception of the base language which is at mysite.com.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Without login not working with other language.I am having the same issue and have identified the same code as being the issue;
if( ! in_array( $cookie['prod_id'], $valid_products ) ){ unset( $wishlist[ $key ] ); continue; }
Hi Tomi, can I give you a bump on this? I’ve retested and still getting the same result.
Forum: Plugins
In reply to: [GTM4WP - A Google Tag Manager (GTM) plugin for WordPress] WPML compatibilityHi Thomas,
I may have found an issue. It appears that there is no ecomm_ variable for currency. How can this be passed? We have facebook events that use the ecomm_ variables, but currently currency is held as a static value in a variable in GTM because the site has been of a single currency. Once we move to multi-currency, we’ll need a way to pass this also.
Thanks
Forum: Plugins
In reply to: [GTM4WP - A Google Tag Manager (GTM) plugin for WordPress] WPML compatibilityThanks for your response. I’ll let you know if we find any issues.
Forum: Plugins
In reply to: Problem using output buffer within walkerOk; looks like I’ve gotten to the bottom of it. For those who are trying to render a widget within a menu (or potentially anywhere); the dynamic_sidebar() function opens a new
<li>
without opening an<ul>
. This is causing strange results in the output as the browser attempts to add implied closing of tags.- This reply was modified 7 years, 7 months ago by scorpiotiger.
Forum: Plugins
In reply to: Problem using output buffer within walkerSorry, wrong code. Corrected above.
- This reply was modified 7 years, 7 months ago by scorpiotiger.
Hi,
Ok, based on your response, I think I might be a little closer. I’m still struggling with some a few items where there just doesn’t seem to be any documentation.
How do I pass an array for content_id? I’m using
content_ids: [{{ecomm_prodid}}]
, but I don’t know if this is correct.I’ve also set the Facebook Pixel to fire before the events using the “Fire a tag before” options. Is this correct?
Also, I’m firing many events based on the value of ecomm_pagetype. Do I need to consider the DOM Ready event also?
Thanks again
Forum: Fixing WordPress
In reply to: Strange memory usageI don’t believe that the plugin is at fault here. In another occurance I have this;
2017/01/16 13:10:19 [error] 32486#32486: *1004 FastCGI sent in stderr: “PHP message: PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 2338328528881218848 bytes) in /var/www/wp-admin/includes/class-wp-plugins-list-table.php on line 627” while reading response header from upstream, client: 180.254.218.5, server: dev.my-server.com, request: “GET /wp-admin/plugins.php HTTP/2.0”, upstream: “fastcgi://unix:/run/php/php7.0-fpm.sock:”, host: “dev.my-server.com”, referrer: “https://dev.my-server.com/wp-admin/edit.php?post_type=shop_order”
The attempted alloaction just can’t be right. At the very least, there’s got to be a serious bug somewhere that’s causing misreporting on memory allocation requests.
Forum: Reviews
In reply to: [WooCommerce Piwik integration] Doesn’t work properlyUPDATE: Managed to fix the conversion tracking. Wasn’t the fault of the plugin.