NoteStar 5 yıl önce
ebeveyn
işleme
431bfa70c8

+ 2 - 2
addons/fecmall/furnilife_theme/app/appfront/theme/furnilife/checkout/cart/index.php

@@ -200,13 +200,13 @@ use fec\helpers\CRequest;
                                         <span><?= Yii::$service->page->translate->__('Proceed to Pay');?></span>
                                     </span>
                                 </button>
-                                <!--
+
                                 <span class="or">- <?= Yii::$service->page->translate->__('OR');?> - </span>
 
                                 <a class="express_paypal" href="<?= Yii::$service->url->getUrl('payment/paypal/express/start');    ?>">
                                 
                                 </a>
-                                -->
+
                             </div>
                         </div>
                         <!--=======  End of Cart summery  =======-->

+ 11 - 10
addons/fecmall/furnilife_theme/app/apphtml5/theme/furnilife/checkout/cart/index.php

@@ -145,20 +145,21 @@ use fec\helpers\CRequest;
 					<div class="totals cart-totals">
 						<div class="proceed_to_checkout">
 							<div class="row no-gutter">
-								<div class="col-100">
+                                <?php if ($enablePaypalExpress): ?>
+                                    <div class="col-50">
+                                        <a  external class="express_paypal" href="<?= Yii::$service->url->getUrl('payment/paypal/express/start');    ?>">
+                                            <img src="<?= Yii::$service->image->getImgUrl('/images/pay.png') ?>"  />
+                                        </a>
+                                    </div>
+                                <?php endif;  ?>
+								<div class="col-50">
 
 									<button onclick="location.href='<?= Yii::$service->url->getUrl('checkout/onepage');  ?>'" type="button" title="Proceed to Checkout" class="button btn-proceed-checkout btn-checkout"><span><span><?= Yii::$service->page->translate->__('Proceed to Pay');?></span></span></button>
 
                                 </div>
-        <!--
-                                <?php if ($enablePaypalExpress): ?>
-								<div class="col-50">
-									<a  external class="express_paypal" href="<?= Yii::$service->url->getUrl('payment/paypal/express/start');    ?>">
-										<img src="<?= Yii::$service->image->getImgUrl('/images/pay.png') ?>"  />
-									</a>
-								</div>
-                                <?php endif;  ?>
-                                 -->
+
+
+
 							</div>
 						</div>
 					</div>