BLaDe
OpenCart-TR
- Katılım
- 4 Şub 2010
- Mesajlar
- 459
- Tepkime puanı
- 0
- Puanları
- 0
- Yaş
- 37
- Konum
- izmir
- Web sitesi
- www.ondermedikal.com
Merhaba arkadaşlar,
1.5.x için arkadaşların isteği üzerine otomatik olarak ürün adını çektirme modülü hazırlanmıştır. Güle Güle Kullanabilirsiniz.
dosyasını açınız.
Kodu bulunuz.
Altına Ekleyiniz.
Kodu Bulunuz.
Altına Ekleyiniz.
ekteki siparis.php dosyasını ana dizine atınız.
Kolay Gelsin.
siparis.php dosyasının içindeki mail adresiniz yazan yere kendi adresinizi yazınız...
örnek için ;
www.ondermedikal.com dan bakabilirsiniz.
arkadaşlar lütfen deneme amaçlı mail göndermeyin.. mail kutumda günde 100 den fazla mail geliyor bunları da içinden çıkartmak zor oluyor. Anlayışınız için teşekkürler.
1.5.x için arkadaşların isteği üzerine otomatik olarak ürün adını çektirme modülü hazırlanmıştır. Güle Güle Kullanabilirsiniz.
PHP:
catalog/view/theme/KENDİ-TEMANIZ/template/product/product.tpl
dosyasını açınız.
Kodu bulunuz.
PHP:
<a href="#tab-related"><?php echo $tab_related; ?> (<?php echo count($products); ?>)</a>
<?php } ?>
Altına Ekleyiniz.
PHP:
<a href="#tab-hizli">Hemen AL</a>
Kodu Bulunuz.
PHP:
<a onclick="addToCart('<?php echo $product['product_id']; ?>');" class="button"><span><?php echo $button_cart; ?></span></a></div>
<?php } ?>
</div>
</div>
<?php } ?>
Altına Ekleyiniz.
PHP:
<div id="tab-hizli" class="tab-content">
<form action="siparis.php?islem=gonder" method="post" style="margin: 0px;">
<table class="made-in_text" border="0" cellspacing="10" cellpadding="4" height="254" width="585" id="table1">
<tr>
<td height="30" width="189" align="left"><font face="Tahoma" size="2"><strong>Adınız Soyadınız:</strong></font></td>
<td align="left" width="472"><font face="Tahoma">
<input style="BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BACKGROUND-COLOR: #f6fdec; WIDTH: 470px; HEIGHT: 20px; COLOR: #333333; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid" size="35" type="text" name="ad" />
</font></td>
</tr>
<tr>
<td height="30" align="left"><font face="Tahoma" size="2"><strong>Telefon Numaranız:</strong></font></td>
<td align="left" width="472"><font face="Tahoma">
<input style="BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BACKGROUND-COLOR: #f6fdec; WIDTH: 470px; HEIGHT: 20px; COLOR: #333333; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid" size="35" type="text" name="tel" />
</font></td>
</tr>
<tr>
<td height="30" align="left"><font face="Tahoma" size="2"><strong>Ürün Adı:</strong></font></td>
<td align="left" width="472"><font face="Tahoma">
<input name="mail" type="text" style="BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BACKGROUND-COLOR: #f6fdec; WIDTH: 470px; HEIGHT: 20px; COLOR: #333333; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid" value="<?php echo $heading_title; ?>" size="35" />
</font></td>
</tr>
<tr>
<td style="VERTICAL-ALIGN: top; PADDING-TOP: 20px" align="left"><font face="Tahoma" size="2"><strong>Adresiniz:</strong></font></td>
<td align="left" width="472"><textarea style="width: 470px; font-family: Tahoma; color: #333333; font-size: 13px; border: 1px solid #cccccc; background-color: #f6fdec" rows="4" cols="28" name="adres"></textarea></td>
</tr>
<tr>
<td align="left"><font face="Tahoma" size="2"><strong> İstediğiniz Adet:</strong></font></td>
<td align="left" width="472"><select name="adet" size="1" style="width:100px; color: #333333; border: 1px solid #cccccc; background-color: #F6FDEC">
<option value="1 Adet" selected="selected">1 Adet</option>
<option value="2 Adet">2 Adet</option>
<option value="3 Adet">3 Adet</option>
<option value="4 Adet">4 Adet</option>
<option value="5 Adet">5 Adet</option>
<option value="6 Adet">6 Adet</option>
<option value="7 Adet">7 Adet</option>
<option value="8 Adet">8 Adet</option>
<option value="9 Adet">9 Adet</option>
<option value="10 Adet">10 Adet</option>
</select></td>
</tr>
<tr>
<td height="30" align="left"><strong><font face="Tahoma" size="2">Ödeme Tipi</font></strong><font face="Tahoma" size="2"><strong>:</strong></font></td>
<td align="left" width="472"><font face="Tahoma">
<select name="odeme" size="1" style="width: 300; color: #333333; height: 52; font-family: Tahoma; border: 1px solid #cccccc; background-color: #f6fdec">
<option value="Hesap Numarasına Havale ÖZEL İNDİRİM" selected="selected">Hesap Numarasına Havale ÖZEL İNDİRİM</option>
<option value="Kapıda Nakit Ödeme Yapmak İstiyorum ">Kapıda Nakit Ödeme Yapmak İstiyorum </option>
<option value="Online Kredi Kartı İle Ödeme Yapmak İstiyorum">Online Kredi Kartı İle Ödeme Yapmak İstiyorum </option>
</select>
</font></td>
</tr>
<tr>
<td height="60" valign="center" colspan="2"><font face="Tahoma"><br />
<script language="JavaScript" type="text/javascript">
function cc() {
// var oge=k.style
var oge=document.getElementById("k").style;
if (oge.display=="none"){
oge.display=""
} else {
oge.display="none"
}
}
var isNN = (navigator.appName.indexOf("Netscape")!=-1);
function autoTab(input,len, e) {
var keyCode = (isNN) ? e.which : e.keyCode;
var filter = (isNN) ? [0,8,9] : [0,8,9,16,17,18,37,38,39,40,46];
if(input.value.length >= len && !containsElement(filter,keyCode)) {
input.value = input.value.slice(0, len);
input.form[(getIndex(input)+1) % input.form.length].focus();
}
function containsElement(arr, ele) {
var found = false, index = 0;
while(!found && index < arr.length)
if(arr[index] == ele)
found = true;
else
index++;
return found;
}
function getIndex(input) {
var index = -1, i = 0, found = false;
while (i < input.form.length && index == -1)
if (input.form[i] == input)index = i;
else i++;
return index;
}
return true;
}
//-->
</script>
</font>
<table border="0" cellspacing="0" cellpadding="0" width="73%" id="table2">
<tr>
<td width="73%"><font size="2"><b> <a href="javascript:cc();"> <font class="ccbaslik" color="#4a7ea7" size="2" face="Tahoma"> Kredi kartı ile ödeme yapmak için tıklayınız.</font></a></b><font color="#4a7ea7" face="Tahoma"><br />
</font>
<div style="DISPLAY: none" id="k" align="left">
<table border="0" cellspacing="0" cellpadding="0" width="99%" id="table3">
<tr>
<td bgcolor="#5b5b5b" height="23" width="686" colspan="2"><b> <font color="#ffffff" face="Tahoma" size="2"> Tek Çekim / Tüm Kredi Kartları</font></b></td>
</tr>
<tr>
<td height="23" width="16"><font size="2" face="Arial"> </b> <br />
</td>
<td height="23" width="100%"><font size="2" face="Arial">
<input type="radio" name="banka" value="taksitsiz tek çekim" checked="checked"/>
Taksitsiz
- Tüm Kredi Kartları</font></td>
</tr>
<tr>
<td colspan="2" height="23" bgcolor="#5B5B5B"><b> <font face="Arial" size="2" color="#FFFFFF"> </font><font face="Arial" color="#FFFFFF">Taksit
Seçenekleri / Peşin Fiyatına 6 Taksit</font></b></td>
</tr>
<tr>
<td width="16"> </td>
<td height="13" width="100%">
<font face="Arial"><input type="radio" name="banka" value="2 Taksit">
</font>
<font size="2" face="Arial">
<img border="0" src="cookie/1world.gif" width="86" height="22" align="absmiddle" style="border: 0px none">
ile Peşin Fiyatına 2
Taksit <br>
</font>
<font face="Arial" size="2">
<input type="radio" name="banka" value="3 Taksit">
<img border="0" src="cookie/1world.gif" width="86" height="22" align="absmiddle" style="border: 0px none">
ile Peşin Fiyatına 3
Taksit<br>
</font>
<font face="Arial" size="2">
<input type="radio" name="banka" value="4 Taksit">
<img border="0" src="cookie/1world.gif" width="86" height="22" align="absmiddle" style="border: 0px none">
</font>
<font face="Arial" size="2">
ile Peşin Fiyatına 4
Taksit<br>
</font>
<font face="Arial" size="2">
<input type="radio" name="banka" value="5 Taksit">
<img border="0" src="cookie/1world.gif" width="86" height="22" align="absmiddle" style="border: 0px none">
ile Peşin Fiyatına 5
Taksit<br>
</font>
<font face="Arial" size="2">
<input type="radio" name="banka" value="6 Taksit">
<img border="0" src="cookie/1world.gif" width="86" height="22" align="absmiddle" style="border: 0px none">
</font>
<font face="Arial" size="2">
ile Peşin Fiyatına 6
Taksit</font><br>
</td>
</tr>
<tr>
<td bgcolor="#5b5b5b" height="23" colspan="2"><b> <font color="#ffffff" face="Tahoma" size="2"> Kredi Kartı Bilgileri</font></b></td>
</tr>
<tr>
<td height="33" width="16"><font face="Tahoma"><b> </b></font></td>
<td height="33" width="671"><table border="0" cellspacing="0" cellpadding="0" width="100%" id="table4">
<tr>
<td width="166"><b> <font size="2" face="Tahoma"> Kart Numarası </font></b></td>
<td width="5"><b> <font size="2" face="Tahoma"> : </font></b></td>
<td width="453"><span style="FONT-SIZE: 9pt"> <font face="Lucida Sans Unicode">
<input style="width: 40px; font-family: Tahoma; color: #000000; font-size: 12pt; font-weight: bold; -moz-border-radius: 5px 5px 5px 5px; border: 1px solid #999999; margin: 2px; padding: 3px" onkeyup="return autoTab(this, 4, event);" maxlength="4" size="16" name="ccno1" />
</font><font face="Tahoma"> </font> <font face="Lucida Sans Unicode">
<input style="width: 40px; font-family: Tahoma; color: #000000; font-size: 12pt; font-weight: bold; -moz-border-radius: 5px 5px 5px 5px; border: 1px solid #999999; margin: 2px; padding: 3px" onkeyup="return autoTab(this, 4, event);" maxlength="4" size="16" name="ccno2" />
<font face="Tahoma"> </font>
<input style="width: 40px; font-family: Tahoma; color: #000000; font-size: 12pt; font-weight: bold; -moz-border-radius: 5px 5px 5px 5px; border: 1px solid #999999; margin: 2px; padding: 3px" onkeyup="return autoTab(this, 4, event);" maxlength="4" size="16" name="ccno3" />
<font face="Tahoma"> </font>
<input style="width: 40px; font-family: Tahoma; color: #000000; font-size: 12pt; font-weight: bold; -moz-border-radius: 5px 5px 5px 5px; border: 1px solid #999999; margin: 2px; padding: 3px" onkeyup="return autoTab(this, 4, event);" maxlength="4" size="16" name="ccno4" />
</font></span><font size="2" face="Tahoma"> </font></td>
</tr>
<tr> <font size="2" face="Arial">
<td width="166"><b> <font size="2" face="Tahoma"> CVV / CVC </font></b></td>
</font>
<td width="5"><b> <font size="2" face="Tahoma"> : </font></b></td>
<td width="453"><font size="2"> <span style="FONT-SIZE: 9pt"> <font face="Lucida Sans Unicode">
<input style="width: 40px; font-family: Tahoma; color: #000000; font-size: 12pt; font-weight: bold; -moz-border-radius: 5px 5px 5px 5px; border: 1px solid #999999; margin: 2px; padding: 3px" maxlength="3" size="16" name="cvv" />
</font></span></font><font face="Tahoma"><span style="FONT-SIZE: 9pt"> </span></font> <font size="2" face="Tahoma"> (Kartın arkasındaki son 3
rakam)</font></td>
</tr>
<tr>
<td width="166"><b> <font size="2" face="Tahoma"> Son Kullanma Tarihi</font></b></td>
<td width="5"><b> <font size="2" face="Tahoma"> : </font></b></td>
<td width="453"><span style="FONT-SIZE: 9pt"> <font face="Lucida Sans Unicode">
<select style="font-family: Tahoma; font-size: 10pt; border: 1px solid rgb(128,128,128)" id="kartay0" size="1" name="cay">
<option selected="selected" value="value">Ay
Seçiniz</option>
<option value="01">01 </option>
<option value="02">02 </option>
<option value="03">03 </option>
<option value="04">04 </option>
<option value="05">05 </option>
<option value="06">06 </option>
<option value="07">07 </option>
<option value="08">08 </option>
<option value="09">09 </option>
<option value="10">10 </option>
<option value="11">11 </option>
<option value="12">12 </option>
</select>
</font></span><font size="2" face="Tahoma"> </font> <span style="FONT-SIZE: 9pt"> <font face="Lucida Sans Unicode">
<select style="font-family: Tahoma; font-size: 10pt; border: 1px solid rgb(128,128,128)" id="kartyil0" size="1" name="cyil">
<option selected="selected" value="value">Yıl
Seçiniz</option>
<option value="11">2011 </option>
<option value="12">2012 </option>
<option value="13">2013 </option>
<option value="14">2014 </option>
<option value="15">2015 </option>
<option value="16">2016 </option>
<option value="17">2017 </option>
</select>
</font></span></td>
</tr>
</table></td>
</tr>
<tr>
<td height="30" width="16"><p align="left"><font face="Tahoma"> </font></p></td>
<td height="30" width="671"><font face="Tahoma"> <img border="0" align="absmiddle" src="cookie/1cc.png" /> <br />
</font><font size="1" face="Tahoma"> Kredi Kartı bilgileriniz herhangi
bir şekilde veritabanımızda saklan<b>mamak</b>tadır. <br />
Güvenliğiniz ve güvenliğimiz
açısından bankaya iletilen
bilgileriniz <b>şifrelenmektedir.<br />
</b>Siparişi vermeniz doğrultusunda
uzak mesafeli satış sözleşmesini</a> iki
tarafda <b>kabul </b>etmiş sayılır.</font></td>
</tr>
</table>
</div>
</font></td>
</tr>
</table></td>
</tr>
<tr>
<td><font face="Tahoma"> </font></td>
<td width="472"><font face="Tahoma">
<input style="BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BACKGROUND-COLOR: #f6fdec; WIDTH: 470px; HEIGHT: 40px; COLOR: #333333; BORDER-TOP: #cccccc 1px solid; FONT-WEIGHT: bold; BORDER-RIGHT: #cccccc 1px solid" value="Siparişimi Gönder" type="submit" name="siparis" />
</font></td>
</tr>
</table>
</form>
ekteki siparis.php dosyasını ana dizine atınız.
Kolay Gelsin.
siparis.php dosyasının içindeki mail adresiniz yazan yere kendi adresinizi yazınız...
örnek için ;
www.ondermedikal.com dan bakabilirsiniz.
arkadaşlar lütfen deneme amaçlı mail göndermeyin.. mail kutumda günde 100 den fazla mail geliyor bunları da içinden çıkartmak zor oluyor. Anlayışınız için teşekkürler.