+1 234 567 8

info@radikal.in

Get Free Delivery on Orders over $60

Looking for a Specific Product?

session->get( 'my_recommended_products' ); // Retrieve the recommended products from session if ( $recommended_products ) { // Display the recommended products in a loop $args = array( 'post_type' => 'product', 'post__in' => $recommended_products, 'orderby' => 'post__in' ); $query = new WC_Product_Query( $args ); $products = $query->get_products(); if ( $products ) { echo '

Recommended Products

'; foreach ( $products as $product ) { wc_get_template_part( 'content', 'product' ); } } } ?>
My cart
Your cart is empty.

Looks like you haven't made a choice yet.