esc_attr($affiliate_store_catData), 'posts_per_page' => -1, ) ); while ($affiliate_store_page_query->have_posts()) : $affiliate_store_page_query->the_post(); ?>
'post-image')); } else { ?>

' . esc_html($affiliate_store_shortexcerpt) . '

'; ?>

'product_cat', 'orderby' => 'name', 'order' => 'ASC', 'hide_empty' => 0, 'parent' => 0 ); $affiliate_store_product_categories = get_terms($affiliate_store_args); if (!empty($affiliate_store_product_categories)) { foreach ($affiliate_store_product_categories as $affiliate_store_product_category) { $affiliate_store_category_id = $affiliate_store_product_category->term_id; $affiliate_store_category_link = get_category_link($affiliate_store_category_id); $affiliate_store_thumbnail_id = get_term_meta($affiliate_store_category_id, 'thumbnail_id', true); ?>
name) . '" />'; } else { ?>
name); ?>

'product', 'product_cat' => get_theme_mod('affiliate_store_hot_products_cat'), 'order' => 'ASC' ); $affiliate_store_loop = new WP_Query($affiliate_store_args); while ($affiliate_store_loop->have_posts()) : $affiliate_store_loop->the_post(); global $product; $affiliate_store_product_categories = wp_get_post_terms($product->get_id(), 'product_cat'); if (!empty($affiliate_store_product_categories) && !is_wp_error($affiliate_store_product_categories)) { $affiliate_store_product_category = $affiliate_store_product_categories[0]; } ?>
post->ID)) { echo get_the_post_thumbnail($affiliate_store_loop->post->ID, 'shop_catalog'); } else { echo ''; } ?>
name); ?>

get_price_html(); ?>