Категории
Отзывы покупателей
« Заказал 101 розу, на следующий день уже доставили, моя девушка была очень довольна. Спасибо»
Денис Мрсква
« Сегодня доставили свадебный букет (на заказ) букет сдалали шикарный, видно что работали профессионалы, и цвета очень хорошо подобраны. Большое спасибо вашим флористам!»
Кристина Москва
« Заказал игрушку из цветов своей девушке, она была в восторге. Спасибо Вам большое.»
Олег Москва
Семена
Выберите подкатегорию
На странице:
18
25
50
75
100
Сортировка:
По умолчанию
Наименование (А -> Я)
Наименование (Я -> А)
Цена (по возрастанию)
Цена (по убыванию)
Рейтинг (по убыванию)
Рейтинг (по возрастанию)
Название (А -> Я)
Название (Я -> А)
Азарина лазающая Розовая
40 руб
Размер: 0 x 0
Актинидия коломикта
48 руб
Размер: 0 x 0
Алиссум ампельный смесь кристаллов
28 руб
Размер: 0 x 0
Алиссум Волшебные круги
16 руб
Размер: 0 x 0
Алиссум Медовый десерт
17 руб
Размер: 0 x 0
Альпийская смесь Садовая мечта
27 руб
Размер: 0 x 0
Амарант бисквит
30 руб
Размер: 0 x 0
Амарант Иллюминация
20 руб
Размер: 0 x 0
Амарант Красный хвостатый
11 руб
Размер: 0 x 0
Амарант Половецкие пляски
23 руб
Размер: 0 x 0
Амарант хвостатый Рэд
16 руб
Размер: 0 x 0
Амми серебряный шатер
27 руб
Размер: 0 x 0
Артишок Заморский деликатес
10 руб
Размер: 0 x 0
Астра Американская красавица
11 руб
Размер: 0 x 0
Астра Американская кустовая смесь
15 руб
Размер: 0 x 0
Астра Вирджиния
20 руб
Размер: 0 x 0
');
} else {
var href = a.attr('href');
if (href != null && href != 'undefined') {
if (/product_id=[0-9]*/.test(href)) {
var matches = href.match (/product_id=([0-9]*)/);
if (matches != null && matches != 'undefined') {
products_id += '&id[' + index + ']=' + matches[1];
$(element).wrap('
');
}
} else if (/\/[a-zA-Zа-яА-ЯёЁ0-9\-\_\%]*[\.]{0,1}[a-zA-Z]{0,}\?|$/.test(href)) {
var matches = href.match (/\/([a-zA-Zа-яА-ЯёЁ0-9\-\_\%]*)[\.]{0,1}[a-zA-Z]{0,}(?:\?|$)/);
if (matches != null && matches != 'undefined') {
products_url_alias += '&ua[' + index + ']=' + encodeURIComponent (matches[1]);
$(element).wrap('
');
}
}
}
}
});
$.ajax({
url: 'index.php?route=module/astickers/getAStickers',
type: 'POST',
data: products_id + products_url_alias,
dataType: 'json',
cache: false,
success: function(json) {
var hidden_content = [], id = '';
$('.htabs a').each(function(index, element) {
id = $(element).attr('href');
if ($(id).css('display') == 'none') {
$(id).css({'display':'block'});
hidden_content.push (id);
}
});
$.each(json, function(index, data) {
var image = $('.image a div.astickers_' + index + ' img');
var image_width = parseInt (image.css('width'));
var image_height = parseInt (image.css('height'));
var width = image_width + parseInt (image.css('padding-left')) + parseInt (image.css('padding-right'));
var height = image_height + parseInt (image.css('padding-top')) + parseInt (image.css('padding-bottom'));
var margin_top = parseInt (image.css('margin-top')) + parseInt (image.css('border-top-width'));
if (image.css('text-align') == 'center') {
var left = '50%';
var margin_left = -(image_width / 2);
} else {
var left = 0;
var margin_left = parseInt (image.css('margin-left')) + parseInt (image.css('border-left-width'));
}
if (data && image_width > '40' && image_height > '40') {
image.before(data);
var astickers = $('.image a div.astickers_' + index + ' div.asticker');
astickers.css({'width':width, 'height':height, 'margin-top':margin_top, 'margin-left':margin_left, 'left':left});
astickers.show();
} else {
image.unwrap();
}
});
if (hidden_content.length) {
$(hidden_content.join (', ')).css({'display':'none'});
}
}
});
};
$(document).ready(function(e) {
if (typeof doFilter != 'function') {
setTimeout ('getAStickers()', 500);
}
});
//-->
';
html += '';
html += '';
var sale = $(element).find('.sale').html();
if (sale != null) {
html += '
' + sale + '
';
}
var special = $(element).find('.special').html();
if (special != null) {
html += '
' + special + '
';
}
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-product').html() + '
';
html += '
' + $(element).find('.description').html() + '
';
//html += '
' + $(element).find('.dimensions').html() + '
';
var rating = $(element).find('.rating').html();
if (rating != null) {
html += '
' + rating + '
';
}
html += '
';
$(element).html(html);
});
$('.display').html('