walstice
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Cached page are served to logged-in usersHi, thanks for your reply.
At the end, the issue about cached pages served to logged in users still occurs.
Basically, when I am logged out and I login the members-only website and browse product categories, I still see logged-out cached pages, therefore I can’t see prices and add to cart.
How can I resolve this issue?
Best Regards
ThanksForum: Plugins
In reply to: [LiteSpeed Cache] Cached page are served to logged-in usersHi, at the end I manage to fix my issue number 1 (cached logged out pages being served by mistake to logged in users).
I have just this issue left:
As members-only WooCommerce website, we don’t want to purge at all any cache of categories/products when stock status or quantity changes, but unfortunately there’s no such option. Every time we get an order, categories/products are getting purged and logged out users do not get benefit of the cached pages.
For reference, this are the only options: https://i.ibb.co/0Kp73RH/2343.png
Is there any solution to this?
Thank you.
Forum: Plugins
In reply to: [LiteSpeed Cache] Cached page are served to logged-in usersHi, I just approved your account.
Please tell me when you plan to test it yourself so I will enable again the cache. You can even just reply to this topic, I will get immediate notification.
By the way, I had to disable the cache since customers couldn’t use the website.
Thanks again for your support!
Forum: Plugins
In reply to: [LiteSpeed Cache] Cached page are served to logged-in usersHi, thank you for your reply!
The report number is: ZNLPAZRC
Thanks.
Hi Lap,
your suggestion works like a charm.
Thank you!
Thank you for your reply.
At the end I manage to solve question nr.1 and nr.2 together by creating endpoints of each firs-level categories thanks to cat:[category name].
By the way there’s another bug: If you choose “Block POS from ordering out of stock products” and you have a product which is out of stock, the POS still lets you add it to the cart.
Thanks again!
Let me thank you first for your extensive reply.
I find out what the issue was: A plugin I use for capabilities accidentally delete the customer role, pushing all my customers into the “Subscriber” role. I really apologize for this, it was actually on my side.
However, I have some question regarding the organization of the products and categories:
1) Is there any way to alphabetically organize categories and let them be inside their own parents? Just like the POS from Actuality Extension which is now sold by woocommerce.com (Instead of having a one-page with all the categories)
2) How do endpoint works? I manage to add ‘featured’ tab, but that’s it. Which more endpoints can I add? And how (eventually) can I create new ones?
Last but not least, a bug report:
3) On Apple devices (specially iPad) the categories scroll beautifully, very smooth. The products not, they’re lagging and getting little stuck while scrolling them. That’s because you forgot to set a scroll parameters for webkit browsers in the products view. Here’s how I fix it:
.products___3NwWc { -webkit-overflow-scrolling: touch; }Thank you for making my questions clear, and again, the POS is amazing. Really recommended.