App reviews, troubleshooting, and recommendations
Hi,
I have been working on a task that basically is to when an order is submitted then add some notes to orders based on the logic in the extension.
I have read the docs and found that there is a hook named
if (our logic) { setNotes({ type: "updateNote", value:`there comes the note`, }); }
Solved! Go to the solution
This is an accepted solution.
if (our logic) { setNotes({ type: "updateNote", note:`there comes the note`, }); }
This was resolved by setting the value to note in the object passed. A slight overlook on my side.
anybody ??
This is an accepted solution.
if (our logic) { setNotes({ type: "updateNote", note:`there comes the note`, }); }
This was resolved by setting the value to note in the object passed. A slight overlook on my side.
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023