Subversion Repositories SmartDukaan

Rev

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

Rev 12632 Rev 12682
Line 392... Line 392...
392
			 			break;
392
			 			break;
393
			 		}
393
			 		}
394
			 	}
394
			 	}
395
			 	sellerImg = {
395
			 	sellerImg = {
396
			 		1 : 'flipkart_logo.png',
396
			 		1 : 'flipkart_logo.png',
397
			 		2 : 'amazon_logo.png',
397
			 		2 : 'amazon_logo.jpg',
398
			 		3 : 'snapdeal_logo.png'
398
			 		3 : 'snapdeal_logo.png'
399
			 	};
399
			 	};
400
			 	if(typeof exclusiveAffiliateItem != "undefined"){
400
			 	if(typeof exclusiveAffiliateItem != "undefined"){
401
					var innerhtml = '<div class="shipping1 left"><div style="background-color: #FAFAFA;padding:4px;font-size: 14px;">Available on '
401
					var innerhtml = '<div class="shipping1 left"><div style="background-color: #FAFAFA;padding:4px;font-size: 14px;">Available on '
402
						+ exclusiveAffiliateItem.affiliateName+'</div><div style="padding: 10px;background-color:#FFF;padding-left: 136px;background-image: url(\'/unversioned/images/' + sellerImg[exclusiveAffiliateItem.affiliateId] + '\');background-repeat: no-repeat;background-size: 120px;color: #777777;font-size: 14px;background-position:left">'
402
						+ exclusiveAffiliateItem.affiliateName+'</div><div style="padding: 10px;background-color:#FFF;padding-left: 136px;background-image: url(\'/unversioned/images/' + sellerImg[exclusiveAffiliateItem.affiliateId] + '\');background-repeat: no-repeat;background-size: 120px;color: #777777;font-size: 14px;background-position:left">'