Upsell hook
-
Hello,
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
I also attach a picture to illustrate my thought. https://imgur.com/a/vlELGgWFirst I asked on the theme developer’s forum but the author said the theme doesn’t modify WooCommerce template
sorry for my english, and thanks in advanceThe page I need help with: [log in to see the link]
The topic ‘Upsell hook’ is closed to new replies.