- 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.
- π§πͺ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...