rayhan30
Forum Replies Created
-
i have upload a new version of this plugin today.please try this new version and please give a good review also.and let me know if you have more idea.
Forum: Reviews
In reply to: [Plugin Name:Woo Quick Order Table View] A promising plugin left to die…@ntjedge
i have upload a new version of this plugin today.please try this new version and please give a good review also.and let me know if you have more idea.Hello Blizzard Wolf,
Hope you are doing well.I have released the latest version of the plugin.On new version i have added some awesome features hope you will like it.please check it out.If you face any issue let me know please.
Thanks
Forum: Plugins
In reply to: [Plugin Name:Woo Quick Order Table View] two important feature neededHello AngeloLazzari,
hope you are doing well.Please check the new version.i have added a number of new features hope you will like it.and you demand will be fulfill now.It has pagination and also lots more options like select one or more categories,order,number of products,table color etc.
Thanks
Forum: Plugins
In reply to: [Plugin Name:Woo Quick Order Table View] Does table view support pagination?Hello @_regeek,
hope you are doing well.Please check the new version.i have added a number of new features hope you will like it.and you demand will be fulfill now.It has pagination and also lots more options.
Thanks
Hello Khudeish,
hope you are doing well.Please check the new version.i have added a number of new features hope you will like it.and you demand will be fulfill now.
Thanks
Forum: Plugins
In reply to: [Plugin Name:Woo Quick Order Table View] two important feature neededHello Angelo,
sorry for my late reply.i have solution for your 1st issue.you please replace the code with this new code i am attaching here.please open the plugin quick-order.php file and replace the full function function woo_qotv() with the below code.hope you will be happy with it.i did not understand your 2nd issue.
Please i expect a 5 star review from you.
Thanks and Take Care
function woo_qotv(){?> <table class="quick-order"> <tr class="top_part"> <thead> <th ><?php echo('Image'); ?></th> <th ><?php echo('Product Name'); ?></th> <th ><?php echo('Price'); ?></th> <th ><?php echo('Quantity'); ?></th> </thead> </tr> <?php $args = array( 'post_type' => 'product','posts_per_page' =>'', 'orderby' =>'date','order' => 'DESC'); $loop = new WP_Query( $args ); while ( $loop->have_posts() ) : $loop->the_post(); global $product; ?> <tr> <?php if ( $product->is_in_stock() ) : ?> <td><a class="btn btn-default product" href="#" data-featherlight="#product_details_<?php echo $loop->post->ID; ?>"><div class="normal_thumnail"><?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().'"/>'; ?></div></a></td> <td><?php the_title(); ?></td> <td><?php echo woocommerce_price($product->get_price()); ?></td> <td> <?php do_action( 'woocommerce_before_add_to_cart_form' ); ?> <form class="cart_2" method="post" enctype='multipart/form-data'> <?php do_action( 'woocommerce_before_add_to_cart_button' ); ?> <?php if ( ! $product->is_sold_individually() ) { woocommerce_quantity_input( array( 'min_value' => apply_filters( 'woocommerce_quantity_input_min', 1, $product ), 'max_value' => apply_filters( 'woocommerce_quantity_input_max', $product->backorders_allowed() ? '' : $product->get_stock_quantity(), $product ), ) ); } ?><input type="hidden" name="add-to-cart" value="<?php echo esc_attr( $product->id ); ?>" /> <button type="submit" class="single_add_to_cart_button button alt">+</button> <?php do_action( 'woocommerce_after_add_to_cart_button' ); ?> </form> </td> <div class="lightbox" id="product_details_<?php echo $loop->post->ID; ?>" > <div class="light_image"><?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().'"/>'; ?></div> <div class="light_details"> <h2><?php the_title(); ?></h2> <div class="description"><?php the_content(); ?></div> <p>SKU: <?php echo ( $sku = $product->get_sku() ) ? $sku : __( 'N/A', 'woocommerce' ); ?></p> <p>Price: <?php echo woocommerce_price($product->get_price()); ?></p> </div </div> <?php do_action( 'woocommerce_after_add_to_cart_form' ); ?> <?php endif; ?> </tr> <?php endwhile; ?> <?php wp_reset_query(); ?> </table> <?php }
Hello Bro,see the screenshot.https://www.awesomescreenshot.com/image/1605654/b4f21639e8414ccff5e08f5a2611da91
also please check this one.
https://www.awesomescreenshot.com/image/1605670/c9e1d44649140f063b82f431f7be82c1
Variable products are already working on the plugin.I have created a products and it is showing on the table.Hope you got your answer.You want to show more information like attributes on the pop up?I just kept basic values.To solve it you need to customization the plugin.
Thanks
- This reply was modified 8 years, 5 months ago by rayhan30.
Forum: Plugins
In reply to: [Plugin Name:Woo Quick Order Table View] Does table view support pagination?Sorry Bro still it is not working pagination.But in the next version pagination will surely work.Hope you will get new version within this month.You think anything else can make the plugin more user friendly?
Thanks