editview Posted May 15, 2019 Share Posted May 15, 2019 I'm new to PrestaShop development and I'm working on a module that needs to be able to "flag" an order for certain types of suspicious activity. What's the best way to indicate an issue with an order? Is there a way to "flag" an order, add a "tag", or maybe attach a note to an order? Link to comment Share on other sites More sharing options...
selectshop.at Posted May 15, 2019 Share Posted May 15, 2019 Use the possibilities for to add new "status". Add one without any mail sending, only just for your purposes. This status you can than select directly in the order. Another possibility is to use the "note" in the order directly as well, but you will not see this note anywhere ad hoc. Better is to use status, cause you will see them on the order list and can also filter there by status. Explore a little bit the functions you can use on the order directly. http://doc.prestashop.com/display/PS17/Statuses Link to comment Share on other sites More sharing options...
editview Posted May 18, 2019 Author Share Posted May 18, 2019 Ok great, thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now