японская кухня с яркими соусами современным меню и новым подходом
Кастомизированная корзина

1
Создали ZeroBlock
2
Добавили в него элемент Image с иконкой корзины и 2 элемента Text с цифрой 0 (для количества товара) и знаком = (для суммы заказа)
Задали класс для текста с кол-вом и для иконки корзины cartcopy_elem
Задали класс для текста с ценой cartprice_elem
3
Создали блок с корзиной ST100
4
Добавили код на страницу, в блок Другое - Т123


<style>
.blkElem{pointer-events:none; }
.cartcopyanim {
-webkit-animation: t706__pulse-anim 0.6s;
animation: t706__pulse-anim 0.6s;}
.cartcopy_elem .tn-atom ,
.cartprice_elem .tn-atom {
opacity:0;
pointer-events: none;
}
.r .show-cart{
opacity: 1;
pointer-events: auto;
}
.cartcopy{cursor:pointer}
.t706__carticon {display: none !important;}
</style>
<script>
$( document ).ready(function() {
let hideMode = false; //Скрыть-Показать пустую корзину - true-false
$('.cartcopy_elem .tn-atom').addClass('cartcopy');
$('.cartprice_elem .tn-atom').addClass('cartcopyprice');
function chkNum(){
if (window.tcart === undefined) { return; }
if(!hideMode) $('.cartcopy, .cartcopyprice').addClass('show-cart');
let chCounter = window.tcart.total;
let chPrice = window.tcart.prodamount;
if (chPrice==0){
$('div[data-elem-type="text"] .cartcopyprice').html('');
if(hideMode) {$('.cartcopy, .cartcopyprice').removeClass('show-cart')
}else{$('.cartcopy, .cartcopyprice').addClass('show-cart'); };
}else{
$('div[data-elem-type="text"] .cartcopyprice').html(chPrice+' руб');
if(hideMode) $('.cartcopy, .cartcopyprice').addClass('show-cart');
};
$('div[data-elem-type="text"] .cartcopy').html(chCounter);
if(chCounter==0){ $('.cartcopy').addClass('blkElem');
}else{ $('.cartcopy').removeClass('blkElem'); };
if(chCounter==''){$('div[data-elem-type="text"] .cartcopy').html(0);}; };
setTimeout(function(){chkNum();}, 500);
$(".t706").on('DOMSubtreeModified', ".t706__carticon-counter", function() {
setTimeout(function(){chkNum();}, 300);
$('div[data-elem-type="image"] .cartcopy').addClass('cartcopyanim');
setTimeout(function(){ $('.cartcopy').removeClass('cartcopyanim');}, 1000);});
$('.cartcopy').click(function(e){e.preventDefault();tcart__openCart();});
});
</script>
0
=
#catalog
#promotions
#delivery
Кастомизированная корзина

1
Создали ZeroBlock
2
Добавили в него элемент Image с иконкой корзины и 2 элемента Text с цифрой 0 (для количества товара) и знаком = (для суммы заказа)
Задали класс для текста с кол-вом и для иконки корзины cartcopy_elem
Задали класс для текста с ценой cartprice_elem
3
Создали блок с корзиной ST100
4
Добавили код на страницу, в блок Другое - Т123


<style>
.blkElem{pointer-events:none; }
.cartcopyanim {
-webkit-animation: t706__pulse-anim 0.6s;
animation: t706__pulse-anim 0.6s;}
.cartcopy_elem .tn-atom ,
.cartprice_elem .tn-atom {
opacity:0;
pointer-events: none;
}
.r .show-cart{
opacity: 1;
pointer-events: auto;
}
.cartcopy{cursor:pointer}
.t706__carticon {display: none !important;}
</style>
<script>
$( document ).ready(function() {
let hideMode = false; //Скрыть-Показать пустую корзину - true-false
$('.cartcopy_elem .tn-atom').addClass('cartcopy');
$('.cartprice_elem .tn-atom').addClass('cartcopyprice');
function chkNum(){
if (window.tcart === undefined) { return; }
if(!hideMode) $('.cartcopy, .cartcopyprice').addClass('show-cart');
let chCounter = window.tcart.total;
let chPrice = window.tcart.prodamount;
if (chPrice==0){
$('div[data-elem-type="text"] .cartcopyprice').html('');
if(hideMode) {$('.cartcopy, .cartcopyprice').removeClass('show-cart')
}else{$('.cartcopy, .cartcopyprice').addClass('show-cart'); };
}else{
$('div[data-elem-type="text"] .cartcopyprice').html(chPrice+' руб');
if(hideMode) $('.cartcopy, .cartcopyprice').addClass('show-cart');
};
$('div[data-elem-type="text"] .cartcopy').html(chCounter);
if(chCounter==0){ $('.cartcopy').addClass('blkElem');
}else{ $('.cartcopy').removeClass('blkElem'); };
if(chCounter==''){$('div[data-elem-type="text"] .cartcopy').html(0);}; };
setTimeout(function(){chkNum();}, 500);
$(".t706").on('DOMSubtreeModified', ".t706__carticon-counter", function() {
setTimeout(function(){chkNum();}, 300);
$('div[data-elem-type="image"] .cartcopy').addClass('cartcopyanim');
setTimeout(function(){ $('.cartcopy').removeClass('cartcopyanim');}, 1000);});
$('.cartcopy').click(function(e){e.preventDefault();tcart__openCart();});
});
</script>
0
=
#catalog
#promotions
#delivery
https://monkeysushi.ru/catalog#Rolls
https://monkeysushi.ru/catalog#Hot_rolls
https://monkeysushi.ru/catalog#Baked_rolls
https://monkeysushi.ru/catalog#Classic_rolls
https://monkeysushi.ru/catalog#Gunkans
https://monkeysushi.ru/catalog#Sets
https://monkeysushi.ru/catalog#Noodles_and_Rice
https://monkeysushi.ru/catalog#Soups
https://monkeysushi.ru/catalog#Snacks_and_Salads
https://monkeysushi.ru/catalog#Burgers
https://monkeysushi.ru/catalog#Drinks
https://monkeysushi.ru/catalog#Lunches
Переверните устройство
Кастомизированная корзина

1
Создали ZeroBlock
2
Добавили в него элемент Image с иконкой корзины и 2 элемента Text с цифрой 0 (для количества товара) и знаком = (для суммы заказа)
Задали класс для текста с кол-вом и для иконки корзины cartcopy_elem
Задали класс для текста с ценой cartprice_elem
3
Создали блок с корзиной ST100
4
Добавили код на страницу, в блок Другое - Т123


<style>
.blkElem{pointer-events:none; }
.cartcopyanim {
-webkit-animation: t706__pulse-anim 0.6s;
animation: t706__pulse-anim 0.6s;}
.cartcopy_elem .tn-atom ,
.cartprice_elem .tn-atom {
opacity:0;
pointer-events: none;
}
.r .show-cart{
opacity: 1;
pointer-events: auto;
}
.cartcopy{cursor:pointer}
.t706__carticon {display: none !important;}
</style>
<script>
$( document ).ready(function() {
let hideMode = false; //Скрыть-Показать пустую корзину - true-false
$('.cartcopy_elem .tn-atom').addClass('cartcopy');
$('.cartprice_elem .tn-atom').addClass('cartcopyprice');
function chkNum(){
if (window.tcart === undefined) { return; }
if(!hideMode) $('.cartcopy, .cartcopyprice').addClass('show-cart');
let chCounter = window.tcart.total;
let chPrice = window.tcart.prodamount;
if (chPrice==0){
$('div[data-elem-type="text"] .cartcopyprice').html('');
if(hideMode) {$('.cartcopy, .cartcopyprice').removeClass('show-cart')
}else{$('.cartcopy, .cartcopyprice').addClass('show-cart'); };
}else{
$('div[data-elem-type="text"] .cartcopyprice').html(chPrice+' руб');
if(hideMode) $('.cartcopy, .cartcopyprice').addClass('show-cart');
};
$('div[data-elem-type="text"] .cartcopy').html(chCounter);
if(chCounter==0){ $('.cartcopy').addClass('blkElem');
}else{ $('.cartcopy').removeClass('blkElem'); };
if(chCounter==''){$('div[data-elem-type="text"] .cartcopy').html(0);}; };
setTimeout(function(){chkNum();}, 500);
$(".t706").on('DOMSubtreeModified', ".t706__carticon-counter", function() {
setTimeout(function(){chkNum();}, 300);
$('div[data-elem-type="image"] .cartcopy').addClass('cartcopyanim');
setTimeout(function(){ $('.cartcopy').removeClass('cartcopyanim');}, 1000);});
$('.cartcopy').click(function(e){e.preventDefault();tcart__openCart();});
});
</script>
0
=
#catalog
#promotions
#delivery
Синяя зона
(Сормовский р-н)
Зеленая зона
(Московский р-н)
Желтая зона
(Канавинский р-н)
Большое Козино
При заказе от 700 Р
При заказе от 900 Р
При заказе от 1200 Р
При заказе от 2000 Р
*В остальных случаях стоимость доставки уточняется при заказе.
Нажмите снова,
чтобы закрыть
карту
Переверните устройство