Hi All
Magento version 2.3.3
i am looking to create a custom field within order or order line. requirements are
thanks in advance for any extension recommendations or possible solutions
Graeme
Hi Graeme,
Check out this extension: https://marketplace.magento.com/amasty-orderattr.html
There is a demo. I've used this extension before, and I think that it will meet your basic needs for creating and managing order attributes. It can also help you restrict whether an order attribute is displayed to shoppers, or only available to admins. (You selected whether the order attribute is "Visible on Frontend"). You determine which fields appear in the admin on the Orders page, so you can make it easier to sort and filter by these results.
As far as bulk editing orders via CSV, that may require a separate extension that allows for Importing Orders / Editing Orders. I'm not familiar with an order attribute extension that also allows for editing via CSV. For instance, https://marketplace.magento.com/emagicone-module-bridgeconnector.html might do the trick. They have a free trial you could use for testing, or you could reach out to them for confirmation.
Best of luck!
Hello there!
Take a look at our Order Attributes extension. This module allows you to create an endless number of extra fields on the order grid. If it’s necessary, you can hide the attribute from the checkout page. It will still be available for your admins. Also, you can import attributes via API.
Some other important features:
Check it out!
thanks as always for the suggestions @Amasty, will check this out