Shortcode for Different Bundle Type
Product Bundle Shortcode:-
<div class="th_pb_section" id="th_product_bundle" data-id="{{ product.id }}"></div>
Quantity Bundle Shortcode:-
<div id="th_pb_qty_bundle" class="th_pb_qty_bundle_cls" data-pid="{{ product.id }}"></div>
FBT Bundle Shortcode:-
<div class="th_pb_fbt_section" data-thpid="{{ product.id }}"></div>
Add-on/Upsell Bundle Shortcode:-
<div class="wcpb_ao_section" data-wcpid="{{ product.id }}"></div>
Cart Page Bundle Shortcode:-
<div class="th_pb_section th_pb_cart_bundles"></div>
Product Bundle Shortcode with Bundle ID:-
<div class="wc_bundle_product_recently_viewed" data-thbid="123"></div>
All product bundle shortcode:-
<div id="th_pb_all_bundles_list" data-val="th_pb_all_bundles_show" class="th_pb_custom_bundle"></div>
All quantity bundle shortcode:-
<div id="th_pb_all_qty_bundle" class="th_pb_qty_bundle_cls"></div>