• Resolved agod

    (@agod)


    I would like to remove “related products” and “upsell products” on specific product pages and not globally.

    I am attempting to have two product pages for each product.

    Product 1a page will have all the Hooks.
    Product 1b page will only have the product without the above hooks. Product 1b will be opening in a more info popup.

    I did not create the following but I think it is close to where I need to be:

    remove_action( ‘woocommerce_after_single_product_summary’, array( $da_woocommerce, ‘output_related_products’ ), 15 );

    remove_action( ‘woocommerce_after_single_product_summary’, array( $da_woocommerce, ‘upsell_display’ ), 10 );

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove hooks on specific pages.’ is closed to new replies.