Home Forums Basel support forum Bug report

Bug report

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #4476

    lxyamerica
    Participant

    on 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 šŸ™‚

    #4481

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for your bug report.

    We will remove this notice for quick in the next update for sure.

    Thank you šŸ™‚

    #4489

    lxyamerica
    Participant

    You 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>
    #4491

    lxyamerica
    Participant

    I 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 );

    #4493

    Artem Temos
    Keymaster

    It 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.

Viewing 5 posts - 1 through 5 (of 5 total)