/* ---------------------------------- * setPriceSeasonInPriceBox Version 1.DESKTOP */ function setPriceSeasonInPriceBox() { var myPriceTab, myLinkSpecialPrices, myNewPriceTab, myNewPriceTabFirstTR, replacedNode, myPriceTabHeadLink; myPriceTab = document.querySelectorAll('#ProductInfoTabs > #tab-product-specialprices > #Prices > div.SpecialPricesPage > table.SpecialPricesTable')[0]; if (!myPriceTab) return false; myLinkSpecialPrices = document.querySelectorAll('div.ProductDetails > div.InfoArea > div.PriceContainer > a#LinkSpecialPrices')[0]; if (!myLinkSpecialPrices) return false; myNewPriceTab = myPriceTab.cloneNode(true); myNewPriceTab.setAttribute('style', 'margin-bottom: 8px;'); myNewPriceTabFirstTR = myNewPriceTab.querySelectorAll('tbody > tr:first-child')[0]; if (!myNewPriceTabFirstTR) return false; myNewPriceTabFirstTR.setAttribute('style', 'font-size: 11px;'); replacedNode = myLinkSpecialPrices.parentElement.replaceChild(myNewPriceTab, myLinkSpecialPrices); myPriceTabHeadLink = document.querySelectorAll('#ProductInfoTabs > ul > li > a[href="#tab-product-specialprices"]')[0]; if (!myPriceTabHeadLink) return false; myPriceTabHeadLink.parentElement.setAttribute('style', 'display: none;'); } if (window.addEventListener) { window.addEventListener('load', setPriceSeasonInPriceBox, false); } else if (window.attachEvent) { window.attachEvent('onload', setPriceSeasonInPriceBox); }
Auf Lager
|
|
|
|
|
Preise inkl. MwSt., zzgl. Versandkosten