';
$item_title = get_the_title( $item['id'] );
$featImage=null;
$realfeatImage = wp_get_attachment_image_src( get_post_thumbnail_id( $item['id'] ), 'olam-product-thumb-small' );
$realfeatImage=$realfeatImage[0];
$theDownloadImage=get_post_meta($item['id'],'download_item_thumbnail_id');
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($item['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);
?>
' . esc_html( $item_title ) . '';
//do_action( 'edd_checkout_cart_item_title_after', $item );
?>
|
|
|
$fee ) : ?>