aravind21
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Tickets and Registration] Multisite Support for event ticket plusOkay,
I want to organize an event with variable ticket rate based on a value they select in dropdown. I see that we add multiple tickets in the ticket section. Is it possible to display the tickets conditionally like using a dropdown. Appropriate ticket should appear based on the value selected using the dropdown.
- This reply was modified 4 years, 6 months ago by aravind21.
It is already turnoff.
For the refunded items I can see the billing info. but I can’t see the custom fields data in the exported file.
Is there any way I can get the data attendee_email_address for the same order when I refund it? When I export it, I am not able to see the email for refunded items.
Oh Sorry, I was adding the field in the section “common”. I am able to see the fields in “product order items” section. Thank You.
Yeah, I have a field for email address. I have saved the value to item meta with meta_key attendee_email_address after the purchase is done. but I am unable to export it.
I have tried that. for example: I have added custom_field meta key. custom_field is not available in the dropdown. I tried entering it manually in the text field given below the dropdown. But under that column I can’t see any data after I export.
Forum: Plugins
In reply to: [WooCommerce] Registration form in woocommerce.Thank you for your reply. I will go through the links you have provided and let you know if that resolved my issue.
I would like to mention that we are using a load balancer to distribute traffic between the instances. The instances will scale up and scale down as the traffic changes. The redis-server we are using is not common for all the instances but it is installed locally and has seperate redis-server for every instance.
No, there are no other caching plugins.
Hey, Redis is working great in our site. Thank you for this great plugin. But, I have one issue with my site. It is a membership site, where user can login. While logging into the site, the user doesn’t login but can only see the sign in page. When I cleared my browser cache, then the problem is getting solved temporarily for a day and again we get the same issue. I just want to know, by any chance that redis might cause the issue with login page. I know it’s browser cache but, I just want to know whether there is any chance. Thank you!
- This reply was modified 4 years, 8 months ago by aravind21.
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Problem updating asset rulesThank you. It worked!
I was actually doing this on the frontend, it simply didn’t get applied. When I tried it from “CSS & JS Manager”, I got same error “the link you follow has expired”. Changing the value of max_input_vars to 3000, solved the problem.Thank you!
I have one more doubt. Please provide an answer
When I update something in the post, how fast does the cache(or related key’s) gets updated?Forum: Plugins
In reply to: [Redis Object Cache] read error on connection toYeah,
Actually setting timeout=0 in redis,
default_socket_time = -1 in php.ini file solved the issue.
Thanks anyway.