Turn Off Add To Cart Button Envelopes ID:601
/* removes the Totals and Cart button on product id = 601 Envelopes */ .postid-601 div.wapf-product-totals { display:none; } .postid-601 .single_add_to_cart_button { display:none; }Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
/* removes the Totals and Cart button on product id = 601 Envelopes */ .postid-601 div.wapf-product-totals { display:none; } .postid-601 .single_add_to_cart_button { display:none; }Continue reading
var soma1 = document.getElementById(‘soma1’); var soma2 = document.getElementById(‘soma2’); var btn = document.getElementById(‘btn’); var result = document.getElementById(‘resultado’); btn.addEventListener(‘click’, function(){ somatotal(); }); function somatotal(){ var soma1Val = parseInt(soma1.value); var soma2Val = parseInt(soma2.value); var soma = soma1Val + soma2Val; document.getElementById(‘resultado’).value = soma; }Continue reading
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({‘gtm.start’: new Date().getTime(),event:’gtm.js’});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!=’dataLayer’?’&l=’+l:”;j.async=true;j.src=Continue reading
As an Amazon Associate, when you buy through my links I may earn a commission.Continue reading
.social-box { display: block; margin-bottom: 30px; font-weight: bolder; } .social-box:last-of-type { margin: 0 0 40px; } .social-btn { display: block; width: 100%; } a.col-2.sbtn span { display: none; } a.col-2.sbtn { width: 6%; display: inline-block; text-align: center; border-radius: 50px; padding:…Continue reading