Jump to content

Problème intégration code pour bouton simulateur de crédit Kwixo


Recommended Posts

Bonjour,

 

Je suis embêter,

je dois integrer ce code sur "product.tpl" mais je ne trouve pas la fonction amount qui appele le montant TTC du panier

 

<html>
<head>
<!--
fonction Javascript pour le bouton Kwixo. Remplacer les xxxx tout d’abord par votre merchantId et ensuite
par le montant de la commande (amount)
-->
<script>
function popuprnp1xrnp(){
var win2 = window.open('http://www.kwixo.com/static/payflow/html/popup-1x-rnp.htm','popup',
'height=705,width=615,status=yes,scrollbars=yes,menubar=no,resizable=yes');
}
</script>
<script>
function popupcalc(montant){
var win2 = window.open("https://secure.kwixo.com/credit/calculator.htm?merchantId=xxxx&amount=xxxx",
'popup','height=645,width=570,status=yes,scrollbars=yes,menubar=no,resizable=yes');
}
</script>
</head>
<body>
<!--
Code d’intégration Flash. ATTENTION : bien verifier le chemin et le nom du flash
-->
<object type="application/x-shockwave-flash" data="dossier/Bouton_Co_Cr.swf" width="120"
height="56">
<param name="movie" value="dossier/Bouton_Co_Cr.swf" />
<param name="wmode" value="transparent" />
<param name="quality" value="high" />
<p>L’animation n’a pu se charger correctement</p>
</object>
</body>
</html>

le merchantId c'est bon mais le amount là je coince vraiement.

 

Merci de votre aide assez urgente

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...