Step.1: \catalog\view\javascript\common.js

                    $('html, body').animate({ scrollTop: 0 }, 'slow');
                    $('#cart > ul').load('index.php?route=common/cart/info ul li');

修改為

                    //$('html, body').animate({ scrollTop: 0 }, 'slow');
                    $('#cart > ul').load('index.php?route=common/cart/info ul li');

 

Step.2: \catalog\view\theme\default\stylesheet\stylesheet.css

.alert.alert-success{

    text-align: center;

    font-size: 14px;

    margin: 0;
    
    width:100%;

}
 

修改為

.alert.alert-success{

    text-align: center;
    font-size: 14px;
    margin: 0;
    width: 700px;
    height: 45px;
    top: 25%;
    left: 25%;

}

 

arrow
arrow
    全站熱搜

    nicket0222 發表在 痞客邦 留言(0) 人氣()