Join our new community forum for support & discussion

Join Now

Home Support Extensions Messages %sender% is not displaying

%sender% is not displaying

  • Author
    Posts
  • Kevin

    When I use %sender% in Email it is showing just that. Here is an example attached. All other variables I have used worked fine. I have tried deleting it, copying it, and pasting it back in with the same results.

    %sender% not working

    yevhen developer

    This is an object token, please try changing it this way:
    %sender.first_name%
    %sender.last_name%
    This way you can display any of the sender details.

    Kevin

    Is there any way to do this with the User Name?
    Maybe %sender.username% ?

    yevhen developer

    Sure, this user field exists so this token should be ok.

    manishgarg

    How would you use %listing%, %request%, %order_number% tokens? I am facing a similar issue. Thanks!

    ihor developer

    For object tokens like %listing% and %request% you can use any of the available fields this way:

    %listing.title%
    %request.title%
    %listing.anyattributehere%
    fsimoni

    %listing.title% does not work

    Why?

    Tnx
    Federico

    ihor developer

    If you use it for messages then the listing token may not be available, it may be available when a message is sent via the listing page only.

Viewing 8 posts - 1 through 8 (of 8 total)

New Reply

This forum has been archived and is no longer accepting new posts or replies. Please join our new community forum for support & discussion.