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

Prometheus6’s picture

Good point. I think trimming each ASIN is the way to go, since it's pretty well established folks don't RTFHelp text.

Prometheus6’s picture

Assigned: Unassigned » Prometheus6
Status: Active » Fixed

I 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.

Prometheus6’s picture

Status: Fixed » Closed (fixed)