Topic Resolution: Resolved
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #3291
    AvatarBakana Media
    Support Expired

    Hello,

    I wanted to know how I can deactivate the suggested products below my articles?

    #3292

    If you want to remove Up sales product: https://prnt.sc/1g7kz27, please use this code:

    remove_action('woocommerce_after_single_product_summary', 'woocommerce_upsell_display');

    If you want to remove Related products: https://prnt.sc/1g7lhvy, please use this code:

    remove_action('woocommerce_after_single_product_summary', 'woocommerce_output_related_products');

    #3319
    AvatarBakana Media
    Support Expired
    This reply has been marked as private.
    #3323

    Please send link login for me, I don’t find it.

    #3327
    AvatarBakana Media
    Support Expired
    This reply has been marked as private.
    #3328
    AvatarBakana Media
    Support Expired

    Great, I just saw that you made the change.
    Thank you very much for your help.

    #3329

    I fixed this issue, please check

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.