'product', 'product_cat' => get_theme_mod('affiliate_marketing_business_product_page'), 'order' => 'ASC', 'hide_empty' => 0, 'posts_per_page' => 3, ); $loop = new WP_Query( $args ); while ( $loop->have_posts() ) : $loop->the_post(); global $product; ?>
post->ID )) echo get_the_post_thumbnail($loop->post->ID, 'shop_catalog'); else echo ''; ?>

get_description(); $affiliate_marketing_business_excerpt_length = 100; // Number of characters for the excerpt $affiliate_marketing_business_product_description_excerpt = substr($affiliate_marketing_business_product_description, 0, $affiliate_marketing_business_excerpt_length); echo $affiliate_marketing_business_product_description_excerpt . '...'; // Add ellipsis to indicate the text is truncated ?>

is_type( 'simple' ) || $product->is_type( 'external' ) ){ woocommerce_template_loop_rating( $loop->post, $product ); } ?>

get_price_html(); ?>

get_id(), '_sale_price_dates_from', true); $affiliate_marketing_business_sale_end_date = get_post_meta($product->get_id(), '_sale_price_dates_to', true); ?>