Home › Forums › WoodMart support forum › Intermittent Price Visibility Issue for Logged-In Users on WoodMart Theme
Intermittent Price Visibility Issue for Logged-In Users on WoodMart Theme
- This topic has 13 replies, 2 voices, and was last updated 11 months, 2 weeks ago by Hung Pham.
-
AuthorPosts
-
November 9, 2023 at 4:23 pm #511188
SteliosParticipantI am experiencing a recurring issue with the WoodMart theme on my WooCommerce site, which is integrated with Elementor. The problem concerns logged-in users occasionally being prompted to log in again to view product prices. Notably, a page refresh resolves the issue and the prices become visible.
I have enabled the option to not show prices in Products if you are not logged in.
Sometimes, not always, not all, in every browser a user (customer) logs in and after logging in, either on the home page or on a store page, the message appears in Products, to log in to see prices.
I don’t have any Cache plugin . On the server the cache is disabled.November 10, 2023 at 8:05 am #511305
Hung PhamKeymasterHi Stelios,
Thanks for reaching to us.
I can’t access your site, please double check https://prnt.sc/GdTtN__eK3d2
Regards,
November 12, 2023 at 1:33 pm #511754
SteliosParticipantHi, thanks for the reply.
you can access now. We had an attack.November 13, 2023 at 5:16 pm #512042
Hung PhamKeymasterHi Stelios,
The website still doesn’t work https://prnt.sc/AZlmkuGzrW8G
Please make sure you disabled IP or Countries restrictions, I am from VietNam.
Regards,
November 14, 2023 at 11:08 am #512187
SteliosParticipantPlease, due to several attacks from Vietnam, the hosting company asks you to connect via VPN, like Opera’s VPN.
Thank youNovember 15, 2023 at 7:39 pm #512661
Hung PhamKeymasterHi Stelios,
I tried with VPNs but the site couldn’t loaded.
Please double check.
Regards,
November 15, 2023 at 8:35 pm #512677
SteliosParticipantI am sending you screenshots that show that using VPN (by Opera) and the Tor Browser, I can visit the site.
Try again please.
Maybe you don’t use VPN. If you can, pls, try Opera or Tor Browser.
If you want to send me a screenshot, pls, in the screenshot, show me you are using VPN, in order to send it to the Hosting Team, to support this.Thank you!
Attachments:
You must be logged in to view attached files.November 16, 2023 at 12:32 pm #512825
Hung PhamKeymasterHi Stelios,
I re-installed VPNs and it worked.
I also tested both type of accounts and all worked, you can watch recorded video for better understanding https://screenpal.com/watch/c0XDQwVGaWV
If you need further helps, please let me know.
Regards,
November 16, 2023 at 1:17 pm #512851
SteliosParticipantI have found a pattern to reproduce it.
1) Visit: https://choice-creation.gr/my-account/
2) Login
3) Click on the Logo
4) There it is!November 17, 2023 at 7:24 pm #513325
Hung PhamKeymasterNovember 17, 2023 at 11:02 pm #513351
SteliosParticipantWell… I really can’t understand..
The struggle is real though
https://screenpal.com/watch/c0XbqRVGpDN
Any suggestions on what is the problem?
The thing is that the same attitude is for all the visitors. I have asked many customers and they report the same behavior. You are the first that I see it is working.November 18, 2023 at 6:15 am #513375
Hung PhamKeymasterHi Stelios,
Please disable cache plugins, CDN or plugins related to cache and double check.
Let me know how it goes.
Regards,
November 22, 2023 at 11:25 am #514453
SteliosParticipantHi,
there were no cache plugins active, nor via Server cache.
I created a snippet with this code inside and it seems the problem has goneThis is the code snippet:
add_action( ‘init’, function() {
if ( ! session_id() ) {
session_start();
}
});add_action( ‘wp_logout’, function() {
session_destroy();
});November 22, 2023 at 7:19 pm #514714
Hung PhamKeymasterHi Stelios,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
Regards,
-
AuthorPosts
The topic ‘Intermittent Price Visibility Issue for Logged-In Users on WoodMart Theme’ is closed to new replies.
- You must be logged in to create new topics. Login / Register