asynadak
Forum Replies Created
-
This was a bit easier than expected so I already implemented into the plugin. Now, in the user’s profile you can find a new custom field for the date of birth. The same field can be found in the backend as well. In the checkout, the date of birth is automatically filled with the user’s date of birth if provided. Of course the user can change it in the checkout screen if needed.
You can download version 1.3 to get this update. Enjoy!
If you enjoy the plugin, consider adding a review to help it grow ??
Hi, thank you for your idea!
To be honest, I have considered this feature myself as well, but it is not that simple in reality. The main issue is when the user should have the minimum age. At the day of the purchase or at the day of the program?
For example, I may book a summer program for my kid during the January but the program is in August. So, the user (the kid) should be of the appropriate age during the August and not now. This makes it a bit more complicated because we need an extra custom field to keep the program’s actual date. But, not all products are such programs.
I will rethink it in the future and see if a version of this approach can be implemented.
Hi, thank you for your idea! It is a nice feature. I will try to implement it in the next version of the plugin.
Forum: Plugins
In reply to: [WP Custom Fields Search] Search returns no resultsI solved by problem by adding a hidden input field in the submited form with name=”s” and value=” “, because the error was occuring when there was missing the “&s= ” from the submited url.
Forum: Plugins
In reply to: [WP Survey And Quiz Tool] No message when quiz completedI am actualy facing the same problem! Have anybody found any workaround? Thank you in advance!
Forum: Fixing WordPress
In reply to: How to add thumbnails to old postsThis should do the work. Thank you very much!
Forum: Fixing WordPress
In reply to: How to add thumbnails to old postsThank you for your reply. This is what i was thinking also. Probably i will have to loop through the posts and take the image url.
Let’s say that somehow i grab the url i need, how can i add a custom key programmatically?
Forum: Fixing WordPress
In reply to: How to add thumbnails to old postsThank you very much for you time and your reply.
This plugin is very interesting and useful, but it will only help me with new posts. My site has around 2500 old posts and it requires a lot of time to add a thumbnail to each one of them.
Every single post has an images on it. So, i want to find the url of this image and store it as a custom key. Can this be done with a plugin or with a piece of code?