Closed (outdated)
Project:
Commerce Email
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2012 at 07:09 UTC
Updated:
2 Jun 2020 at 18:28 UTC
Jump to comment: Most recent
Comments
Comment #1
guillaumev commentedThe 2.x version is still not completely stable, but it should work now if you have:
- Variable in its DEV version
- Variable Email
Please make sure you have those 2 modules in their required versions and it should work...
Comment #2
tahiticlic commentedYes I have.
I've came back to 1.x version and it is ok, I can see body edition now. Which I couldn't on 2.x version.
Nice module!
Comment #3
Robin Millette commentedMarking as Fixed, will get closed automatically in 2 weeks if there's no more activity.
Comment #4
silkogelman commented@tahiticlic your problems with the body text not showing was probably related to
#1451680: Notice: Undefined index: module en variable_type_include()
documentation page can be found at
http://drupal.org/node/1471758
maybe we can put a link on the module page so people can find it and actually apply it.
Comment #6
summit commentedHi,
Setting this to Active again if this is ok.
Using latest commerce_email (2013-Jun-05) and drupal commerce 1.8 somehow the tokens:
Do not work anymore...
I use latest dev of Variable (http://ftp.drupal.org/files/projects/variable-7.x-2.x-dev.tar.gz) . Version 1.dev is not supported anymore and alpha1 of variable email: https://drupal.org/node/1678118
Thanks for assistance in advance!
Greetings,
Martijn
Comment #7
summit commentedAs said setting this to active.
What are the right versions of modules for latest commerce_email?
Greetings, Martijn
Comment #8
shaneonabike commentedI'm having the same issue actually also reported here #1818380: Tokens not working in sent emails
Comment #9
shaneonabike commentedFor those having issues you might want to check out these two patches (and issues). Both have resolved my problem for translation and proper variable issues.
* #1759140: Token API change in dev needs documentation and maybe an own branch
* #1814806: The language option is not passed to the token evaluation and email templates
Comment #10
kevster commentedShaneOnABike - sounds like you have solved this problem of tokens not being processed and sent (lucky man!). Ive been chasing this one around for about 5 hours now to no avail.
I also applied this one - https://drupal.org/node/1451680 - to change the body of the email to text so that the tokens get applied - this strips out the text formats but if it works hey ho....
Ive tried all sorts of combinations but currently on the following:
commerce 1.7
Commerce Email 7.x-2.x-dev
variable 7.x-1.2+35-dev (this is old but Im assuming its the one that works)
variable email 7.x-1.0-alpha1+3-dev
HTMLmail 7.x-2.65
Commerce Extra Tokens
applied this one also #1759140: Token API change in dev needs documentation and maybe an own branch
I am getting the commerce extra tokens order data through fine in the email but other tokens such as [commerce-order:commerce_customer_billing] just arent working and just print out the token code.
Can you please confirm which module versions are working for you? Any help much appreciated...
Comment #11
rszrama commented