You are here

amazon-item-detail.tpl.php in Amazon Product Advertisement API 6

File

amazon-item-detail.tpl.php
View source
<?php

if (!empty($detail) && !empty(${$detail})) {
  print ${$detail};
}
else {
  print "{$detail} not found for {$asin}";
}