• Apologies if this is a duplicate thread – there’s no support tab-specific search, and no way to easily sort through more than 288 support pages. I’ve seen a couple of other requests for this, but no posted solution.

    I need to create custom content wrapped around two products on the single product page (the product detail page aka content-single-product.php, something like this:

    <header>
      <nav></end>
    </end>
    
    <post-content>
      <custom-slider-area>Slider Content</end>
    </end>
    
    <product-1>
      <product-1-option-dropdown></end>
    </end>
    
    <product-2>
      <product-2-options>
        <product-2-tabs>
           <tab-description></end>
           <tab-reviews></end>
        </end>
      </end>
    </end>
    
    <post-content>
      <post-content-block with video or widget-area></end>
    </end>
    
    <related-products></end>
    <footer>Footer Content</end>

    I’ve seen solutions for increasing number of products on the category page (from 12 to 24, etc), and the one suggested solution (WP Product Customizer) does not seem to work with my theme.

    Is there a particular block of code that I can drop-in or configure that will:

    1) Show two products on the one product / content-single-product.php page?
    2) Wrap the products block to enable UI content edits above and below the products?

    Thank you!

    https://www.ads-software.com/plugins/woocommerce/

  • The topic ‘Two Products on Single Product Page/Product Detail Page’ is closed to new replies.