woocommerce display upsells on product page

Menu Cart Widget – This special custom widget we’ve built, opens the cart in a window, so you can display your cart from any page of your website without leaving it. Content Upsells. If a user places an order, then on the thank you page, upsell another product where the purchase happens in a single click, without need of completing the payment process again. I read in the Propulsion Forum where to update the php script of woocommerce … $args = apply_filters ( 'woocommerce_upsell_display_args', array ( 'posts_per_page' => $limit, 'orderby' => $orderby, 'order' => $order, 'columns' => $columns, ) ); foreach ($items as $product… If upsells are shown on the product page, cross-sells display when customers have completed the order and come to the WooCommerce cart page. Also, a client of mine needed the upsells to be above the tabs, so there you go.