mcdeth
Forum Replies Created
-
Forum: Plugins
In reply to: [Klarna for WooCommerce] errorsAnyway, since last update, klarna doesn’t work with multicurrency plugins (wpml and curcy) or when I set for delivery other country than default. Yes, I’ve read it was tested with aelia, but it was working with other plugins before. Is client id required? This setup works for only 1 country, I’ve tried generating new api key and password
View post on imgur.com
- This reply was modified 1 day, 17 hours ago by mcdeth.
Forum: Plugins
In reply to: [Klarna for WooCommerce] errorsYes, thanks. What I meant is if devs are testing the plugin before publishing, as bugs happen often, at least 4th time I’m checking forums to confirm it’s not on my side
Forum: Plugins
In reply to: [Klarna for WooCommerce] errorsyes, have you though about not testing on production? after all, klarna is one of most expensive payment method available. can you make js file with cache other than 1minute?
scheme
https
host
js.klarna.com
/web-sdk/v1/klarna.js
dress
13.227.146.16:443
Status
200
VersionHTTP/2
age
33
alt-svc
h3=":443"; ma=86400
cache-control
public,max-age=60Forum: Plugins
In reply to: [LiteSpeed Cache] crawler questionDoes the crawler trigger all page processes? And if one of these saves results to transients, will it be performed?
Thanks, I want it to be noindex, but I want it to be follow
I also tried without any luck
add_filter( 'rank_math/frontend/robots', function( $robots ) { if(is_product()) { $robots = ['index' => 'noindex', 'follow' => 'nofollow', 'imageindex' => 'noimageindex', 'archive' => 'noarchive' ]; return $robots; } return $robots; });
I can’t, I don’t have license
Thank you, it’s what I was searching for
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] 404 null on every pagecheck woopayment settings if you’re logged in (wp admin > payments > settings? or access from plugin page)
- This reply was modified 3 weeks, 3 days ago by mcdeth.
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] 404 null on every pageProblem solved, I was logged out somehow and it didn’t show notifications anywhere but console
he meant that on iOS is visible google pay. in fact, from last month google pay is visible always. ios, firefox, windows, linux whatever. seems partnership is going on..
Forum: Plugins
In reply to: [LiteSpeed Cache] versionless scripts get servedYes, makes sense. Thanks a lot!
I don’t understand why this plugin exists on worpdress page if literally every ticket is resolved on your website. Can’t find answer to any question because everything is just “email me email me”
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] Slow API callHi, I monitor websites with Query Monitor, debug bar and Code Profiler Pro. I’d prefer to disable this functionality, shops do have multicurrency, but they use fixed prices. There are also other multicurrency payment gateways, such as klarna, and they don’t do such requests.
Forum: Plugins
In reply to: [Pixel Cat - Conversion Pixel Manager] wpml – multiple pixelsTo clarify, it was regarding your answer that it’s not possible (in general)
“I don’t believe it’s possible to directly assign different pixels based on WPML language.”