|
Visit the other Gap Inc. Brands:
if (window["gidBrandSiteConstruct"] && gidBrandSiteConstruct.renderOnCurrentBrandUrl == true) {
gidBrandSiteConstruct.gidBrandSites[1].imageServiceUrl = "http://www.gap.com";
gidBrandSiteConstruct.gidBrandSites[2].imageServiceUrl = "http://bananarepublic.gap.com";
gidBrandSiteConstruct.gidBrandSites[3].imageServiceUrl = "http://oldnavy.gap.com";
gidBrandSiteConstruct.gidBrandSites[4].imageServiceUrl = "http://piperlime.gap.com";
gidBrandSiteConstruct.gidBrandSites[10].imageServiceUrl = "http://athleta.gap.com";
}
Dear Favorite T customers, Thanks to your feedback, we have pinpointed production errors affecting our Favorite Ts in certain colors. We have pulled those styles from our shelves (in stores and online), and have restored our original standards to this product line. Our apologies for the recent setbacks; you may now order your Ts with complete confidence in their superior fit and fabric comfort and construction.
if ((window.location.href.indexOf('product.do') != -1) && ((window.location.href.indexOf('pid=719978') != -1) || (window.location.href.indexOf('pid=719979') != -1)) ) {
productReviewService.controller.productManager.init.main = function() {
if (productReviewService.controller.externalOverrides.showProductReviews == true) {
if (productReviewService.model.rawData != null) {
productReviewService.controller.productManager.initVariableReferenceDelegator();
productReviewService.controller.productManager.view.showProductReviewElementsOnPage();
productReviewService.controller.productManager.view.setDataToPage();
// INSERT YOUR CODE HERE
var explattrs = {
style : 'width: 585px;margin:0px;'
}
var theExplanation = new Element('div', explattrs);
theExplanation.update($('containerfor719978explanation').innerHTML);
$('productReviewsSection').insert({before:theExplanation});
//$('reviewSummary').insert(theExplanation);
}
}
};
}
Dear Gap (Product) RED™ T customers, Thanks in part to your feedback, we have pinpointed color errors affecting the product page images of our Gap (Product) RED™ Artist Ts in certain colors. We have re-shot those Ts and restored the correct images to our site.
if ((window.location.href.indexOf('product.do') != -1) && ((window.location.href.indexOf('pid=750945') != -1)) ) {
productReviewService.controller.productManager.init.main = function() {
if (productReviewService.controller.externalOverrides.showProductReviews == true) {
if (productReviewService.model.rawData != null) {
productReviewService.controller.productManager.initVariableReferenceDelegator();
productReviewService.controller.productManager.view.showProductReviewElementsOnPage();
productReviewService.controller.productManager.view.setDataToPage();
// INSERT YOUR CODE HERE
var explattrs = {
style : 'width: 585px;'
}
var theExplanation = new Element('div', explattrs);
theExplanation.update($('containerfor750945explanation').innerHTML);
$('productReviewsSection').insert({before:theExplanation});
//$('reviewSummary').insert(theExplanation);
}
}
};
}
/* contentOverride7 begin */
if (window["imageLoader"]) {
imageLoader.loadImgs = function(group) {
if(this.loadedGroups[group]) return;
var count = 1;
var i = this.groupSize * group;
i = this.shouldFlipImgArray ? (this.imgs.length - 1) - i : i;
var offset = this.shouldFlipImgArray ? -1 : 1;
var done = false;
var img = this.imgs[i];
var productsToLoadSwatches = [];
var swatchesEnabled = false;
while(img && !done) {
img.img.[안내]태그제한으로등록되지않습니다-xxonload = null;
if (img.isSwatches == true) {
swatchesEnabled = true;
if(this.externalOverrides.imageServiceEnabled == true && img.hasInvalidImagePath == false) {
var imageServiceURL = this.getImageServiceUri(img);
var imageContainerNode = $("categoryProductItemImageContainer_" + (img.args.isStyleColor ? img.args.scid : img.args.pid) + "_" + img.args.cid);
if (imageContainerNode) imageContainerNode.setStyle({
backgroundImage: 'url("' + imageServiceURL + '")',
backgroundRepeat: 'no-repeat',
backgroundPosition: brandProperties.PRODUCTIMAGE_SPRITE_MAIN_IMAGE_POSITION,
height: brandProperties.PRODUCTIMAGE_SPRITE_MAIN_IMAGE_HEIGHT
});
} else {
var imgSrc = img.args.qlImages[img.args.scid];
if (imgSrc) $(img.img).src = imgSrc;
}
// queue swatch loader for this product
productsToLoadSwatches.push({data:img,url:imageServiceURL});
// TODO: remove this once swatches is live 6.60
} else {
var regexp1 = new RegExp("category");
var regexp2 = new RegExp("viv");
var regexp3 = new RegExp("Outfit");
if (regexp3.test(img.src) == false) {
img.img.src = img.src.replace(regexp1,"quick").replace(regexp2,"qlv");
} else {
img.img.src = img.src.replace(regexp2,"dv");
}
var ids = img.img.id.split("_");
var mktFlag = $('styleMarketingFlag_' + ids[ids.length-2] + '_' + ids[ids.length-1]);
if (mktFlag) mktFlag.addClassName("productColorMarketingFlagSelected");
}
done = (count == this.groupSize);
i = i+offset;
count = count + 1;
img = this.imgs[i];
}
// Load swatches after the main images have been loaded
productsToLoadSwatches.each((function(product){
if (swatchesEnabled && imageLoader.externalOverrides.swatchImageLoadEnabled == true) {
this.loadSwatchImgsHelper(product.data,product.url);
}
this.setMarketingFlag(product.data);
}).bind(this));
this.loadedGroups[group] = true;
this.loadedGroups.count = this.loadedGroups.count + 1;
this.loadedGroups.lastLoaded = group;
}
imageLoader.setMarketingFlag = function(img) {
var args = img.args;
var cid = args.cid;
var pid = args.pid;
var scid = args.scid;
var id = pid;
if (args.isStyleColor) {
id = args.scid;
}
var styleColorNode = $("styleColorMarketingFlag_" + cid + "_" + id + "_" + scid);
var styleNode =$("styleMarketingFlag_" + id + "_" + cid);
var marketingFlagsNode = $("marketingFlagContainer_" + id + "_" + cid);
var activeMktFlagNode = null;
if (args.isStyleColor) {
if (styleColorNode) {
activeMktFlagNode = styleColorNode;
} else if (styleNode) {
activeMktFlagNode = styleNode;
}
} else {
if (styleNode) {
activeMktFlagNode = styleNode;
} else if (styleColorNode) {
activeMktFlagNode = styleColorNode;
}
}
if (activeMktFlagNode) {
activeMktFlagNode.addClassName("productColorMarketingFlagSelected");
}
if (marketingFlagsNode && marketingFlagsNode.childElements().any() && !(marketingFlagsNode.hasClassName("marketingFlagContainer")))
marketingFlagsNode.addClassName("marketingFlagContainer");
if(marketingFlagsNode && !marketingFlagsNode.childElements().any())
marketingFlagsNode.remove();
}
};
/* contentOverride7 end */
|
|
첫댓글 장바구니가 안보이네요 다시 부탁드립니다~