paulwessiack
Forum Replies Created
-
Hi guys! I have the same issue! this message ”?Undefined array key 0 in /www/magpedcom_866/public/wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks.php on line 78″ is flooding our server logs. We also deactivated all plugins and switched to a default theme but the warnings are still generated.
kind regards
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Apply Pay button not displaying WPthanks for your response!
I’m pretty sure what happened. We deleted the WooCommerce Stripe-Gateway which was not needed any more. By deleting this plugin also the domain association file was delete. Hope this helps other customers WooCommerce Stripe-Gateway to the Payment Plugins for Stripe WooCommerce
kind regards
:: Paul
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Apply Pay button not displaying WPI clicked the “Register Domain” button on the Apply Pay tab, now it works again. Very strange why it stopped working and I had to click the register button again?
ok fully understand your arguments! For our accountant it was very convenient to have all the data (including the customer data) in the Stripe reports. But of course they can do a lookup into the WooCommerce backend with the corresponding order number.
I totally agree that it’s super important to be fast and sleek on the checkout. –> I highly appreciate 1) your great support and 2) the speed and quality of your plugin.
cheers
:: Paul
Was the customer_id filled as well?
–> Yes the customer_id was also filled in almost all cases while using the “old” WooCommerce Stripe plugin. I also checked some of the orders and found a lot of them which have been guest orders, but still had all the user data in the stripe reports.
–> It looks like the “old” plugin created a Stripe customer even if these have bin guest checkout’s.
BUT why do you see a GDPR-problem here? The customers user data is saved within WooCommerce anyway, no matter if it’s a logged in user or a guest user. The customer data is always saved with the order and the guest customer also has to accept our privacy policy checkbox.
–> would be great if your plugin would have the option to decide whether to create a Stripe customer on guest checkouts or not.
kind regards
:: Paul
- This reply was modified 1 year ago by paulwessiack.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Cardtesting hacker issuamazing – this was lighting fast response.
Works perfect now!
many thanks
:: Paul
I’m still able to reproduce the problem on our staging environment. I will follow up creating a support ticket here: https://paymentplugins.com/contact-us/
kind regards
:: Paul
many thanks for your super fast response!
I disabled all plugins except WPML, WooCommerce and “Payment Plugins for Stripe WooCommerce” but the problem is still there.
Then enabled all plugins again and disabled “WooCommerce and Payment Plugins” but installed and enabled my “old” Stripe plugin: “WooCommerce Stripe-Gateway”
With the old Stripe plugin the Apple Pay button works fine and the shipping fees are calculated correct. I don’t know if the Stripe plugin from WooCommerce uses the same API request to get the shipping information from WooCommerce as your plugin does??
How can we proceed with that issue? I have setup a staging environment where “Payment Plugins for Stripe WooCommerce” is enabled and in test mode. I can send you credentials for the staging if needed on a private channel?
Staging: https://stg-magpedcom-integration.kinsta.cloud/shop/magped-sport2/
Would love to switch to your plugin because the functionality is so much better and it includes Klarna which would be important for us….
cheers
:: Paul
I was able to reproduce the problem now also on the Mac with Safari.
When you go to https://www.magped.com/shop/magped-sport2/
choose 200N press Apple pay button 119€ will show up in the wallet with free shipping –> which is correct.
When I then cancel that Apple Pay payment and remove the product from the mini cart basket (top right corner) and then choose the 200N again and press the Apple Pay button again, then it shows 125€ with 6€ shipping –> which is not correct.
If I then choose for example another color the Apple Pay button refreshes again and when I click Apple Pay button the wallet opens again, but now with the correct 119€ and free shipping.
Hope this helps to reproduce the issue on your end.
we are hosted on kinsta and caching is disabled for all shop pages /shop/
and of course I disabled WP-Rocket to test it. But the issue is still there when WP-Rocket is disabled.
kid regards
:: Paul
- This reply was modified 1 year, 3 months ago by paulwessiack.
- This reply was modified 1 year, 3 months ago by paulwessiack.
Forum: Plugins
In reply to: [WooCommerce] Sorting & pagination of reviews is brokenmany thanks for your kind response @skunkbad !
I found a different solution which works fine for me:
//flip the sorting of the WooCommerce reviews so that paging can be used and the latest reviews are on top
//the following settings are need:
//WooCommerce Multi Lingual –> Settings –> check: “By default, show reviews in all languages”
//WordPress Settings — Discussion –> check: “Break comments into pages with…” “first” … and “older”
add_filter(‘comments_template_query_args’, function($comment_args) {
$comment_args[‘order’] = ‘DESC’;
return $comment_args;
});cheers
:: Paul
Forum: Plugins
In reply to: [WooCommerce] Sorting & pagination of reviews is broken@skunkbad would you share your fix with me?
Forum: Plugins
In reply to: [WooCommerce] Sorting & pagination of reviews is brokenHi,
we experienced exactly the same problem as @markisu72 described here.
After doing a lot of tests (only WP and WooCommerce enabled, default theme) I can agree that this is definitly a WooCommerce bug.
Hope you guys can fix that soon, other wise pagination on product detail pages does not make sense if the latest comment is not on top and on page 1 (like on amazon….):: Paul
Ji Jade!
If we downgrade to PHP 7.x. the problem isn’t there.
We will still stay on PHP 8.0.3 because the performance of the whole site is amazing. Getting this error is acceptable – hope you can solve the PHP 8.x issues soon…many thanks
:: Paul
that’s great! thanks a lot!!
:: Paul
Forum: Plugins
In reply to: [NSFW] [WooCommerce Stripe Payment Gateway] wrong article with apple payI already disabled all plugin’s except WooCommerce and the Stripe plugin.
And also change to a default Theme: TWENTY TWENTY ONE
The problem is still there!When I change a property for a product an press the Apple Pay button again it first shows the changed product in the apple wallet, but as soon as the circle completes in the wallet it shows the former article with the wrong price.
If I close the wallet again and press the apple pay button again – after the third attempt it shows also the correct product variation and the correct price.hope you can check that soon….
thanks
:: Paul
- This reply was modified 4 years, 2 months ago by paulwessiack.