con
(@conschneider)
Engineer
Hi there,
Also I was thinking about someway in which customer can only reply with a limited time period else the form will be expired and he will not be able to submit it back.
I think if you want to
* setup a dynamically populated checkbox list item,
* that pulls order items individually and
* creates a list with each order item for a customer,
it will take some advanced custom coding to do this.
How about providing each item with for example an SKU and provide a link to a feedback form instead? You could have customers enter the order date first and then show a form only if the date is recent.
They can then report back with the SKU and write some text.
If these pile up and you feel that this should more convenient you can think of the “Auto Checkbox Form”.
Kind regards,
Hi @conschneider thanks for the quick response You are right this will require some advance custom coding but I am not able to understand how can I do with SKU. The SKU are unique for all the items in my site can you please elaborate your point it will be highly beneficially for me.
Rest I am thinking to do it other way using Node.js and react using the API. I will send the order ID from the app using React Native POST request on the react and node server and then a custom form will be generated using Node.js and React Which will contain check box along with the items list and then person can submit it back.
con
(@conschneider)
Engineer
Hi there,
thanks for the quick response You are right this will require some advance custom coding but I am not able to understand how can I do with SKU. The SKU are unique for all the items in my site can you please elaborate your point it will be highly beneficially for me.
I would:
* Setup a simple and place it on my account so that customers must login.
* Use a custom function get SKU from orders: https://stackoverflow.com/questions/50779953/how-to-get-the-product-sku-from-order-items-in-woocommerce
* Have customers manually write the SKU and reason into the form as to why the product was bad
or maybe write a template that gets each order line item from an order and populate a form with it. Like you described:
Rest I am thinking to do it other way using Node.js and react using the API. I will send the order ID from the app using React Native POST request on the react and node server and then a custom form will be generated using Node.js and React Which will contain check box along with the items list and then person can submit it back.
That also works.
Kind regards,
con
(@conschneider)
Engineer
Hi there,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Kind regards,