Hello, first thanks for the great theme.
I would like to ask for help to hook the upsell template from ‘woocommerce_after_single_product_summary’ to ‘woocommerce_single_product_summary’ as I would like it to appear above the description but under the product’s picture.
I tried this code but didn’t work.
*/
remove_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_upsell_display’, 15 );
add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_upsell_display’, 61 );
the only thing it did was to remove the upsell bar completely from the single product site
sorry for my english, and thanks in advance