kattouf
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Empty orders pending paymentHello, any ideas on this? We got another two empty orders, one had address and both linked to customer accounts.
any explanation?
thanks
/J
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] EU compliant invoicesOk, consider adding it, even as an extension, your EU customers will need it, happy to buy an addon. When we use VAT we have to show that in EURO and not the site currency.
Nevermind, i see the update that fixes this.
thanks
- This reply was modified 3 years, 5 months ago by kattouf.
Forum: Plugins
In reply to: [SVG Support] older versions?nevermind, found it 🙂
Forum: Plugins
In reply to: [Autoship Cloud for WooCommerce Subscription Products] Autoupdate CartAutoship devs have a code and snippet for that, we use it in our site. As it to the header.
<script> jQuery( function ($) { $(document).on( 'change' , '.woocommerce-cart-form .autoship-type input[type=radio], .woocommerce-cart-form .autoship-frequency .autoship-frequency-select', function(e) { var $cartUpdateButton = $( '.woocommerce-cart-form :input[name="update_cart"]' ); if ( typeof $cartUpdateButton !== 'undefined' ){ $cartUpdateButton.prop( 'disabled', false ).attr( 'aria-disabled', false ); $cartUpdateButton.trigger('click'); } }); }); </script>Nevermind, it worked. It needed some time apparently.
Thanks!
Hello Kenneth,
Yours works, it’s the others that break.
I use yours for google ads and the other for analytics. but yes i agree not to use both. (it used to work last time i checked)
Anyway, If i use your GA4 tracking, does it track add to carts and views and purchases through analytics? only just page views?
thanks
/JForum: Plugins
In reply to: [Google Analytics for WooCommerce] e-commerce Analytics not workingI can confirm that Pixel Manager breaks GA4 tracking with this plugin. It also breaks it with another one Converios Analytics.
It USED to work fine so i assume they broke something. I will report it to them too.
/J
Forum: Plugins
In reply to: [WooCommerce] Customers seeing other customers details in checkoutWe have been having same issue at wpengine on off all year, but last month is been a lot (increased traffic.) We have these exclusion and it doesn’t help! It was without issue most of the year actually but since October it started again. We might get a dedicated server and disable their caching.
arg: product= path: ^/my-account/? path: ^/cart/? path: ^/checkout/? path: ^/coupon/? path: ^/my-account/lost-password/? path: ^/wp-json/wc/ path: ^/wc-api/? path: ^/product path: ^/product-category path: ^/resetpassword path: ^/guest-checkout/? path: ^/woocommerce-ajax-cart/? path: ^/woocommerce-gateway-authorize-net-cim/? path: ^/woocommerce-address-validation/? cookie: wp-resetpass cookie: woocommerce_cart_hash cookie: woocommerce_items_in_cart cookie: wp_woocommerce_session_ cookie: woocommerce_recently_viewedForum: Plugins
In reply to: [WP Synchro – The Ultimate WordPress Migration Tool] Syncing a large dbFound the answer 🙁 https://wordpress.org/support/topic/incremential-synchronization/
Forum: Plugins
In reply to: [WooCommerce] Duplicate/multiple items in cart on checkoutHello,
I am not able to replicate this either, but its a daily occurrence
It seems to happen after payment. We use Skyverge Authorizenet plugin
Here is a user today”
When I ordered on the phone the cart showed what I asked for. 1 box with XXXXX. After I checked out, the confirmation came through as 2 boxes of YYYYYY I didn’t ask for. ”It’s a live site with 600 order per day, i can’t turn anything off.
We had three ‘wrong’ product emails today.
I know the troubleshooting procedure but i’m stuck with this now
At wpengine i excluded these from cache already:
arg: product= path: ^/my-account/? path: ^/cart/? path: ^/checkout/? path: ^/coupon/? path: ^/my-account/lost-password/? path: ^/wp-json/wc/ path: ^/wc-api/? path: ^/product path: ^/product-category path: ^/resetpassword path: ^/guest-checkout/? path: ^/woocommerce-ajax-cart/? path: ^/woocommerce-gateway-authorize-net-cim/? path: ^/woocommerce-address-validation/? cookie: wp-resetpass cookie: woocommerce_cart_hash cookie: woocommerce_items_in_cart cookie: wp_woocommerce_session_ cookie: woocommerce_recently_viewedOh and also, if we can make Recommendations to be Orange and Required to be Red
Integration with ACF Custom fields would be extra great too. We have plenty of extra fields (i see we can add custom tasks, but it could be another Pro feature.)
Forum: Plugins
In reply to: [WooCommerce] Duplicate/multiple items in cart on checkoutHello,
Here is the report, everything is up to date.
report: https://pastebin.com/JzpwQkbt
errors (but i doubt related): https://pastebin.com/S7NmXp5cTodays customers: “trying to order but your site is being wacky. It’s adding stuff to my cart that I didn’t choose”
“I only wanted 1 combo. I deleted the others and only showed 1 combo and then when went thru had 2 combo and another one.”It seems to happens at final stage, almost at Payment, they see 1 item but get charged for multiple.
I was not able to replicate it
Today i cleared Transient cache and user sessions.
thanks!
/J
Forum: Plugins
In reply to: [WP Mail Logging] WP Mail Logging Not DeletingSame, I have 6K pages of emails, it’s not deleting old emails.
Forum: Plugins
In reply to: [Woo Manage Fraud Orders] Server IP being BlacklistedBut doesn’t this plugin only supposed to blacklist failed attempts?
But yes a whitelist is needed, we use an autoship plugin too and want to use this plugin but now i am cautious.
/J