ilke01
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Dedicated Page to leave ReviewsThanks so much for your answer, Shameem! Will try that.
Thanks, Muhammad, looking forward to it!
Thanks, Muhammad!
Any updates on the issue? 🙂Forum: Plugins
In reply to: [Perfect Survey] Tips and IdeasTwo more thing I’d like to add:
- When using the matrix question format with longer answers and answer items,
the mobile responsiveness could be improved.Check for instance your own example:
https://www.getperfectsurvey.com/restaurant-evaluation/
“How do you rate our restaurant?”If you limit the browser width to a large extent, the answer options get cut off.
I think a best practice is to put the tick boxes below each answer item at some point.
(like this site for instance) - A bar/scale for the rating questions would be nice. So users can pull/click on a bar with some pre-set ticks.
Thanks!
Keep up the great work!Forum: Plugins
In reply to: [Perfect Survey] Tips and IdeasDear Perfect Survey Team,
I really like the minimalism of your plugin.
A few suggestions that I would like to see:- Hidden fields to capture additional data
- Computations on the results screen would be nice and may offer you to target people that look for ‘quizzes’
- With the last point in mind, allow the admin to assign values to answers (e.g. a rating question might want to have “Very much”, “Neutral”, “Not at all” as shown answers but treat them as values “1”, “2”, “3”
- An option for users to reset their results (get a new session_id I guess) to retake the test. This option could then be enabled/disabled in the backend (i.e. “Allow users to retake the survey”)
Best,
IlkeForum: Plugins
In reply to: [WooCommerce] Get sequential order number (php)Solved it by myself. It’s simply “$order->number = $order->_order_number;”
Thanks anyway!
Forum: Plugins
In reply to: [WooCommerce] Get sequential order number (php)Hi lorro, thanks for the fast reply.
I think I didn’t explain myself clearly.
We already have a Plugin, that creates this custom field (Plugin is called “Sequential Order Numbers”). I think the meta key of this custom field is “_order_number”.
However, the order export plugin we use, is not exporting this custom field, it only exports the ususal “random” WordPress number for the order (in the plugin editor it shows this: “$order->number = $order->ID;” to get it).I have zero knowledge of PHP. I guess I just need a simple request to pull that “_order_number” field instead of the order ID.
Forum: Plugins
In reply to: [WooCommerce] Notice of Password Change Email -> CHANGE CONTENT?Hi lorro,
thank you so much!!!
I had to change the “Hi ###USERNAME###” to “Hallo ###USERNAME###” in your snippet, since I use German language, but than it worked perfectly.Best regards
- When using the matrix question format with longer answers and answer items,