When entering multiple books you must do comma delimited with no spaces:
0071406352,0071406352,0071406352
if you do it like this it doesn't work:
0071406352, 0071406352, 0071406352
Form field should either strip out spaces or validate input (or at least have description telling you not to do this).
Comments
Comment #1
Prometheus6 commentedGood point. I think trimming each ASIN is the way to go, since it's pretty well established folks don't RTFHelp text.
Comment #2
Prometheus6 commentedI just committed the change necessary to handle the spaces.
Because I've been tweaking this recently and don't feel like backing out the change, the module now lets you select which node types can have the "related book" link via admin/node/configure/types.
Give it a couple of hours to repackage.
Comment #3
Prometheus6 commented