#[ORDER_ID] start number.

  • Attila Klug
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
7 years 10 months ago #83035 by Attila Klug
#[ORDER_ID] start number. was created by Attila Klug
Hello Giang,

We would like to change the #[ORDER_ID]. We would like to start from 100000. It is possible?
Now start from 1 (#1).

Regards,
Attila

Please Log in or Create an account to join the conversation.

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
7 years 10 months ago #83241 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic #[ORDER_ID] start number.
Hello Attila,

Yes, it is possible. You need to go to the phpmyadmin to set the start number of ID field of #__eshop_orders table to 100000 as you want. In the future, I will add this into the configuration to allow admin can set the start order ID.

Sincerely, Giang
The following user(s) said Thank You: Attila Klug

Please Log in or Create an account to join the conversation.

  • Attila Klug
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
7 years 10 months ago - 7 years 10 months ago #83246 by Attila Klug
Replied by Attila Klug on topic #[ORDER_ID] start number.
Hello Giang,

It's perfect :) Working.

ALTER TABLE `paggi_eshop_orders` AUTO_INCREMENT = 10000

Thank you very much :)

Best regards,
Attila
Last edit: 7 years 10 months ago by Attila Klug.

Please Log in or Create an account to join the conversation.

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
7 years 10 months ago #83249 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic #[ORDER_ID] start number.
That's correct Attila!
Sincerely, Giang

Please Log in or Create an account to join the conversation.

Moderators: Giang Dinh Truong