Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
linenumberstrue
<script type="text/javascript">
	function rdCartUpdate(){
		var VL = new Visilabs(); 
		VL.AddParameter("OM.pbid","Basket ID");
		VL.AddParameter("OM.pb","Product Code1;Product Code2");
		VL.AddParameter("OM.pu" ,"productProduct Quantity1;productProduct Quantity2")
		VL.AddParameter("OM.ppr" ,"Product Price1*Product Quantity1;Product Price2*Product Quantity2");
		VL.Collect();
	}
	rdCartUpdate();
</script>

...