ID,'download_item_thumbnail_id');
$realfeatImage = wp_get_attachment_image_src( get_post_thumbnail_id( $product->ID ), 'olam-product-thumb-small' );
$realfeatImage=$realfeatImage[0];
if(is_array($theDownloadImage) && (count($theDownloadImage)>0) ){
$thumbID=$theDownloadImage[0];
$featImage=wp_get_attachment_image_src($thumbID,'olam-product-thumb-small');
$featImage=$featImage[0];
} else {
$thumbID=get_post_thumbnail_id($product->ID);
$featImage=wp_get_attachment_image_src($thumbID,'olam-product-thumb-small');
$featImage=$featImage[0];
}
?>
0) {
$alt = get_post_meta($thumbID, '_wp_attachment_image_alt', true);
?>
|
dashboard->product_list_title($product->ID); ?> |
dashboard->product_list_status($product->ID); ?> |
dashboard->product_list_price($product->ID); ?> |
dashboard->product_list_sales_esc($product->ID); ?> |
dashboard->product_list_actions($product->ID); ?> |
dashboard->product_list_date($product->ID); ?> |