post);
$meta = get_post_meta($post->ID);
$href = '?' . http_build_query(array_merge($_GET, array('page' => 'kbAmz', 'kbAction' => 'productsAttributes')));
echo '
';
echo '
';
echo '
Plugin Configured Attributes Change from here.';
echo kb_amz_product_attributes_func(array('post_id' => $post->ID));
echo '
';
echo '
';
echo getKbAmz()->getProductImages($post->ID)->getFirst(null, true, array('style' => 'max-height:200px;width:auto;'));
echo '
';
echo '
';
echo '
';
echo 'Raw Amazon Attributes
';
foreach ($meta as $key => $val) {
echo substr($key, 5) . ' : ' . $val[0] . '
';
}