keramikoch
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Redis Connection FailsHi @qtwrk:
Exactly, to be more specific:
2 WordPress Multisites on one Account on one Shared Server (fast one).
1 Works with Redis Litespeed Plugin, 1 does not.
I had to adapt your script to work with a UNIX socket but it works:<?php $redis = new Redis(); $redis->connect('/home/myaccountname/.redis/redis.sock'); // Connect using Unix socket // Optionally, if authentication is required, you can use the auth command // $redis->auth('password'); $redis->select(2); // Selecting the database ID, if needed if ($redis->ping()) { echo "PONG"; } else { echo "Cannot connect to Redis"; } ?>
And now when I upload it and start it in the browser it is: “PONG”
So the free version is not rewriting the URL for one page?
I wrote an e-mail and hope it gets clearer what i want to do.Hi,
thanks for the answer but maybe I did not explain it perfectly.
There only has to be mapped the “check-out” page – no other page. The shop page doesn’t have to be mapped.
So to be clearer:
https://www.shop-main.com/cart —> https://www.shop-a.com/cart
https://www.shop-main.com/cart —> https://www.shop-b.com/cart
So only one page per site/domain which has to remapped – depending on from which site the customer comes.
Concerning your second remark: “free version does not support Global URL Rewriting, which would rewrite the URLs on each shop page and redirect customers to the right checkout domain.?“
In a WP multisite (what we use) every subsite has its own domain etc. So it is like a own shop. So basically I would install your plugin on every subsite and on every subsite there has to be only one page to be mapped (like i understood it)
Would that work with the basic version ?Hi @marc
I am interserted in yout plug-in. But I am not yet sure wheater to choose yours or Dokan.
I do have the question at this point, what does this mean: “vendors are not assigned with the orders, the commissions are assigned to them.”
I think they can see the orders in their backend and it is just a technical question?
But even then there are many disadtadvantages to this approch, aren’t there?Inefficient Data Retrieval: If orders are not directly linked to vendors in the database but vendors can still view them, this might require more complex queries or filtering processes, which could lead to inefficiencies in large-scale operations.
Loss of Personal Touch: Even if vendors can view orders, not being assigned might deter them from giving personal touches or added-value services that they might have otherwise provided if they felt a direct responsibility for the order.
Limited Vendor Features: If vendors aren’t technically assigned to orders, certain features, like setting custom processing times or providing vendor-specific promotions directly through the order, might be limited or more complex to implement.
Please let me know- This reply was modified 1 year, 3 months ago by keramikoch.
Forum: Plugins
In reply to: [WooCommerce] Function wp_enqueue_style was called incorrectlyHi @babylon1999 ,
sorry that was a typo. We do (!) have the most recent versions.
Thanks for the fast response ?? No, I am not sure – just the time the error occured and installing the plug-in was the same. I will try what you proposed. Thanks.
Hi,
ok I try that even thought it is not the ideal solution. Any idea what could be misconfigured in the plugin to create that error so I could fix the source of the error?
Forum: Plugins
In reply to: [Disable Gutenberg] Gutenberg Cloud and peerjs.min.jsYes you are right, if someone does have the same issue: In our case: CSSHero version 5 ist putting this on our site.. Thank you anyhow ??
Hi @edo888
I use the premium and the free version.
Just my 5 cents … There is a huge demand for speed performance and not loading unnessary script on pages as these are also shown by performance tools like gtmetrix or pagespeed. It may not be “much” but in sum with other plugins and everone is saying: My script are not neccessary for you but they are small … in sum it makes a difference of several seconds on our sites. Serveral Seconds additional loading time on mobile is a reason for quite a few people to leave the site
@@generosus :
Maybe your try something like perfmatters, there you can disable script for a specific site or a specific device (like mobile).
Forum: Plugins
In reply to: [Product Questions & Answers for WooCommerce] Some PHP Errors8.0
Thank you for the information ?? Out of curiosity, I did not actively unset or do something else with
stripe_affirm
andstripe_afterp
ay. How can that be – how and where can I check that?Forum: Plugins
In reply to: [Product Questions & Answers for WooCommerce] Some PHP ErrorsHi @sunnysoni ,
yes I know we can deactivate the debug.log . But When you deactivate it it does not mean that the errors are gone – you just don’t see them anymore ??
These are not fatal errors but they are more than just “notices” – so thank you for fixing in any case ??
Hi, what do you mean by “should always exist in the list of payment gateways” Where can I see/check that list of payment gateways (in the frontend?) and if they are loaded or blocked?
“I’ll make a note to have an additional check added to that code for this scenario.” Thank you, will this be there with the new version?
Hi @mrclayton
alll payment gateways like afterpay are disabeld. Only Stripe Credit Cards is enabled.
Forum: Plugins
In reply to: [Product Questions & Answers for WooCommerce] Some PHP ErrorsHi Sunny,
this error appeared after installing and using your plug-in.
We never migrated or cleaned the database in the last year.