get_queried_object();
if( !isset( $cat->term_id ) ){
$image = alanah_get_option( 'shop_bage_banner' );
$imageurl = alanah_get_option( 'shopbannerurl' );
}else{
$thumbnail_id = get_term_meta( $cat->term_id, 'thumbnail_id', true );
$image = wp_get_attachment_url( $thumbnail_id );
$imageurl = '';
}
if( is_shop() && $image && $image !='' ) {
if( $imageurl ) :
echo '

';
else :
echo '

';
endif;
}
?>
'
' ) ) ) : ?>