<li class="shrink">
<div class="tags">
</div>
<h3>Rychloupínák Sixpack Chopstix QR červený</h3>
<div>
<h5>990906</h5>
<p>Lehká, ale super stabilní sada Chopstix Quick Release s CrMo osami a leserovaným logem. Sada Chopstix Quick Release kombinuje funkčnost se skvělým vzhledem, díky kterému vaše kolo vynikne.</p>
</div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-1.png","\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-2.jpg","\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-3.jpg","\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-4.jpg"]">
<img src="/item/s160/990906-rychloupinak-sixpack-chopstix-qr-cerveny-1.png" alt="Rychloupínák Sixpack Chopstix QR červený" rel="item_15695" />
</a>
<div>
<p class="unit EUR">19.50</p>
<a href="/produkty/990906-rychloupinak-sixpack-chopstix-qr-cerveny.html" ui-dg="dgViewDetail_15695" class="ui-button rgt" rel="nofollow"><i class="fa fa-hand-o-right"></i>detail</a>
<a href="/item/15695/add" ui-dg="dgAddToCart_15695" ui-dg-effect="slide-down" ui-dg-effects="slide-down,fall,scale" class="ui-button rgt"><i class="fa fa-plus"></i>kúpiť</a>
</div>
</li>
|
<div id="dgAddToCart_15695" style="display:none;">
<form id="fmAddToCart_15695" class="c_24 form" action="/item/15695/add" method="post" autocomplete="off">
<div class="g_9">
<div>
<a href="#" ui-awesome-cursor ui-fancybox="["\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-1.png","\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-2.jpg","\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-3.jpg","\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-4.jpg"]">
<img src="/item/s180/990906-rychloupinak-sixpack-chopstix-qr-cerveny-1.png" rel="item_15695" />
</a>
</div>
</div>
<div class="g_15">
<table rel="item_15695">
<tr><td>Katalogové číslo</td><td>990906</td></tr>
<tr>
<td>Váha</td>
<td><span class="p21 unit gram">0</span></td>
</tr>
<tr>
<td>Farba</td>
<td><span class="p24 unit ">červená</span></td>
</tr>
<tr>
<td>Materiál</td>
<td><span class="p25 unit ">CrMo</span></td>
</tr>
<tr>
<td>Dostupnosť</td>
<td class="p29">na otázku</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">16.12</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">19.50</span></td>
</tr>
</table>
</div>
<div class="g_9">
</div>
<div class="under-table-wrap">
<div class="g_6 push_3">
<p class="inline-s">
<label for="fmAddToCart_15695_quantity" class=" required">množstvo</label>
<span class="input-wrap unit pcs">
<input type="text" id="fmAddToCart_15695_quantity" name="fmAddToCart_15695[quantity]" class="unit pcs" alt="smallint" ui-numrousel="" ui-mask="" value="1" />
<s></s>
</span>
</p>
</div>
<div class="g_6 push_2 omega">
<button type="submit" class="ui-button rgt">pridať do košíka</button>
</div>
<input type="hidden" id="fmAddToCart_15695_item" name="fmAddToCart_15695[item]" value="15695" />
</div>
<input type="hidden" id="fmAddToCart_15695__token" name="fmAddToCart_15695[_token]" value="KcDImQs803jnBs8FNoY8X_SR-ivvaMU3py8p88fBp0o" />
</form>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
var _super = $['btSelectSibling_15695'];
function $dg() {
return $('#dgAddToCart_15695');
};
function $f() {
return $('#fmAddToCart_15695', $dg());
};
/** */
$('table[rel^=item_]', $dg()).each(function() {
var length = $('tr', this).length;
if (8 > length) {
$(this).addClass('length-' + length);
}
});
/** */
$f().ajaxform({
overlay: false,
messages: {
submit: 'vkladám položku do košíka',
success: 'položka bola pridaná',
failed: 'pridanie do košíku zlyhalo'
},
preSubmit: function() {
var $cart = $('#cartOverviewHeaderSummary em'),
$img = $('img[rel=item_15695]', $dg()),
$flying = $('<div />');
if ($img) {
$flying.addClass('flyingToCart').css({
backgroundImage: 'url(' + $img.attr('src') + ')',
zIndex: $dg().dialog('widget').css('z-index')+1
}).offset({
top: Math.floor($img.parent().offset().top) - 100,
left: Math.floor($img.parent().offset().left) - 20,
}).appendTo($('body'));
setTimeout(function() {
var t = $cart.offset().top,
l = $cart.offset().left,
w = $cart.width(),
h = $cart.height();
$flying.addClass('started').css({
top: t - 25 + (h/2),
left: l - 25 + (w/2),
opacity: 0.6
}).bind('transitionend', function() {
setTimeout(function() {
$flying.remove();
}, 250);
});
}, 25);
}
},
onSuccess: function() {
$dg().dialog('close');
$f().ajaxform('reset');
} });
/** */
$['btSelectSibling_15695'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$dg().dialog('option', {title: $(this).data('item-name')});
$('table[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$('[id$=_item]:input', $f()).val($(this).data('item-id'));
};
/** */
$dg().dialog({
dialogClass: 'dgAddToCart',
title: 'Rychloupínák Sixpack Chopstix QR červený',
autoOpen: false
});
})(jQuery);
/*]]>*/
</script>
<div id="dgViewDetail_15695" style="display: none;">
<section class="c_30" ui-slimscroll="{"height":"max","railVisible":true,"alwaysVisible":true,"distance":5}">
<div class="lft">
<div class="g_12">
<div>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-1.png","\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-2.jpg","\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-3.jpg","\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-4.jpg"]">
<img src="/item/s300/990906-rychloupinak-sixpack-chopstix-qr-cerveny-1.png" rel="item_15695" />
</a>
</div>
<ul>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-1.png","\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-2.jpg","\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-3.jpg","\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-4.jpg"]">
<img src="/item/s120/990906-rychloupinak-sixpack-chopstix-qr-cerveny-1.png" rel="item_15695" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-1.png","\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-2.jpg","\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-3.jpg","\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-4.jpg"]">
<img src="/item/s120/990906-rychloupinak-sixpack-chopstix-qr-cerveny-2.jpg" rel="item_15695" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-1.png","\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-2.jpg","\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-3.jpg","\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-4.jpg"]">
<img src="/item/s120/990906-rychloupinak-sixpack-chopstix-qr-cerveny-3.jpg" rel="item_15695" />
</a>
</li>
<li>
<a ui-awesome-cursor ui-fancybox="["\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-1.png","\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-2.jpg","\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-3.jpg","\/item\/s960\/990906-rychloupinak-sixpack-chopstix-qr-cerveny-4.jpg"]">
<img src="/item/s120/990906-rychloupinak-sixpack-chopstix-qr-cerveny-4.jpg" rel="item_15695" />
</a>
</li>
</ul>
</div>
</div>
<div class="rgt push_1">
<div class="g_17">
<p>Lehká, ale super stabilní sada Chopstix Quick Release s CrMo osami a leserovaným logem. Sada Chopstix Quick Release kombinuje funkčnost se skvělým vzhledem, díky kterému vaše kolo vynikne.</p>
</div>
<div class="g_17">
<div rel="item_15695">
<table class="tbProperties">
<tr>
<td>Katalogové číslo</td>
<td class="pn">990906</td>
</tr>
<tr>
<td class="property_21">Váha</td>
<td class="p21">
<span class="unit gram">0</span>
</td>
</tr>
<tr>
<td class="property_24">Farba</td>
<td class="p24">
<span class="unit ">červená</span>
</td>
</tr>
<tr>
<td class="property_25">Materiál</td>
<td class="p25">
<span class="unit ">CrMo</span>
</td>
</tr>
<tr>
<td>Dostupnost</td>
<td>
skladom
</td>
</tr>
<tr>
<td>
Cena <small>(bez 21% DPH)</small>
</td>
<td><span class="withoutVat unit EUR">16.12</span></td>
</tr>
<tr class="final">
<td>
Cena <small>(vr. 21% DPH)</small>
</td>
<td><span class="withVat unit EUR">19.50</span></td>
</tr>
</table>
</div>
</div>
</div>
<div class="g_30 push_1">
</div> </section>
</div>
<script type="text/javascript">
/*<![CDATA[*/
(function($) {
function $dg() {
return $('#dgViewDetail_15695');
};
/** */
$dg().dialog({
title: 'Rychloupínák Sixpack Chopstix QR červený',
dialogClass: 'dgViewDetail',
autoOpen: false,
height: 'max',
buttons: [{
html: '<a class="ui-button large">zatvoriť</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-down').dialog('close');
}
},{
html: '<a href="#" class="ui-button large"><i class="fa fa-plus"></i>kúpiť</a>',
click: function(ev) {
ev.preventDefault();
$dg().dialog('option', 'effect', 'slide-left')
.dialog('close').dialog('option', 'effect', 'slide-right');
$('#dgAddToCart_15695').dialog('option', 'effect', 'slide-right')
.dialog('open').dialog('option', 'effect', 'slide-down');
}
}]
});
var _super = $['btSelectSibling_15695'];
/** */
$['btSelectSibling_15695'] = function(ev) {
if ($.isFunction(_super) && !ev.isDefaultPrevented()) {
ev.preventDefault();
_super.apply(this, [ev]);
} else {
ev.preventDefault();
}
$('div[rel^=item_]', $dg()).hide().filter($(this).attr('rel')).show();
$dg().dialog('option', 'title', $(this).data('item-name'));
};
})(jQuery);
/*]]>*/
</script>
|
Rychloupínák Sixpack Chopstix QR červený
|
990906
|
|
|
|
|
|