Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Bir ürün favori listesine eklendiğinde aşağıdaki Javascript kodunu kullanın:

<script type="text/javascript">
	function rdAddtoFav(){
		var vl = new Visilabs();
		vl.AddParameter("OM.pf","Product Code");
		vl.AddParameter("OM.pfu","1");
		vl.AddParameter("OM.ppr","Price of the product");
		vl.Collect();
	}
	rdAddtoFav();
</script>

Bir ürün favori listesinden çıkartıldığında aşağıdaki Javascript kodunu kullanın:

<script type="text/javascript">
	function rdRemoveFromFav(){
		var vl = new Visilabs();
		vl.AddParameter("OM.pf","Product Code");
		vl.AddParameter("OM.pfu","-1");
		vl.AddParameter("OM.ppr","Price of the product");
		vl.Collect();
	}
	rdRemoveFromFav();
</script>



Ana Başlık: Kullanıcı Hareketleri ile Tetiklenen Olaylar

  • No labels