• Resolved martong91

    (@martong91)


    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Acme Themes

    (@acmethemes)

    Dear martong91,

    Since our theme Online Shop doesn’t modify WooCommerce template, we would like to suggest you to ask query on WooCommerce support forum.

    Best Regards!

    Thread Starter martong91

    (@martong91)

    Thanks, will try it there.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Upsell hook’ is closed to new replies.