Работаем: Пн–Пт с 9:00 до 18:00
OPEL
Выберите подкатегорию
-
AGILA A
-
ASCONA A
-
ASCONA B
-
ASCONA C
-
ASTRA F
-
ASTRA G
-
ASTRA H
-
ASTRA H GTC
-
CALIBRA
-
CORSA A
-
CORSA B
-
CORSA C
-
CORSA D
-
FRONTERA A
-
FRONTERA B
-
KADETT D
-
KADETT E
-
KADETT E COMBO
-
MANTA A
-
MANTA B
-
MERIVA A
-
MOVANO A
-
OMEGA A
-
OMEGA B
-
REKORD E
-
SIGNUM
-
SINTRA
-
TIGRA
-
TIGRA TWIN TOP
-
VECTRA A
-
VECTRA B
-
VECTRA C
-
VIVARO
-
ZAFIRA A
-
ZAFIRA B
';
html += ' ' + $(element).find('.wishlist').html() + '
';
html += ' ' + $(element).find('.compare').html() + '
';
html += '';
html += '';
var image = $(element).find('.image').html();
if (image != null) {
html += '
' + image + '
';
}
var price = $(element).find('.price').html();
if (price != null) {
html += '
' + price + '
';
}
html += '
' + $(element).find('.name').html() + '
';
html += '
' + $(element).find('.description').html() + '
';
var rating = $(element).find('.rating').html();
if (rating != null) {
html += '
' + rating + '
';
}
html += '
';
$(element).html(html);
$(document).ready(function() {
// Tooltip only Text
$('.masterTooltip').hover(function(){
// Hover over code
var title = $(this).attr('title');
$(this).data('tipText', title).removeAttr('title');
$('')
.text(title)
.appendTo('body')
.fadeIn('slow');
}, function() {
// Hover out code
$(this).attr('title', $(this).data('tipText'));
$('.tooltip').remove();
}).mousemove(function(e) {
var mousex = e.pageX + 5; //Get X coordinates
var mousey = e.pageY + 5; //Get Y coordinates
$('.tooltip')
.css({ top: mousey, left: mousex })
});
});
$(function(){
$('.cart input.button')
.css( {backgroundPosition: "0px 0px"} )
.mouseover(function(){
$(this).stop().animate({backgroundPosition:"(0px -20px)"}, {duration:500})
})
.mouseout(function(){
$(this).stop().animate({backgroundPosition:"(0px -20px)"}, {duration:200, complete:function(){
$(this).css({backgroundPosition: "0px 0px"})
}})
})
});
});
$('.display').html('Вид: Список / Сетка');
$.totalStorage('display', 'list');
} else {
$('.product-list').attr('class', 'product-grid');
$('.product-grid > div').each(function(index, element) {
html = '';
var image = $(element).find('.image').html();
if (image != null) {
html += '' + image + '
';
}
html += '' + $(element).find('.name').html() + '
';
html += '' + $(element).find('.description').html() + '
';
var price = $(element).find('.price').html();
if (price != null) {
html += '' + price + '
';
}
var rating = $(element).find('.rating').html();
if (rating != null) {
html += '' + rating + '
';
}
html += '' + $(element).find('.cart').html() + '
';
html += '' + $(element).find('.wishlist').html() + '
';
html += '' + $(element).find('.compare').html() + '
';
$(element).html(html);
$(document).ready(function() {
// Tooltip only Text
$('.masterTooltip').hover(function(){
// Hover over code
var title = $(this).attr('title');
$(this).data('tipText', title).removeAttr('title');
$('')
.text(title)
.appendTo('body')
.fadeIn('slow');
}, function() {
// Hover out code
$(this).attr('title', $(this).data('tipText'));
$('.tooltip').remove();
}).mousemove(function(e) {
var mousex = e.pageX + 5; //Get X coordinates
var mousey = e.pageY + 5; //Get Y coordinates
$('.tooltip')
.css({ top: mousey, left: mousex })
});
});
$(function(){
$('.cart input.button')
.css( {backgroundPosition: "0px 0px"} )
.mouseover(function(){
$(this).stop().animate({backgroundPosition:"(0px -20px)"}, {duration:500})
})
.mouseout(function(){
$(this).stop().animate({backgroundPosition:"(0px -20px)"}, {duration:200, complete:function(){
$(this).css({backgroundPosition: "0px 0px"})
}})
})
});
});
$('.display').html('Вид: Список / Сетка');
$.totalStorage('display', 'grid');
}
}
view = $.totalStorage('display');
if (view) {
display(view);
} else {
display('[b] grid [/b]');
}
//-->