Privacy Preference Center

/* PayPal logo removal in checkout */ jQuery(document).ready(function($) { // Hide Powered by PayPal label $('.paypal-logo').hide(); // Fallback: Hide any element containing "Powered by PayPal" $('#ppc-button-ppcp-gateway').find('*:contains("Powered by PayPal")').hide(); }); jQuery(document).on('click', 'a[href^="#bomsquad-"]', function(e) { const map = { '#bomsquad-boomdollarz-popup': 157510, '#bomsquad-community-popup': 159914, '#bomsquad-discounts-popup': 159916, '#bomsquad-fit-feedback-popup': 159918, '#bomsquad-giveaways-popup': 159920, '#bomsquad-sample-sale-popup': 159922, '#bomsquad-free-shipping-popup': 159930, '#bomsquad-team-store-popup': 159924, '#bomsquad-events-popup': 159926, '#bomsquad-club-custom-popup': 159928, '#bomsquad-tri-suit-popup': 159932, '#bomsquad-social-media-kit-popup': 159934, '#bomsquad-faq-popup': 159936, '#bomsquad-gear-bundle-popup': 159938, }; const popupId = map[jQuery(this).attr('href')]; if (popupId && typeof PUM !== 'undefined') { e.preventDefault(); PUM.open(popupId); } }); /** * Bomsquad Composite Products — Owl Carousel init for component option grids * * WHERE THIS GOES: Uncode Theme Options → Custom JS * (NOT Code Snippets — Code Snippets without Pro treats JS as PHP and breaks it) * * WHAT IT DOES: * WooCommerce Composite Products renders each component's product options as *