Can't get commerce_order token to work

Created on 30 January 2025, 2 months ago

I'm trying to test out ECA commerce, but I can't seem to understand how the commerce_order token is passed...
I am a complete ECA novice, so probably I'm missing something very basic... :(

I have setup a model:
- Start event: Order completion
- Goes to a log/debug task that outputs: "Order: [commerce_order]"

This outputs the commerce order ID, which is fine.
However I thought I would be able to output things like [commerce_order:order_id],
[commerce_order:field_my_custom_field], and so on. But these do not work... I can only output the ID.

What do I need to do to get the fully loaded commerce_order token available?

πŸ’¬ Support request
Status

Active

Version

2.1

Component

Code

Created by

πŸ‡§πŸ‡ͺBelgium weseze

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @weseze
  • πŸ‡©πŸ‡ͺGermany jurgenhaas Gottmadingen

    If you only use [commerce_order], then the order entity gets casted into a string, at that's returning the ID of the entity. That's controlled by the entity implementation.

    If you want to get access to other properties of that entity, then you can look into the token browser (available when the contrib token module is enabled):

    I don't see a reason why that shouldn't work. The token replacement is actually being done by the module that provides the token, that commerce_order in this case. The fact, that you successfully get the order ID at least indicates that the correct entity is contained in the referenced token.

  • πŸ‡ΊπŸ‡ΈUnited States nicxvan

    Please let us know if #2 doens't work.

  • πŸ‡§πŸ‡ͺBelgium weseze

    Didn't work for me :(

    I can not get anything more specific from the commerce-order token itself. They al output blank...

  • πŸ‡§πŸ‡ͺBelgium weseze

    Update: If I debug the commerce order variable in the code I also get just the ID, not a commerce_order entity... That would explain why none of the subtokens are working.

    I will try some deeper debugging to see what is going on exactly: will report back if I find anything ;)

  • πŸ‡§πŸ‡ͺBelgium weseze

    Nevermind, I was using tokens that didn't exist (yet)...

  • πŸ‡ΊπŸ‡ΈUnited States nicxvan

    If you can add some detail we can add to the guide.

  • πŸ‡§πŸ‡ͺBelgium weseze

    I don't really understand what the issue(s) are here...
    Seems like some tokens work and others do not, and I don't understand why.
    Some examples:
    [commerce_order:id] => works fine
    [commerce_order:order_number] => does not output anything
    [commerce_order:changed] => does not output anything
    [commerce_order:changed:value] => outputs a timestamp
    [commerce_order:placed] / [commerce_order:placed:value] => does not output anything
    I had more issues, but can remember them all.

    I will test some more next week on a staging environment. Some issues might be caused due to the order completion event not firing correctly on my local dev...

Production build 0.71.5 2024