Home / Widgets / Add WooCommerce upsells below the add-to-cart button
Duplicate Snippet

Embed Snippet on Your Site

Add WooCommerce upsells below the add-to-cart button

Code Preview
php
<?php
//  add upsells below add-to-cart button
add_action( 'woocommerce_single_product_summary', 'woocommerce_upsell_display', 40 );

Comments

Add a Comment