gwronkowski
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Fatal error: Uncaught ErrorThe problem is that I work on the localhost and use Git repo to send it to production. I couldn’t figure out what files were missing, because usually during update of plugin I only add all files in /plugins directory. I had to install your plugin directly using WordPress admin on the server, then it started to work!
Forum: Plugins
In reply to: [WooCommerce] Woo best_selling_products – change period to last 3 monthsI want to modify existing code and not pay every year 79$ for such simple feature
I am experiencing the same problem since few days. I can’t see any errors in logs. How to debug it?
My latest log from today is:
2020-10-06T18:28:16+00:00 ERROR Error comparing payment methods in Braintree with WordPress. User ID: 1. Exception: Braintree\Exception\NotFoundI have setup new Braintree account with the same settings applied.
For sure, I am changing eberything all the time
, this is my work. But I am asking what can causing this error ‘ERROR Error comparing payment methods ‘? I don’t have any js console errors.Thank yoy for reply on. This error is for every transaction I had, not even a one was a successfu,l since 2 weeks, don’t know why, before it used to work. I am testing it against W3T cache plugin currently.
Yes, I am running latest software, I update everything ASAP- This reply was modified 5 years, 7 months ago by gwronkowski.
Forum: Reviews
In reply to: [Product Open Pricing (Name Your Price) for WooCommerce] Works as a breezeDone!
Forum: Reviews
In reply to: [Product Open Pricing (Name Your Price) for WooCommerce] Works as a breezeI use version Version 1.4.6. Please watch this video:
https://www.youtube.com/watch?v=AlFgx4XWOdMI have tested it now, and it seems to work properly, it wasn’t working in my case because I ran a msyql script for emabling plugin and adding default price only, to all products from selected category. It looks that I was missing sth, but when I have tested (free version) adding manually setting to product it works as it should be.
- This reply was modified 5 years, 8 months ago by gwronkowski.
Niepoprawny format odpowiedzi z API sklepu. Oryginalny błąd: "API returned HTML response with 403 code, JSON expected.".U mnie to samo. Czy wtyczka może wymaga https ? OK rozwiązane, dopiszcie sobie w instrukcji do instalacji że wtyczka nie będzie działać bez https
- This reply was modified 5 years, 10 months ago by gwronkowski.
- This reply was modified 5 years, 10 months ago by gwronkowski.
Forum: Plugins
In reply to: [W3 Total Cache] Plugin tells me to remove lines and 404Ok got a fix. Looks like W3TC is removing Rewrite On from default config. After removing all .htaccess entries from plugin I was just missing Rewrite on. Now it’s working properly, I am back with using your plugin.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Js loaded thumbs and CDNBravo, such a smart reply. I am working on few hosts, testing your plugin on localhost currently, on production I have set up W3T, but it causes too many troubles, so I am looking for alternatives. Anyway I just created a dirty hack like this, and it works now for all images sources:
add_filter( 'wp_get_attachment_image_attributes', 'replace_img_src_with_cdn' ); function replace_img_src_with_cdn( $attr ) { $attr['src'] = str_replace('https://hdrmaps.com/', 'https://cdn.hdrmaps.com/', $attr['src']); return $attr; }- This reply was modified 5 years, 11 months ago by gwronkowski.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Js loaded thumbs and CDNForum: Plugins
In reply to: [YITH WooCommerce Social Login] Rest API ErrorYes, this plugin is causing such error, I have spent a few hours to find it out. Please fix it or remove it from WordPress market.
Forum: Plugins
In reply to: [WooCommerce] delete data in “customers”Customer is still visible, can’t find a way to delete his data.