Change Order ID of Order Complete Page

  • Ioannis
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
6 years 1 month ago - 6 years 1 month ago #111445 by Ioannis
Hello, how can i change the Order ID in the Order Complete Page (page after you click the Confirm Order button) with the Order Number?
I have created a override for the file checkout/complete.php but if i change the $this->orderInfor->id to $this->orderInfor->number i get no results. Can i get the Order number in that page?

Thank you
Last edit: 6 years 1 month ago by Ioannis.

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

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
6 years 1 month ago #111479 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic Change Order ID of Order Complete Page
Hello Ioannis,

Can you please change $this->orderInfor->number by $this->orderInfor->order_number ?

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

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

  • Ioannis
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
6 years 1 month ago - 6 years 1 month ago #111481 by Ioannis
Replied by Ioannis on topic Change Order ID of Order Complete Page
That's it!!!

Thank you Giang
Last edit: 6 years 1 month ago by Ioannis.

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

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
6 years 1 month ago #111482 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic Change Order ID of Order Complete Page
No problem at all Ioannis!

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

Moderators: Giang Dinh Truong