Get Order Increment Id in Magento

前端 未结 10 1733
生来不讨喜
生来不讨喜 2020-12-03 21:19

I\'m trying to get the Order Increment Id in Magento, on the success.phtml page so that I can use this for affiliate tracking.

I\'m using the following code, but it

10条回答
  •  感动是毒
    2020-12-03 21:37

    getRealOrderId() appears to return the order number as presented in data grids. getId() will return the internal id of row in the database, which you probably don't want.

提交回复
热议问题