WebSite X5Help Center

 
MP MEDICAL PARTNER
MP MEDICAL PARTNER
User

Übernahme Adressdaten in HMTL Code  de

Автор: MP MEDICAL PARTNER
Просмотрено 2054, Подписчики 1, Размещенный 0  

Hallo Website X5 Team

Wir möchten unseren Kunden eine Teilzahlungsmöglichkeit via PowerPay anbieten.

Damit dies funktioniert, muss der HMTL-Code die Adresse das Geschlecht und das Geburtsdatum automatisch von den Kundendaten übernehmen und übermitteln.

Wie können wir dies bewerkstelligen? Bei Bezahlen via Paypal funktioniert dies nun ja auch perfekt, und die Adresse wir in die Paypal Bezahlmaske übernommen.... Also sollte es doch eine Möglichkeit geben...

Könnt Ihr uns da behilflich sein? Die Bestellnummer ORDER_No, der Betrag PRICE etc. funktioniert einwandfrei - wir wissen nur nicht, wie die Kundendaten übernommen werden können.

Hier der Test HMTL-Code:

<form name="uppform" action="https://pilot.datatrans.biz/upp/jsp/upStart.jsp" method="post" target="_blank"><input type="hidden" name="successUrl" value="https://pilot.datatrans.biz/upp/merchant/successPage.jsp"/><input type="hidden" name="errorUrl" value="https://pilot.datatrans.biz/upp/merchant/errorPage.jsp"/><input type="hidden" name="cancelUrl" value="https://pilot.datatrans.biz/upp/merchant/cancelPage.jsp"/><input type="hidden" name="paymentmethod" value="MFA"/><input type="hidden" name="uppCustomerDetails" value="yes"/><input type="hidden" name="merchantParameter_1" value="value_1"/><input type="hidden" name="merchantParameter_2" value="value_2"/><br/><b>Client's UPP test form</b><table width="500" border="0" cellspacing="2" cellpadding="0"><tbody><tr><td nowrap="nowrap">hiddenMode :</td><td nowrap="nowrap"><input type="text" size="5" name="hiddenMode" value="no"/></td></tr><tr><td nowrap="nowrap">Merchant Id :</td><td nowrap="nowrap"><input type="text" size="20" name="merchantId" value="1000011011"/></td></tr><tr><td nowrap="nowrap">Amount :</td><td nowrap="nowrap"><input type="text" size="20" name="amount" value="50"/></td></tr><tr><td nowrap="nowrap">Currency :</td><td nowrap="nowrap"><input type="text" size="20" name="currency" value="CHF"/></td></tr><tr><td nowrap="nowrap">Refno :</td><td nowrap="nowrap"><input type="text" size="20" name="refno" value="123987"/></td></tr><tr><td colspan="2"> </td></tr><tr><td nowrap="nowrap">language :</td><td nowrap="nowrap"><select name="language" size="1"><option value="de">de</option><option value="en">en</option><option value="fr">fr</option><option value="it">it</option></select></td></tr><tr><td nowrap="nowrap">reqtype :</td><td nowrap="nowrap"><select name="reqtype" size="1"><option value="NOA">NOA</option><option value="CAA">CAA</option></select></td></tr><tr><td nowrap="nowrap">WebResponseMethod :</td><td nowrap="nowrap"><input type="text" size="20" name="uppWebResponseMethod" value="POST"/></td></tr><tr><td colspan="2"> </td></tr><tr><td> Test case :</td><td><select id="testCase"><option value="good">Good Customer</option><option value="bad">Bad Customer</option><option value="unknown">Unknown Customer</option></select></td></tr><tr><td nowrap="nowrap">uppCustomerGender :</td><td nowrap="nowrap"><input type="text" size="20" name="uppCustomerGender" value="male"/></td></tr><tr><td nowrap="nowrap">uppCustomerEmail :</td><td nowrap="nowrap"><input type="text" size="20" name="uppCustomerEmail" value="***"/></td></tr><tr><td nowrap="nowrap">uppCustomerFirstName :</td><td nowrap="nowrap"><input type="text" size="20" name="uppCustomerFirstName" value="Good"/></td></tr><tr><td nowrap="nowrap">uppCustomerLastName :</td><td nowrap="nowrap"><input type="text" size="20" name="uppCustomerLastName" value="Customer"/></td></tr><tr><td nowrap="nowrap">uppCustomerStreet :</td><td nowrap="nowrap"><input type="text" size="20" name="uppCustomerStreet" value="via streccione 2"/></td></tr><tr><td nowrap="nowrap">uppCustomerCity :</td><td nowrap="nowrap"><input type="text" size="20" name="uppCustomerCity" value="Lugano"/></td></tr><tr><td nowrap="nowrap">uppCustomerZipCode :</td><td nowrap="nowrap"><input type="text" size="20" name="uppCustomerZipCode" value="6900"/></td></tr><tr><td nowrap="nowrap">uppCustomerBirthDate :</td><td nowrap="nowrap"><input type="text" size="20" name="uppCustomerBirthDate" value="1.1.1980"/></td></tr><tr><td nowrap="nowrap">uppCustomerLanguage :</td><td nowrap="nowrap"><input type="text" size="20" name="uppCustomerLanguage" value="it"/></td></tr><tr><td colspan="2"> </td></tr><tr><td>Sign :</td><td><input name="sign" value="30916165706580013"/></td></tr><tr><td colspan="2"></td></tr><tr><td> </td><td align="left"><img src="/images/button_send_e.jpg" onclick="uppform.submit();" class="button_send" alt="send"/></td></tr></tbody></table></form>
  

Vielen Dank für eure Hilfe! 

Размещено
9 Ответы - 1 Полезно - 1 Корректно
Little-key .
Little-key .
User

Es gibt im Shopbereich die Möglichket einen eigenen Button zuzufügen.
Einfach diesen mit einer Seite verlinken und worin sich dieser Code befindet.

Kann es leider im Moment nicht testen, da meine Projekte im Netzwerk liegen und ich gerade alles umbaue.

Wenn ich mich nicht ganz irre, war das über eine Codeeingabe:

<input type="button" value="PowerPay" onclick="location.href='powerpay.php';">

Читать больше
Размещено От Little-key .
MP MEDICAL PARTNER
MP MEDICAL PARTNER
User
Автор

Vielen Dank Little Key!

Der Kunde wählt ja zuerst seine Produkte. Es hat alles im Warenkorb, gibt seine Adresse ein, und drückt den bezahl Button.... Jetzt sollte die Maske von PowerPay aufgehen, von die Bestellnummer aut. übernommen wurde (funktioniert bereits) den Warenwert (funktioniert ebenfalls) und die Adress- inkl. Geburtsdatum --> dies geschieht aber nicht automatisch.

Wie bewerkstellige ich, dass die Kundendaten automatisch übernommen werden? Bei Paypal (prog. durch website X5 funktioniert dies mit der Kundenadresse ja auch automatisch.....

Danke für deine/eure Hilfe!

Читать больше
Размещено От MP MEDICAL PARTNER
Incomedia
Claudio D.
Incomedia

Guten Tag,

Haben Sie die Felder Geburtsdatum und Geschlecht im Programm eingerfügt?

Wenn Sie die 2 flweder haben starten Sie die vorschau in einen anderen Browser und dort beim Form im Warenkorb öffnen müssen Sie den HTML Code anschauen damit Sie die IDs der 23 Felder finden und danach im Zahlungs Code können Sie die IDs zwischen [ und ] eintragen z.B. [30vzrp6y] damit es vom Programm dann automatisch ausgefüllt wird.

Für weiteres, stehe ich zur Verfügung.

Читать больше
Размещено От Claudio D.
MP MEDICAL PARTNER
MP MEDICAL PARTNER
User
Автор

Vielen Dank Claudio.

Soweit verstehe ich alles....

Ich verstehe den Begriff "Form im Warenkorb öffnen"nicht. Können Sie uns dies bitte genauer erklären?

Vielen Dank!

Читать больше
Размещено От MP MEDICAL PARTNER
Der Zwoemti
Der Zwoemti
Moderator

ich denke er meint du musst auf die Seite gehen wo du die Felder siehst und damm im Quelltext nachschauen nach der ID

Читать больше
Размещено От Der Zwoemti
MP MEDICAL PARTNER
MP MEDICAL PARTNER
User
Автор

Lieber Claudio

Ich habe alles so gemacht wie Sie es mir geschrieben haben. Leider Kann ich nirgends aus dem HMTL Code die Felder welche wir benötigen herausfinden.

Hier der Code welche es uns anzeigt:

<!DOCTYPE html><!-- HTML5 -->

<html lang="de" dir="ltr">

<head>

<title>Warenkorb für E-Commerce - RC Helistuff Switzerland - Der RC Helikopter-Spezialist mit der riesen Auswahl!</title>

<metacharset="utf-8"/>

<!--[if IE]><meta http-equiv="ImageToolbar" content="False" /><![endif]-->

<metaname="author"content="RC Helistuff AG"/>

<metaname="generator"content="Incomedia WebSite X5 Professional 10.1.0.39 - www.websitex5.com"/>

<metaname="viewport"content="width=1175"/>

<linkrel="icon"href="../favicon.ico"type="image/vnd.microsoft.icon"/>

<linkrel="stylesheet"type="text/css"href="../style/reset.css"media="screen,print"/>

<linkrel="stylesheet"type="text/css"href="../style/print.css"media="print"/>

<linkrel="stylesheet"type="text/css"href="../style/style.css"media="screen,print"/>

<linkrel="stylesheet"type="text/css"href="../style/template.css"media="screen"/>

<linkrel="stylesheet"type="text/css"href="../style/menu.css"media="screen"/>

<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="../style/ie.css" media="screen" /><![endif]-->

<scripttype="text/javascript"src="../res/jquery.js?39"></script>

<scripttype="text/javascript"src="../res/x5engine.js?39"></script>

<scripttype="text/javascript">

x5engine.settings.currentPath = '../';

x5engine.boot.push(function () { x5engine.bgStretch('../style/bg.jpg', true); });

</script>

<metahttp-equiv="Expires"content="0"/>

<metaname="Resource-Type"content="document"/>

<metaname="Distribution"content="global"/>

<metaname="Robots"content="index, follow"/>

<metaname="Revisit-After"content="21 days"/>

<metaname="Rating"content="general"/>

<style>#imCartContainer { width: 100%; }</style>

<scripttype="text/javascript">x5engine.boot.push('x5engine.cart.ui.show()', false, 6);</script>

</head>

<body>

<divid="imHeaderBg"></div>

<divid="imFooterBg"></div>

<divid="imPage">

<divid="imHeader">

<h1class="imHidden">Warenkorb für E-Commerce - RC Helistuff Switzerland - Der RC Helikopter-Spezialist mit der riesen Auswahl!</h1>

<divonclick="x5engine.utils.location('../home.php'); return false;"style="position: absolute; top: -2px; left: -4px; width: 485px; height: 220px; cursor: pointer;"></div>

<divstyle="position: absolute; top: 235px; left: 1071px; width: 100px; height: 100px; overflow: hidden;"><!-- BEGIN ModellflugTipps.de TOPLINKS Code -->

<a href="http://www.modellflugtipps.de/toplinks/toplinks.php?id=1754" target="_blank">

<img src="http://www.modellflugtipps.de/toplinks/image.php?id=1754" border=0 vspace=0 hspace=0>

</a>

<!-- END ModellflugTipps.de TOPLINKS Code --></div>

<divonclick="x5engine.utils.location('../cart/index.html#step1'); return false;"onmouseover="x5engine.imTip.Show(this, { text: 'Warenkorb', width: 60});"style="position: absolute; top: 238px; left: 7px; width: 54px; height: 59px; cursor: pointer;"></div>

<divclass="search_form"style="position: absolute; top: 265px; left: 332px; width: 303px;"><formid="imSearch_1"action="../imsearch.php"method="get"style="white-space: nowrap"><fieldset><inputtype="text"name="search"value=""style="width: 181px; line-height: 22px; font: normal normal normal 9pt Tahoma; color: #000000; background-color: #E0E0E0; background-image: url('../res/imsearch.png'); background-position: 2px center; background-repeat: no-repeat; padding: 3px 3px 3px 21px; margin: 0; border: 1px solid #000000; vertical-align: middle; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;"/><spanonclick="$('#imSearch_1').submit();"style="height: 22px; font: normal normal normal 9pt Tahoma; color: #000000; background-color: #E0E0E0; margin-left: 6px; padding: 3px 6px 3px 6px; border: 1px solid #000000; vertical-align: middle; cursor: pointer; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;">Suche/Art-Nr.</span></fieldset></form></div>

<divonclick="x5engine.utils.location('../kontaktanfrage---informationen-zum-kauf.html'); return false;"onmouseover="x5engine.imTip.Show(this, { text: 'Kontaktaufnahme', width: 95});"style="position: absolute; top: 224px; left: 129px; width: 63px; height: 61px; cursor: pointer;"></div>

<divonclick="x5engine.utils.location('../tiefpreisgarantie.html'); return false;"onmouseover="x5engine.imTip.Show(this, { text: 'Tiefpreisgarantie!', width: 95});"style="position: absolute; top: 227px; left: 64px; width: 60px; height: 56px; cursor: pointer;"></div>

<divonclick="x5engine.utils.location('../reparatur-garantieabklaerung.html'); return false;"onmouseover="x5engine.imTip.Show(this, { text: 'Reparatur-/ Garantieabklärung', width: 100});"style="position: absolute; top: 226px; left: 193px; width: 67px; height: 67px; cursor: pointer;"></div>

<divonclick="return x5engine.utils.imPopUpWin('http://ea.sendcockpit.net/_s.php?&fid=24908&fpw=640d1cc56b6a0ca05a28752c6e9363d8','imPopUp' 640, 640);"style="position: absolute; top: 179px; left: 1071px; width: 106px; height: 58px; cursor: pointer;"></div>

<divonclick=" return x5engine.utils.imPopUpWin('https://www.facebook.com/pages/Swiss-RC-Helistuff/246849515352471' '', -1, -1, true);"style="position: absolute; top: 5px; left: 7px; width: 101px; height: 54px; cursor: pointer;"></div>

<divonclick="x5engine.utils.location('../bauservice.php'); return false;"onmouseover="x5engine.imTip.Show(this, { text: 'Bauservice', width: 60});"style="position: absolute; top: 230px; left: 259px; width: 64px; height: 63px; cursor: pointer;"></div>

<divonclick=" return x5engine.utils.imPopUpWin('http://www.datatrans.ch/CMS4.ASPX?NID=2' '', -1, -1, true);"style="position: absolute; top: 2px; left: 1066px; width: 114px; height: 170px; cursor: pointer;"></div>

</div>

<aclass="imHidden"href="#imGoToCont"title="Überspringen Sie das Hauptmenü">Direkt zum Seiteninhalt</a>

<aid="imGoToMenu"></a><pclass="imHidden">Hauptmenü:</p>

<divid="imMnMnGraphics"></div>

<divid="imMnMn"class="auto">

<ulclass="auto">

<liid="imMnMnNode0"class="imMnMnFirst">

<ahref="../home.php">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Startseite</span>

</span>

</a>

</li><liid="imMnMnNode511"class="imMnMnMiddle">

<ahref="../---neuheiten--.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span> * NEUHEITEN *</span>

</span>

</a>

</li><liid="imMnMnNode842"class="imMnMnSeparator imMnMnMiddle">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Menütrennlinie 8</span>

</span>

</li><liid="imMnMnNode4"class="imMnMnMiddle">

<ahref="../helikopter.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Helikopter</span>

</span>

</a>

</li><liid="imMnMnNode913"class="imMnMnMiddle">

<ahref="../quadrocopter.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Quadrocopter</span>

</span>

</a>

</li><liid="imMnMnNode914"class="imMnMnMiddle">

<ahref="../flugzeuge.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Flugzeuge</span>

</span>

</a>

</li><liid="imMnMnNode908"class="imMnMnMiddle">

<ahref="../cars.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Cars</span>

</span>

</a>

</li><liid="imMnMnNode844"class="imMnMnSeparator imMnMnMiddle">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Menütrennlinie 10</span>

</span>

</li><liid="imMnMnNode1051"class="imMnMnMiddle">

<ahref="../autopilot.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Autopilot</span>

</span>

</a>

</li><liid="imMnMnNode839"class="imMnMnMiddle">

<ahref="../ersatzteile.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Ersatzteile</span>

</span>

</a>

</li><liid="imMnMnNode580"class="imMnMnMiddle">

<ahref="../hauben-ruempfe.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Hauben/Rümpfe</span>

</span>

</a>

</li><liid="imMnMnNode461"class="imMnMnMiddle">

<ahref="../servos.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Servos</span>

</span>

</a>

</li><liid="imMnMnNode24"class="imMnMnMiddle">

<ahref="../gyro.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Gyro</span>

</span>

</a>

</li><liid="imMnMnNode604"class="imMnMnMiddle">

<ahref="../flybarless.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Flybarless</span>

</span>

</a>

</li><liid="imMnMnNode451"class="imMnMnMiddle">

<ahref="../regler-esc-bec.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Regler ESC/BEC</span>

</span>

</a>

</li><liid="imMnMnNode591"class="imMnMnMiddle">

<ahref="../drehzahlregler.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Drehzahlregler</span>

</span>

</a>

</li><liid="imMnMnNode212"class="imMnMnMiddle">

<ahref="../2-in-1-voltage.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>2 in 1 Voltage</span>

</span>

</a>

</li><liid="imMnMnNode197"class="imMnMnMiddle">

<ahref="../motoren-zubehoer.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Motoren/Zubehör</span>

</span>

</a>

</li><liid="imMnMnNode219"class="imMnMnMiddle">

<ahref="../motorritzel.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Motorritzel</span>

</span>

</a>

</li><liid="imMnMnNode467"class="imMnMnMiddle">

<ahref="../rotorblaetter.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Rotorblätter</span>

</span>

</a>

</li><liid="imMnMnNode35"class="imMnMnMiddle">

<ahref="../akkus-batterien--zubehoer.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Akkus/Batterien/ Zubehör</span>

</span>

</a>

</li><liid="imMnMnNode145"class="imMnMnMiddle">

<ahref="../ladegeraete--netzadapter.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Ladegeräte/ Netzadapter</span>

</span>

</a>

</li><liid="imMnMnNode196"class="imMnMnMiddle">

<ahref="../fernsteuerungen--empfaenger.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Fernsteuerungen/ Empfänger</span>

</span>

</a>

</li><liid="imMnMnNode502"class="imMnMnMiddle">

<ahref="../rc-flug-simulator.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>RC Flug-Simulator</span>

</span>

</a>

</li><liid="imMnMnNode702"class="imMnMnMiddle">

<ahref="../--training--.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>* Training *</span>

</span>

</a>

</li><liid="imMnMnNode492"class="imMnMnMiddle">

<ahref="../trainingsgestelle.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Trainingsgestelle</span>

</span>

</a>

</li><liid="imMnMnNode774"class="imMnMnMiddle">

<ahref="../transportkoffer--transporttaschen.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Transportkoffer/ Transporttaschen</span>

</span>

</a>

</li><liid="imMnMnNode545"class="imMnMnMiddle">

<ahref="../werkzeug-tools-1.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Werkzeug/Tools</span>

</span>

</a>

</li><liid="imMnMnNode506"class="imMnMnMiddle">

<ahref="../boutique.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Boutique</span>

</span>

</a>

</li><liid="imMnMnNode550"class="imMnMnMiddle">

<ahref="../gutscheine.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Gutscheine</span>

</span>

</a>

</li><liid="imMnMnNode3"class="imMnMnMiddle">

<ahref="../newsletter.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>NEWSLETTER</span>

</span>

</a>

</li><liid="imMnMnNode1043"class="imMnMnMiddle">

<ahref="../impressum.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>Impressum</span>

</span>

</a>

</li><liid="imMnMnNode500"class="imMnMnLast">

<ahref="../agb.html">

<spanclass="imMnMnFirstBg">

<spanclass="imMnMnTxt"><spanclass="imMnMnImg"></span>AGB</span>

</span>

</a>

</li>

</ul>

</div>

<divid="imContentGraphics"></div>

<divid="imContent">

<aid="imGoToCont"></a>

<divid="imCartContainer"><divid="cartLoading">Ladevorgang...</div></div>

<divclass="imClear"></div>

</div>

<divid="imFooter">

</div>

</div>

<spanclass="imHidden"><ahref="#imGoToCont"title="Lesen Sie den Inhalt der Seite noch einmal durch">Zurück zum Seiteninhalt</a> | <ahref="#imGoToMenu"title="Die Webseite neu einlesen">Zurück zum Hauptmenü</a></span>

<scripttype="text/javascript">

var _gaq = _gaq || [];

_gaq.push(['_setAccount', 'UA-12093753-1']);

_gaq.push(['_trackPageview']);

(function() {

var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;

ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';

var s = document.getElementsByTagName('script')[0]; s[removed].insertBefore(ga, s);

})();

</script>

<script type="text/javascript" src="../cart/x5cart.js?39_635200645999295402"></script>

</body>

</html>

Vielen Dank!

Читать больше
Размещено От MP MEDICAL PARTNER
Der Zwoemti
Der Zwoemti
Moderator

ich kann sie leider auch nicht finden weil ich es online nicht sehe....

ich schätze mal das steht auch in der x5cart.js

musst mal am Ende schauen bei

// User's data form and agreement text

P.S. deine Introseite verlinkt unterhalb beim Klick gleich wieder auf die Introseite..... 

Читать больше
Размещено От Der Zwoemti
JJ. JUAG
JJ. JUAG
User

Z. Bsp. mit Firebug in Firefox, sind die Feldnamen zu finden, sehen Sie im Anhang

Gruss JJ

Beim Suchen im Code hilft die grafische Angabe, wo auf der Seitendarstellung Sie sich befinden !!

Читать больше
Размещено От JJ. JUAG
Der Zwoemti
Der Zwoemti
Moderator

ist ja quasi das gleiche wie in der x5cart.js

Читать больше
Размещено От Der Zwoemti