Versions Compared

Key

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

...

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

For example:

...