问题处理:magento中paypal出错的处理:
将下面的文件包下载,然后按照要求操作即可!
文件包下载:paypal出错的处理。
说明:
对于一步支付返回页面出现问题:2个支付按钮,此为css样式问题:添加下面的css即可
#review-buttons-container #review_button{display:none;}
按钮css:
#review-buttons-container button.btn-checkout span{
background: url("../images/btn_checkout.gif") no-repeat scroll 0 0 transparent;
border: 0 none;
color: #FFFFFF;
font: bold 15px/40px Arial,Helvetica,sans-serif;
height: 40px;
padding: 0 0 0 9px;
width:auto;
}
#review-buttons-container button.btn-checkout span span{
background: url("../images/btn_checkout.gif") no-repeat scroll 100% 0 transparent;
color: #FFFFFF;
display: block;
height: 40px;
padding: 0 25px 0 16px;
}