• Resolved sten360

    (@sten360)


    Hi!

    We have a very customized template for our product pages and do not use many of the default woocommerce actions to display content. From what I understand, the output of bundles list on the product page seems to be hooked onto the action woocommerce_single_product_summary and you can change the position of it within this action via a dropdown. However, is there any programmatic way to position the output somehow via a custom filter/hook/shortcode? We would like to manually insert it into our desired position on the page.

    Thank you for your time.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WPClever

    (@wpclever)

    Hi @sten360

    You can use the shortcode [woosb_bundled] to show all bundled products of a current bundle.

    The PHP code:

    <?php echo do_shortcode('[woosb_bundled]'); ?>

    Thread Starter sten360

    (@sten360)

    Thank you for the swift reply!

    woosb_bundled was the shortcode for displaying products on the bundle’s page, but it led me to the right path and I disovered the woosb_bundles which did what I need. I was able to complete my template. ??

    Thanks again and have a great day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom positioning for bundle list output on product page?’ is closed to new replies.