Hi
I am using magiczoom and I have not need for the large image to be used in the product page.
Could someone tell me where is the code can commented of allow me to make the link disappear from the page.
I have the source code and I have tried to but with no luck as …
HTML Code:
else if (HasLargePic)
{
tmpS.Append("<br/><img border=\"0\" src=\"images/spacer.gif\" width=\"1\" height=\"4\" /><br/>");
tmpS.Append("<div align=\"center\"><a href=\"javascript:void(0);\" onClick=\"" + CommonLogic.IIF(ImgGal.HasSomeLarge, "popuplarge" + "_" + sProductID + "()", "popupimg('" + LargePicForPopup + "')") + ";\"><img border=\"0\" src=\"" + AppLogic.LocateImageURL("skins/skin_" + ThisCustomer.SkinID.ToString() + "/images/showlarger.gif") + "\" align=\"absmiddle\" border=\"0\" alt=\"" + AppLogic.GetString("showproduct.aspx.19", ThisCustomer.SkinID, ThisCustomer.LocaleSetting) + "\"></a></div><br/>");
}
The xmlfile I am using is product.VariantsInRightBar.xml.config.
Thanks