Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1616494
Linked Products don't show
Closed

Comments

  • Andre started the conversation

    Hi,

    In the related URL submitted with this ticket is a product to which we have linked in the WC Linked Products settings - Upsell and Crosssell - two necklace products. However they do not show on the product page for some reason.

    Don't know why they don't show up on the product page in The Gem.

    Please assist. Thank you!

    Andre




  • [deleted] replied

    We can change product page template and replace related products with Upsell block. Cross-sell must be displayed on cart page.

  • Andre replied

    Thanks Max, 

    Please can you explain the steps on how to do this so I can learn to do it myself.

    Andre

  • [deleted] replied

    Try to install child theme and add next code to functions.php:

    add_action('thegem_woocommerce_after_single_product', 'woocommerce_upsell_display', 5);
  • Andre replied

    Thanks Max, installing the Child Theme and adding the code into the child theme functions added the upsell product to the individual product page.