roccinio
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Set expiration length for _lscache_vary cookieThank you qtwrk.
I truly believe that something like that would be beneficial for all of us since it would give us the power to setup everything as we please without breaking functionality.
RegardsP.S On second thought adding the ability to exclude pages from reading that cookie along with the expiration date would be perfection.
Why when navigating back to the main page if he has nothing in his cart (with the items in cart cookie exclusion) to load slow? Yes the 30 minute for example expiration of the lsvary cookie is perfect for next day customers but not when navigating within the site.- This reply was modified 1 year, 5 months ago by roccinio.
Forum: Plugins
In reply to: [LiteSpeed Cache] Empty cartYes.
It is not the default theme/woo cart.
It is part of an ordering plugin.
But why it works for a few hours (>12) and then it becomes “stale”. If there was a problem with the plugin cart it shouldn’t work at all, should it?
In your documentation you have an option to choose if we want to cache the cart (https://docs.litespeedtech.com/lscache/lscwp/cache/#woocommerce-tab) but i cannot find it in my installation 5.3. Is the documentation still valid?
Is there a way for me to exclude the logged in cart cache? I don’t mind if my customer comes back after a day to still have his stuff in the cart.
Maybe this can solve my problem.Regards
Forum: Plugins
In reply to: [Woo Instant Notifications] PHP 8.0 Checkout woo errorAll good.
Cheers!
Forum: Plugins
In reply to: [Woo Instant Notifications] PHP 8.0 Checkout woo errorHere you go:
PHP Fatal error: Uncaught Error: Undefined constant “‘woocommerce_email_order_meta’” in /home/test/public_html/wp-content/plugins/woo-instant-notifications/admin/class-wcnotifications-instance.php:523
Stack trace:
#0 /home/test/public_html/wp-content/plugins/woo-instant-notifications/admin/class-wcnotifications-instance.php(322): WCNotifications_Instance->woocommerce_email_order_meta()
#1 /home/test/public_html/wp-content/plugins/woo-instant-notifications/admin/class-wcnotifications-instance.php(106): WCNotifications_Instance->convert_template()
#2 /home/test/public_html/wp-includes/class-wp-hook.php(309): WCNotifications_Instance->trigger()
#3 /home/test/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()
#4 /home/test/public_html/wp-includes/plugin.php(522): WP_Hook->do_action()
#5 /home/test/public_html/wp-content/plugins/woocommerce/includes/class-wc-emails.php(170): do_action_ref_array()
#6 /home/test/public_html/wp-includes/class-wp-hook.php(307): WC_Emails::send_transactional_email()
#7 /home/test/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()
#8 /home/test/public_html/wp-includes/plugin.php(474): WP_Hook->do_action()
#9 /home/test/public_html/wp-content/plugins/woocommerce/includes/class-wc-order.php(373): do_action()
#10 /home/test/public_html/wp-content/plugins/woocommerce/includes/class-wc-order.php(222): WC_Order->status_transition()
#11 /home/test/public_html/wp-content/plugins/woocommerce/includes/class-wc-order.php(334): WC_Order->save()
#12 /home/test/public_html/wp-content/plugins/woocommerce/includes/gateways/cod/class-wc-gateway-cod.php(326): WC_Order->update_status()
#13 /home/test/public_html/wp-content/plugins/woocommerce/includes/class-wc-checkout.php(982): WC_Gateway_COD->process_payment()
#14 /home/test/public_html/wp-content/plugins/woocommerce/includes/class-wc-checkout.php(1206): WC_Checkout->process_order_payment()
#15 /home/test/public_html/wp-content/plugins/woocommerce/includes/class-wc-ajax.php(461): WC_Checkout->process_checkout()
#16 /home/test/public_html/wp-includes/class-wp-hook.php(307): WC_AJAX::checkout()
#17 /home/test/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()
#18 /home/test/public_html/wp-includes/plugin.php(474): WP_Hook->do_action()
#19 /home/test/public_html/wp-content/plugins/woocommerce/includes/class-wc-ajax.php(90): do_action()
#20 /home/test/public_html/wp-includes/class-wp-hook.php(307): WC_AJAX::do_wc_ajax()
#21 /home/test/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()
#22 /home/test/public_html/wp-includes/plugin.php(474): WP_Hook->do_action()
#23 /home/test/public_html/wp-includes/template-loader.php(13): do_action()
#24 /home/test/public_html/wp-blog-header.php(19): require_once(‘…’)
#25 /home/test/public_html/index.php(17): require(‘…’)
#26 {main}
thrown in /home/test/public_html/wp-content/plugins/woo-instant-notifications/admin/class-wcnotifications-instance.php on line 523`- This reply was modified 2 years, 11 months ago by roccinio.
Forum: Plugins
In reply to: [New Order Notification for Woocommerce] Order Number instead on Order IDHello,
I am facing the same issue and i could use some guidance.
What he means is that you display the post id number instead of the actual order number.
foreach ($recent_orders as $recent_order) { $order_id = $recent_order->get_id(); $_order = wc_get_order($order_id); --> we need order number https://woocommerce.com/document/sequential-order-numbers/ $order_date = $_order->get_date_created(); $order_status = $recent_order->get_status(); $order_link = get_site_url(); $order_link .= "/wp-admin/post.php?post="; $order_link .= $order_id; <strong>---> This is correct for editing(viewing) the order but it is confusing since the order number could be 12658 so what we need to be displayed is the order_number </strong><em> $order_link .= "&action=edit";
Kind regards
Forum: Plugins
In reply to: [Star CloudPRNT for WooCommerce] Help with printing a discount from a pluginYou are a Rockstar!
And i am happy you got a few days off to rest.
Keep up the good work.Cheers!
Forum: Plugins
In reply to: [Star CloudPRNT for WooCommerce] Change extra fields namesThank you for you detailed explanation and i wish for some future quality of life improvements on this amazing plugin.
It worked like a charm and i am now happy again ??
Cheers!
Forum: Plugins
In reply to: [LiteSpeed Cache] 403 error on admin-ajax.phpThank you Anders for your reply! Much appreciated.
It breaks my heart that you had to choose between the lesser of two evils because disabling infinite scrolling downgrades the mobile user experience but i guess its better that a broken site..
Hopefully the guys at Litespeed will come out with a solution ASAP because just the though that i will have to use something else to cache my site now that everything is working perfectly makes me want to cry!
Regards
- This reply was modified 4 years, 2 months ago by roccinio.
Forum: Plugins
In reply to: [LiteSpeed Cache] 403 error on admin-ajax.phpHello,
I have the exact same problem.
After a few hours the infinite scrolling stops working.
If i clear the cache it starts working again for a few hours.Did you figure out a solution to the problem @andersjytzler ?
@qtwrk do you have any other suggestions that might fix this? The ESI workaround does not resolve it. People are complaining that the store is broken since they cannot browse anything and me purging the cache every few hours and running the crawler manually is not a sustainable solution.
Regards
Hello Joey
The information you requested.
https://www.dropbox.com/s/x5m4qm4elmr78qj/Stripe%20txt?dl=0
Cheers!
Hello.
I’ve been looking for an hour now and i cant seem to find any log that has the order number, the name stripe or my identifier anywhere.
All i can see is webhooks delivery logs.
Any ideas?
EDIT: I just enabled the debug option and i will update this thread the second i have a log to share with you guys
- This reply was modified 4 years, 3 months ago by roccinio.
Here you go sir!
https://www.dropbox.com/s/sz29vrmzqzkqujj/Woo%20Info.rar?dl=0
Forum: Plugins
In reply to: [LiteSpeed Cache] WebP not being served on page made with elementorIs there a way to pm you?
Wouldn’t like to share it here publicly.
Regards
Forum: Plugins
In reply to: [LiteSpeed Cache] WebP not being served on page made with elementorI would like to report that it is working with the Quic.cloud CDN.
Cheers!