mcdeth
Forum Replies Created
-
Forum: Plugins
In reply to: [InPost PL] wykluczenie produktu z paczkomatuDziękuję, czy istnieje prosty sposób, aby wykluczyć produkty z paczkomatów? Z tego co widzę, po odznaczeniu Paczkomaty na stronie produktu, dodany jest meta field:
woo_inpost_shipping_methods_allowed a:0:{}W przypadku ponownego zaznaczenia, zmieniany jest na:
a:1:{i:0;s:27:"easypack_parcel_machines:16";}Jak rozumiem, wystarczy że hurtowo zmienię produkty na pierwszą opcję i gdy produkt będzie w koszyku wraz z innymi produktami, które mogą mieć paczkomat, to paczkomat będzie niedostępny?
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] price is different in checkoutTurns out problem occurs only when pixelyoursite plugin is enabled – plugin that’s supposed to inject tracking for Meta only. The price is wrong IN CART, woocommerce_cart_collaterals specifically. First product has regular price, 2nd product has discount – on product list it’s correct. Then when I go to checkout, it shows correct price in totals. I tried setting all options,but collaterals are always overriden
- This reply was modified 1 year, 3 months ago by mcdeth.
I’m not support, but I had similar problem so let me help you. Emails are quite obsolete and very delicate. you cant include css file to email. also editor in newsletter plugin is limited. your best take is pasting html, chatgpt can help you with email styles (paid version). for your simple case, use inline text-decoration
Forum: Plugins
In reply to: [LiteSpeed Cache] Separate cache for orderbyDefault link is
ww.wp.xz.cn/category
I show different title/text based on orderby param, i.e.
ww.wp.xz.cn/category?orderby=date
ww.wp.xz.cn/category?orderby=newin
but with lscache it hits cache and updates only products
Forum: Plugins
In reply to: [Force Regenerate Thumbnails] renegerating website with 100k media files?if you have alot of files (in my case, 15k products, sometimes 1 image, sometimes 6 images per product, and then I had 4 sizes per image – thumbnaild, medium etc.), then the process stopped due to nonce expiration. you can extend it (I don’t remember, but chatgtp 4.0o can help you), then maybe if you’re lucky. At the end, best you can do, s use some plugin to see active sizes, disable it with functions.php and run paid short pixel regenerate thumbnails which allows resuming (only plugin i found). don’t forget to cancel renewal.
good luck, this plugin is simply made to help seo/awareness of paid plugin at the end. nothing is for free in most of cases, definitively not here.
- This reply was modified 1 year, 5 months ago by mcdeth.
Thanks, it was most likely theme removing plugin version and cloudflare caching js. It is resolved now.
I have cards/apple pay enabled only. due to js error, these aren’t available anymore.
Forum: Plugins
In reply to: [LiteSpeed Cache] exclude inline cssReport number: CRWVLPSY
Report date: 12/04/2024 18:04:30
Thanks
Forum: Plugins
In reply to: [Cron Logger] website crashIt killed website, after 30min I managed to get back to pc and disabled plugin. Plugin autoupdates are off
clear && grep -r --include="*.php" "CronLogger" .
./classes/Ajax.php:namespace CronLogger;
./classes/Ajax.php:use CronLogger\Components\Component;
./classes/Timer.php:namespace CronLogger;
./classes/Services/WPCron.php:namespace CronLogger\Services;
./classes/Services/WPCron.php:use CronLogger\Components\Component;
./classes/Services/WPCron.php:use CronLogger\Plugin;
./classes/Services/SolrPlugin.php:namespace CronLogger\Services;
./classes/Services/SolrPlugin.php:use CronLogger\Components\Component;
./classes/Schedule.php:namespace CronLogger;
./classes/Schedule.php:use CronLogger\Components\Component;
./classes/Updates.php:namespace CronLogger;
./classes/Updates.php:use CronLogger\Components\Update;
./classes/Services.php:namespace CronLogger;
./classes/Services.php:use CronLogger\Services\SolrPlugin;
./classes/Services.php:use CronLogger\Services\WPCron;
./classes/Components/Database.php:namespace CronLogger\Components;
./classes/Components/Update.php:namespace CronLogger\Components;
./classes/Components/Component.php:namespace CronLogger\Components;
./classes/Components/Component.php: public \CronLogger\Plugin $plugin
./classes/Components/Plugin.php:namespace CronLogger\Components;
./classes/Log.php:namespace CronLogger;
./classes/Log.php:use CronLogger\Components\Database;
./plugin.php: * @package Palasthotel\CronLogger
./plugin.php:namespace CronLogger;
./vendor/composer/autoload_static.php: 'CronLogger\\' => 11,
./vendor/composer/autoload_static.php: 'CronLogger\\' =>
./vendor/composer/autoload_psr4.php: 'CronLogger\\' => array($baseDir . '/classes'),
./uninstall.php:use CronLogger\Plugin;Forum: Reviews
In reply to: [Discount Rules for WooCommerce] Cautious, it’s gonna slow down your websiteThere was only one rule to discount all products -20%. As simple as it gets for testing purposes and it slowed down product pages (no related etc enabled)
The killer setup is curcy+discount plugin+wpml, then switch to other than default currency. Tested 4 discount plugins and only one (most expensive) wasn’t slowing down the website.
I’ve moved to wpml (and their multicurrency plugin) with other discount plugin and all is ok.
Thanks for detailed answer though
Forum: Plugins
In reply to: [Klarna for WooCommerce] Bad value: order_lines[0].total_tax_amountHi, this problem showed after last update. Thousand separator is blank, decimal is “,” and number of decimals is 2. Trim all zeros at the last from decimal is set to true.
It works fine only when shipped to default country.
Forum: Plugins
In reply to: [Klarna for WooCommerce] Bad value: order_lines[0].total_tax_amountThis one is however ok:
"tax_rate": 2300,
"total_amount": 4830,
"total_discount_amount": 0,
"total_tax_amount": 903I enter prices incl tax (“Yes, I will enter prices inclusive of tax”) and calculating based on shop base address. I’ve tried also calculating based on customer address.
The error shows up when customer changes default country (no changes in currency)
- This reply was modified 1 year, 6 months ago by mcdeth.
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 year, 6 months 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=60