_popup.php 1.04 KB
<?php
use yii\helpers\Html;
use yii\helpers\Url;
?>
<div class="black hidden">
    <div class="item_added_win">
        <a href="#" class="black_close"></a>
        <div class="block_content">
            <span style="display: block;
                        font-size: 1.5em;
                        -webkit-margin-before: 0.83em;
                        -webkit-margin-after: 0.83em;
                        -webkit-margin-start: 0px;
                        -webkit-margin-end: 0px;
            font-weight: bold;">Товар добавлен в корзину</span>
            <div class="items">
                <div class="basket_items">

                        Загрузка...

                    </div>
                <div class="cont_shop_but-wr">
                    <a href="#" class="cont_shop">Продолжить покупки</a>
                    <a href="<?=Url::to(['basket/index'])?>" class="submit4 bottom3" style="color:white;">Оформить заказ</a>
                </div>
            </div>
        </div>
    </div>
</div>