You can display bundles on the cart page in 2 ways.
1. Display all bundles on the cart page
2. Display a specific bundle on the cart page.
1. Display all bundles on cart page-->
- There are two main points to display all bundles on the cart page.
1. Enable the option cart page Bunde from General settings(settings-->General settings). And put that code to cart page template.
2. Click on the Heart Shape from the bundle.
2. Display specific bundle on cart page -->
- If you want to display a specific bundle on the cart page then you need to paste the bundle shortcode to the cart template given below.
<div class="th_pb_section th_pb_specific_bundles" data-bundleid="Ex. 123,456"></div>
- Bundle id you need to copy as per given below image.
For Example, <div class="th_pb_section th_pb_specific_bundles" data-bundleid="19999"></div>
- Put the code in cart template file. Save it.
- You can see bundle now on the cart page.