• Resolved edmancenter

    (@edmancenter)


    hello and thanks for perfect plugin
    brand position does not work correctly in shopkeeper !
    can u please check it?
    Best Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter edmancenter

    (@edmancenter)

    hello again
    i think the problem is content-single-product file which includs these codes
    can u please check it?!
    //woocommerce_single_product_summary
    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_title’, 5 );
    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_rating’, 10 );
    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 10 );
    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_excerpt’, 20 );
    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’, 30 );
    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_meta’, 40 );
    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_sharing’, 50 );

    add_action( ‘woocommerce_single_product_summary_single_title’, ‘woocommerce_template_single_title’, 5 );
    add_action( ‘woocommerce_single_product_summary_single_rating’, ‘woocommerce_template_single_rating’, 10 );
    add_action( ‘woocommerce_single_product_summary_single_price’, ‘woocommerce_template_single_price’, 10 );
    add_action( ‘woocommerce_single_product_summary_single_excerpt’, ‘woocommerce_template_single_excerpt’, 20 );
    add_action( ‘woocommerce_single_product_summary_single_add_to_cart’, ‘woocommerce_template_single_add_to_cart’, 30 );
    add_action( ‘woocommerce_single_product_summary_single_meta’, ‘woocommerce_template_single_meta’, 40 );
    add_action( ‘woocommerce_single_product_summary_single_sharing’, ‘woocommerce_template_single_sharing’, 50 );

    benserv

    (@benserv)

    <div class="product_summary_middle">
    									 <!-- BRAND NUME CU LINK - MODIFICARE STENS -->
    									 <?php echo do_shortcode("[pwb-brand]"); ?>
    										<?php
    
    											do_action( 'woocommerce_single_product_summary_single_title' );
    
    											if ( post_password_required() ) {
    												echo get_the_password_form();
    												return;
    											}
    										?>
    									</div><!--.product_summary_top-->

    Line 118

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘shopkeeper brand position’ is closed to new replies.