Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1390455
    Ronald
    Participant

    Hello,

    I would like to know if there are any easy way to make a change on the WooCommerce product pages.

    We would like to have the “related products” to appear below the recommended (Up sell) Products?

    An example how it now is:
    http://shelfspace.co.za/product/s-hook/

    I will appreciate any help. 🙂

    Thank you.

    #1390576
    Rupok
    Member

    Hi there,

    Thanks for writing in! It’s not usually possible but I can give you a workaround.
    You can add this under Custom > JavaScript in the Customizer.

    jQuery ( function( $ ) {
     $( ".upsells.products" ).insertBefore( ".related.products" );
    } );

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1390455 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>