Harry Norman
Member since October 2023
1
Snippets
<10
Favourites
<10
Downloads
Add WooCommerce upsells below the add-to-cart button
// add upsells below add-to-cart button add_action( 'woocommerce_single_product_summary', 'woocommerce_upsell_display', 40 );
<10