cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove leading zeroes in order id?

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

How to remove leading zeroes in order id?

Hi how to remove leading zeroes from magento 2 order id from being created.

2 REPLIES 2

Re: How to remove leading zeroes in order id?

Hi @akshay_kapase

 

Yes you can do it but by default natively there is no functionality to change this.

 

so either you need to customize and need to create your custom plugin/extension which is more time consuming.

 

there are couple of third-party extension is available to do this job.

 

below i am listing few extension for that :

 

https://amasty.com/custom-order-number-for-magento-2.html

 

https://bsscommerce.com/magento-2-custom-order-number-extension.html

 

https://www.vnecoms.com/magento2-custom-order-number.html

 

Note : Just suggestion at my end , as active member of this forum we always welcome your question but if you have technical issue related to magento 2 do not post in "Welcome Magento community" thread instead of post here in "Technical issue thread" - https://community.magento.com/t5/Magento-2-x-Technical-Issues/bd-p/magento-2-technical-issues 

 

Hope it helps 

if issue solved,Click Kudos & Accept as Solution

Re: How to remove leading zeroes in order id?