pradeeppl
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Category wise Latest Product Posts for Home PageThanks!! got solution for it!
<?php $args = array( 'post_type' => 'product', 'stock' => 1, 'posts_per_page' => 6, 'product_cat' => 'ACE', 'orderby' =>'rand','order' => 'DESC' ); $loop = new WP_Query( $args ); if($loop->have_posts()): while($loop->have_posts()) : $loop->the_post(); global $product; ?> <ul class="home_posts"> <li> <?php if (has_post_thumbnail( $loop->post->ID )) echo get_the_post_thumbnail($loop->post->ID, 'shop_catalog'); else echo '<img src="'.woocommerce_placeholder_img_src().'" alt="Placeholder" width="300px" height="300px" />'; ?> <div class="overlay"> <h3><?php the_title();?></h3> <a class="info" href="<?php the_permalink(); ?>">View Details</a> </div> <span><?php the_title();?></span><br /> <span><?php echo $product->get_price_html(); ?>/-</span> </li> </ul> <?php endwhile; else : ?> <p>No Updates</p> <?php endif; ?>
Forum: Plugins
In reply to: [WooCommerce] Email is send by Woocommerce, But not received in HotmailThanks! Used Mandrill Plugin. Now its works Clearly!
Forum: Plugins
In reply to: [WC - APG SMS Notifications] After activated API, Email not workingokay!
I have another issue regarding vendors need to get SMS. can you help me?
Forum: Plugins
In reply to: [WC - APG SMS Notifications] After activated API, Email not workingThanks,
maybe, due to other issue. its not working..
Just said!!! what they replied to me. when I asked about it. And I already send request to them. still i did’t get reply from them.
Asked to “WooCommerce – APG SMS Notifications”. He Said “We can add support for WC Vendors plugin.
Please ask for a budget in Plugins de APG.
Kind regards.”
thanks, got it “Membership List by Role” Done!!!!
I can’t find the rule, where is it? where is to select?
If i give commission rate. then it shows only commission rates in email. not showing product rate.
Forum: Plugins
In reply to: [WooCommerce] Email is not receivingIf customer shop in same day 2 times, then he/she won’t get second new order email. why? As well as Seller too won’t getting second email.
Forum: Plugins
In reply to: [WC - APG SMS Notifications] WooCommerce – APG SMS Notificationsshailendrakumrawat which site you are using?
Forum: Plugins
In reply to: [WooCommerce] Email is not receivingya it is html email. customer can receive new order mail. but seller cant receiving the new order mail.
Forum: Plugins
In reply to: [WC - APG SMS Notifications] WooCommerce – APG SMS NotificationsWC Vendors
Forum: Plugins
In reply to: [WC - APG SMS Notifications] WooCommerce – APG SMS NotificationsMSG91
Forum: Plugins
In reply to: [WooCommerce] WooCommerce – hide ?add-to-cart=262 in urlokay! but in Shop page have problem.