View Categories

CPT Upsells

< 1 min read

CPT Up-Sells, akin to WooCommerce up-sells, present enticing options to customers on the verge of completing their purchase. This Custom Post Type feature strategically showcases recommended upgrades and premium alternatives, encouraging users to enhance their selections. The Up-Sells CPT will prominently appear, providing customers with valuable choices that elevate their shopping experience.

Employ a shortcode on the CPT page to showcase recommended upsell CPT ( Post/Post Type ) :

[cptwooint_upsell_products 'limit'='-1', 'columns'='4', 'orderby'='rand', 'order'='desc'/]
<?php 

echo shortcode_exists('cptwooint_upsell_products') ? do_shortcode( "[cptwooint_upsell_products 'limit'='-1', 'columns'='4', 'orderby'='rand', 'order'='desc'/]" ) : '' ; 

?>
CleanShot-2023-11-26-at-23.24.30@2x
Scroll to Top