DIVI, Javascript, Snippets
// Enlever taille resize image / Enlever texte en en fin d’url / images full $(“img[src*=’-400×284′]”).each(function() { $(this).attr(“src”, $(this).attr(“src”).replace(/\-400×284/g, “”));...Javascript, Snippets, WOO
$( ‘body’ ).on( ‘added_to_cart’, function( e, fragments, cart_hash, this_button ) { alert(‘product added to cart’); } );