in the transaction search screen, link "shipping notify" does not work. generated link is "admin/store/shipping/send" (lines #1282 & #1289), and this is not defined in the current shipping module.
this can be fixed by changing the link to "admin/store/settings/shipping" and modifying shipping module to get the correct param for txnid (line #77 arg(4) -> arg(5)), or by defining the admin/store/shipping link in shipping.module, but there might be some reason why it was removed, so i would go for the first fix.
let me know which patch to post :)
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | ec-shipnotif-fix_0.patch | 2.12 KB | syllance |
Comments
Comment #1
matt westgate commentedI agree. Let's go with fix #1.
Comment #2
syllance commentedand here is the patch for fix #1 :)
it change the link in store.module, and change the arg position in shipping.module.
Comment #3
syllance commentedComment #4
ñull commentedIn present CVS the shipping notify link is working with or without your patch, but I noticed the following:
The date in the shipping notify preview is always received Thu, 01/01/1970 - 02:00. while elsewhere it gives the correct date
The ordered items are not listed.
For this reason I felt free to change subject and status.
I tried to figure out what the problem is but I am missing debug tools to check variables.
Comment #5
simemoving all notification issues under ec_mail. There are a lot and should be checked together.
Comment #6
brmassa commentedduplicated on http://drupal.org/node/162512
Comment #7
(not verified) commented