Subversion Repositories SmartDukaan

Rev

Rev 1036 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1036 Rev 1107
Line 175... Line 175...
175
           $("#shipping_time").html(msg);
175
           $("#shipping_time").html(msg);
176
      }
176
      }
177
 });
177
 });
178
}
178
}
179
 
179
 
180
var PARAMETERS = {
-
 
181
    #foreach($item in $itemDetails)
-
 
182
	    #if($velocityCount == 1)
-
 
183
	  		$item.ITEM_ID : { "ITEM_ID" : "$item.ITEM_ID", "SP" : "$item.SP", "MRP" : "$item.MRP", "SAVING" : "$item.SAVING", "COLOR" : "$item.COLOR" }
-
 
184
	  	#else
-
 
185
			,$item.ITEM_ID : { "ITEM_ID" : "$item.ITEM_ID", "SP" : "$item.SP", "MRP" : "$item.MRP", "SAVING" : "$item.SAVING", "COLOR" : "$item.COLOR" }
-
 
186
		#end
-
 
187
	
-
 
188
	#end	
-
 
189
} ;
-
 
190
 
-
 
191
</script>
180
</script>
192
 
181
 
193
</body>
182
</body>
194
</html>
183
</html>
195
184