Skip to main content

General settings

All configurations of the Order management extension are located at Stores -> Configuration -> Mirasvit Extensions-> Order management.

Order Grid

This section have only one setting - Order items display mode, which indicates the visibility of order items. You may choose one of three options:

  • All items: all order items are visible.
  • Parent only: only parent order items are visible.
  • Child only: only child order items are visible.

Order editor

This section allows you to configure when and how orders can be modified through the editor interface. This section have only one setting - Disable editor on order status . Use the dropdown to choose order statuses during which specific sections of an order cannot be edited.


Order numbering

This section provides convenient way to generate order numbers according to your needs.

  • Enable custom order numbers: enable custom identification numbering.
  • Order number format pattern: set unique numbering pattern.

Invoice numbering

Use this section to set up the formatting pattern for invoice documents.

  • Enable custom invoice numbers: enable custom identification numbering.
  • Base on order number format: defines whether to use the order number pattern..
  • Text to replace: specifies the text to be replaced in the order number.
  • Replacement text: defines the replacement text.
  • Invoice number format pattern: sets unique numbering patter if the option Base on order number format is set to No.

Shipment numbering

This section enables you to define the formatting pattern for shipment documents.

  • Enable custom shipment numbers: enable custom identification numbering.
  • Base on order number format: defines whether to use the order number pattern..
  • Text to replace: specifies the text to be replaced in the order number.
  • Replacement text: defines the replacement text.
  • Shipment number format pattern: sets unique numbering patter if the option Base on order number format is set to No.

Credit memo numbering

This section allows you to configure the formatting pattern for credit memo documents.

  • Enable custom credit memo numbers: enable custom identification numbering.
  • Base on order number format: defines whether to use the order number pattern..
  • Text to replace: specifies the text to be replaced in the order number.
  • Replacement text: defines the replacement text.
  • Credit memo number format pattern: sets unique numbering patter if the option **Base on order number format ** is set to No.

Counter management

You can use variables to suit the identification number pattern for your needs.

VariableDescriptionExample
{{ h }}12-hour format of an hour with leading zeros01 through 12
{{ H }}24-hour format of an hour with leading zeros00 through 23
{{ i }}Minutes with leading zeros00 to 59
{{ A }}Uppercase Ante meridiem and Post meridiemAM or PM
{{ d }}Day of the month without leading zeros1 to 31
{{ dd }}Day of the month, 2 digits with leading zeros01 to 31
{{ m }}Numeric representation of a month, without leading zeros1 through 12
{{ mm }}Numeric representation of a month, with leading zeros01 through 12
{{ y }}A two digit representation of a year99 or 03
{{ yy }}A full numeric representation of a year, 4 digits1999 or 2003
{{ rand1 }}Random number0 through 9
{{ rand2 }}Random number10 through 99
{{ rand3 }}Random number100 through 999
{{ rand4 }}Random number1000 through 9999
{{ store_id }}Current store ID1 or 5
{{ order }}Current order increment number100012232

You can also create a custom counter for which you can specify your own start number and step. Click Add in the Counter section, set counter’s code, type, start number, step.

Manually insert the variables and counter’s code into the identification number pattern before using them.