1 / 2

mageefy-blogspot-com-2022-07-change-order-numbers-prefix-of-specific-html

Some merchants want to customize order numbers or invoice numbers to be different than what Magento 2 produces by default.

mageefy
Download Presentation

mageefy-blogspot-com-2022-07-change-order-numbers-prefix-of-specific-html

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Mageefy Change the order number's pre?x of a speci?c store July 09, 2022  Some merchants want to customize order numbers or invoice numbers to be different than what Magento 2 produces by default. Because of the limitation of order numbers in default Magento 2, many merchants are finding a solution to make modifications to order number. Each order in your Magento 2 gets a unique number. It starts with the default 100000001, 100000002 and so on. We can individually adjust the following properties of increment IDs for Orders, Invoices, Credit memos, & Shipments: Prefix Suffix Step Start-value Pad-length You can manage it like below: Magento 2 database contains a table name 'sales_sequence_profile' which has prefix column and every row contains a meta_id which relates with table 'sales_sequence_meta'. Table 'sales_sequence_meta' sequence table names according to stores and type(order, invoice, shipment, creditmemo). sequence_order_* contains the last inserted order ids sequence_shipment_* contains the last inserted shipment ids sequence_invoice_* contains the last inserted invoice ids sequence_creditmemo_* contains the last inserted creditmemo ids Basically this is just for understanding. You need to update the table 'sales_sequence_profile' and related sequence tables. You can change this using by changing related store db tables. i.e if your store id is 1 : change prefix column value in your sales_sequence_profile table against your meta_id = 1;       Magento Extensions- Magento 2 Free Shipping Bar Review Reminder for Magento 2 Magento 2 Custom Option Default Value Coupon Code Link for Magento 2   Visit- https://www.mageefy.com/ Address- 72, Second Floor, Ganesh Vihar Extension, Sirsi Road, Jaipur - 302034, India. To leave a comment, click the button below to sign in with Google. SIGN IN WITH GOOGLE Powered by Blogger Theme images by Michael Elkan

More Related