Changing the bundle placement
By default the bundle will be placed after the add to cart form on your product page.
To change the position to anywhere you like this will take just one line of coding.
Open your theme editor and from your product template file (sections/product-template.liquid or templates/product.liquid)- paste the following line to wherever you'd like the table placed.
<div class='ba-bundle-wrapper'></div>
The table will now be placed at this location.