There are 2 ways you can display bundles on product pages.


1. Display all bundles on the product page.

2. Display specific bundles on the product page.


1. Display all bundles on the product page.


- If you want to display all bundles on the product page then you need to take care of 2 things.

step.1. Put a shortcode on the product page.

step.2. Increase the number of bundles from the "List of Bundles" tab.


step.1. Put a shortcode on the product page.



<div class="th_pb_section" id="th_product_bundle" data-id="{{ product.id }}"></div>



step.2. Increase the number of bundles from the "List of Bundles" tab.



- You can see the bundle on the product page. 



2. Display specific bundles on the product page.


- If you want to display a particular bundle on a product page then you need to use the below code. In that you just need to add bundle id and put the code where you want to display. 


<div class="th_pb_section th_pb_specific_bundles" data-bundleid="Ex. 123,456"></div>

- For bundle Id, you need to copy Id as per given below image. You just need to put this bundle id which you want to display on the product page.


For Example, <div class="th_pb_section th_pb_specific_bundles" data-bundleid="19999"></div>




- You need to put code in your product file. Save it.




- You can see the bundle on the product page.