Gökhan TAYLAN
OpenCart-TR
Eskiden Bakkallardaki Yazar Kasa Sesini  Hepimiz Biliriz 
Yabancı Bir Demo Sitesinde Görmüştüm.
demo : http://www.digitalker.hu/
yeni demo : http://demo.taylansoft.com/
Opencart Link : http://www.opencart.com/index.php?route=extension/extension/info&extension_id=1843
Konu Anlatım :
1-
catalog/view/theme/Sizin Temanız/template/common/
header.tpl Açın
	
	
	
		
Bul ve Altına Uygun Gelen Bölüme Ekle
	
	
	
		
2-
catalog/view/theme/Sizin Temanız/template/module/ İçindeki
bestseller_home.tpl
featured_home.tpl
special_home.tpl
Latest-home.tpl
dosyalarda :
Bul :
	
	
	
		
Değiştir 
	
	
	
		
SES İNDİRME : [attachment=657]
Tıklandığında Değilde Üzerine Geldiğinde İşlem Yapmasını İsterseniz
	
	
	
		
Güzel Bir Çalışma Oldu Düşüncesindeyim Aslında Farklı Butonlara Farklı Sesler Wav Dosyaları Eklenmiş Olsa Müşterinin İlgisini Çekeceğini Düşünüyorum.
			
			Yabancı Bir Demo Sitesinde Görmüştüm.
demo : http://www.digitalker.hu/
yeni demo : http://demo.taylansoft.com/
Opencart Link : http://www.opencart.com/index.php?route=extension/extension/info&extension_id=1843
Konu Anlatım :
1-
catalog/view/theme/Sizin Temanız/template/common/
header.tpl Açın
		Kod:
	
	<head>
		Kod:
	
	<script language="javascript" type="text/javascript">
function playSound(soundfile) {
document.getElementById("opencart-tr").innerHTML=
"<embed src=\""+soundfile+"\" hidden=\"true\" autostart=\"true\" loop=\"false\" />";
}
</script>
<span id="opencart-tr"></span>2-
catalog/view/theme/Sizin Temanız/template/module/ İçindeki
bestseller_home.tpl
featured_home.tpl
special_home.tpl
Latest-home.tpl
dosyalarda :
Bul :
		Kod:
	
	<a href="<?php echo $products[$j]['add']; ?>"
		Kod:
	
	<a href="<?php echo $products[$j]['add']; ?>" onclick="playSound('Ses Dosyanız adresi');"SES İNDİRME : [attachment=657]
Tıklandığında Değilde Üzerine Geldiğinde İşlem Yapmasını İsterseniz
		Kod:
	
	onmouseover="playSound('Ses Dosyanız adresi');" 
				