Home › Forums › Basel support forum › Bug report
Bug report
- This topic has 4 replies, 2 voices, and was last updated 8 years, 7 months ago by
Artem Temos.
-
AuthorPosts
-
September 23, 2016 at 3:59 am #4476
lxyamericaParticipanton homepage, when you deleting item from cart(the one locate upper right), you will not received any notification. but once you open quickview of item, the notications pop up.
https://i.imgsafe.org/4a7aa17261.jpg
please fix this 🙂
September 23, 2016 at 5:42 am #4481
Artem TemosKeymasterHello,
Thank you so much for your bug report.
We will remove this notice for quick in the next update for sure.
Thank you 🙂
September 23, 2016 at 7:31 am #4489
lxyamericaParticipantYou are welcome, is there any chance to add product number in quickview?
Or can you tell me what to add? I found this in content-quickview.php<div itemscope itemtype="<?php echo woocommerce_get_product_schema(); ?>" id="product-<?php the_ID(); ?>" <?php post_class( $classes ); ?>> <div class="row product-image-summary"> <div class="col-md-6 col-sm-6 col-xs-12 product-images"> <?php basel_product_images_slider(); ?> </div> <div class="col-md-6 col-sm-6 col-xs-12 summary entry-summary"> <?php /** * woocommerce_single_product_summary hook * * @hooked woocommerce_template_single_title - 5 * @hooked woocommerce_template_single_rating - 10 * @hooked woocommerce_template_single_price - 10 * @hooked woocommerce_template_single_excerpt - 20 * @hooked woocommerce_template_loop_add_to_cart - 30 * @hooked woocommerce_template_single_meta - 40 * @hooked woocommerce_template_single_sharing - 50 */ do_action( 'woocommerce_single_product_summary' ); ?> </div><!-- .summary --> </div>
September 23, 2016 at 7:46 am #4491
lxyamericaParticipantI found this, how to use this?
add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’, 30 );
add_action( ‘woocommerce_simple_add_to_cart’, ‘woocommerce_simple_add_to_cart’, 30 );
add_action( ‘woocommerce_grouped_add_to_cart’, ‘woocommerce_grouped_add_to_cart’, 30 );
add_action( ‘woocommerce_variable_add_to_cart’, ‘woocommerce_variable_add_to_cart’, 30 );
add_action( ‘woocommerce_external_add_to_cart’, ‘woocommerce_external_add_to_cart’, 30 );
add_action( ‘woocommerce_single_variation’, ‘woocommerce_single_variation’, 10 );
add_action( ‘woocommerce_single_variation’, ‘woocommerce_single_variation_add_to_cart_button’, 20 );September 23, 2016 at 8:06 am #4493
Artem TemosKeymasterIt our next update we are planning to improve our quick function at all. So please wait for the update (in 10-14 days) and you will get all these functions.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register