Europe
Anzahl je Seite:
Sortierung:
Interpret
- Europe-Rock the night 7'' Vinyl Holland Schallplatten7,99 EUR ** incl. ges. MwSt. zzgl. Versandkosten
- Europe-The final countdown 12'' Disco Vinyl Schallplatten9,99 EUR ** incl. ges. MwSt. zzgl. Versandkosten
- Europe-Sweet love child 7'' Single SPAIN PROMO Schallplatten17,99 EUR ** incl. ges. MwSt. zzgl. Versandkosten
document.addEventListener('DOMContentLoaded', function () {
var categoryDescription = document.getElementById('category-description');
function getPageParameter() {
var params = new URLSearchParams(window.location.search);
return params.get('page');
}
var page = getPageParameter();
if (page === null || page === '1') {
categoryDescription.style.display = 'block';
} else {
categoryDescription.style.display = 'none';
categoryDescription.innerHTML = '';
}
});