Closed (works as designed)
Project:
Amazon associate tools
Version:
5.x-1.0-beta
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2007 at 09:46 UTC
Updated:
26 Jan 2007 at 19:58 UTC
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>';
Comments
Comment #1
Prometheus6 commentedThat's the same link that is applied to the title and image.