• Hi, the plugin works ok but I’d like to know if it’s possible to place the discount information message next/close to the price when you are in product single page.
    Right now shows up after “product meta”, way below price.

Viewing 1 replies (of 1 total)
  • Hi

    I had the same problem

    Go woocommerce-bulk-discount.php find

    add_action( ‘woocommerce_single_product_summary’, array( $this, ‘single_product_summary’ ), 45 ) and change 45 to 19 then save and the bulk buy discount info will be displayed just after the price

    I hope that helps

Viewing 1 replies (of 1 total)
  • The topic ‘Move productinfo-show-discounts up!’ is closed to new replies.