Buy me a coffee

Move Add-Ons Product above Related Label

#1. Use this code to Code Injection – Footer

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
$(document).ready(function(){
   $('<div class="product-details move-addons"></div>').insertBefore('h2.ProductItem-related-label');
    $('section.pdp-product-add-ons').appendTo('.move-addons');
});
</script>
<style>
.product-details.move-addons>section:nth-child(2) {
    display: none !important;
}</style>

move-add-ons-product-above-related-label-01-min

#2. Result

move-add-ons-product-above-related-label-02-min