Hi,
on that page I have this code
<!--
function EJEJC_lc(th) { return false; }
function EJEJC_config() {
EJEJC_POSTCALL=true;
EJEJC_PLAYNICE=true;
}
function EJEJC_shown() {
ejejc_jQuery("#btnPP").attr("src", "http://www.fotocomefare.com/wp-content/themes/FCFheadway/img/PayPalPagaOra.gif");
ejejc_jQuery("#btnUpdtCart").attr("value", "Aggiorna il carrello");
ejejc_jQuery("#btnContShop").remove();
ejejc_jQuery("#country1").attr("innerHTML", "Invia al Paese");
ejejc_jQuery("#state1").attr("innerHTML", "Codice Postale");
ejejc_jQuery("#state2").attr("innerHTML", "Aggiorna il carrello dopo l inserimento");
ejejc_jQuery("#dscnt_cd").attr("innerHTML", "Codice Sconto");
ejejc_jQuery("#discount2").attr("innerHTML", "Aggiorna il carrello dopo l inserimento del codice sconto, se non si aggiorna da solo");
ejejc_jQuery("#btnContShop").attr("value", "Continua gli acquisti");
ejejc_jQuery("#EJEJC_closeWindowButton").attr("innerHTML", "<b>Chiudi</b>");
}
// -->
</script>
<script src="http://www.e-junkie.com/ecom/box.js" type="text/javascript"></script>
As in every other page with products on the site. On the other pages the popup cart is shown, for example here http://www.fotocomefare.com/corso-lightroom-paga-quanto-vuoi/. What is different in this page?