I am using Drupal v5 and Amazon associate tools - working - but there is no Buy This link in the node mode - so i added a line as follows - is this is the correct method to apply patch -

 if ($node->formattedprice) {
 $output .= "amazon price: $node->formattedprice $node->currencycode<br /><br clear=\"all\" />";
  }
line 1366 ++  $output .= "<a href=\"$node->detailpageurl\" target=\"_blank\">Buy this Book</a>";
  $output .= '</td>';

US Finance World

Comments

Prometheus6’s picture

Status: Active » Closed (works as designed)

That's the same link that is applied to the title and image.