Subversion Repositories SmartDukaan

Rev

Rev 18405 | Rev 18708 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18405 Rev 18406
Line 198... Line 198...
198
							$('#bestprice').html(globalminprice).siblings('.cashbackamount').html(globalmincashback).siblings('.productoffer').html(globalminoffer);
198
							$('#bestprice').html(globalminprice).siblings('.cashbackamount').html(globalmincashback).siblings('.productoffer').html(globalminoffer);
199
							$('#beststorelink').data('id',globalminsku).data('source',globalminsource).data('price',globalminprice).data('url',globalminurl).removeClass('hidden');
199
							$('#beststorelink').data('id',globalminsku).data('source',globalminsource).data('price',globalminprice).data('url',globalminurl).removeClass('hidden');
200
							$('#bestpricecontainer').removeClass('hidden');
200
							$('#bestpricecontainer').removeClass('hidden');
201
							if(typeof globalminsource!= "undefined") {
201
							if(typeof globalminsource!= "undefined") {
202
								if (globalminsource==4){
202
								if (globalminsource==4){
203
									var value = globalminurl.substring(url.lastIndexOf('-') + 1);
203
									var value = globalminurl.substring(globalminurl.lastIndexOf('-') + 1);
204
									$('#beststorelink').attr('data-identifier', value);
204
									$('#beststorelink').attr('data-identifier', value);
205
									$('#beststorelink').attr('data-proid', globalminsku);
205
									$('#beststorelink').attr('data-proid', globalminsku);
206
								} else {
206
								} else {
207
									$('#beststorelink').removeAttr('data-identifier');
207
									$('#beststorelink').removeAttr('data-identifier');
208
									$('#beststorelink').removeAttr('data-proid');
208
									$('#beststorelink').removeAttr('data-proid');