NoteStar 5 年之前
父节点
当前提交
1ea2ae8c7c

+ 2 - 1
addons/fecmall/furnilife_theme/app/appfront/theme/furnilife/catalog/product/index.php

@@ -145,7 +145,8 @@
                             </div>
                             <div class="tab-pane fade" id="shipping-payment" role="tabpanel" aria-labelledby="shipping-payment-tab">
                                 <!--=======  product description  =======-->
-                                <?= Yii::$service->page->widget->render('product/payment'); ?>
+
+                                <?=  Yii::$service->cms->staticblock->getStoreContentByIdentify('faq-pc','appfront') ?>
                                 <!--=======  End of product description  =======-->
                             </div>
                         </div>

+ 2 - 2
addons/fecmall/furnilife_theme/app/apphtml5/theme/furnilife/catalog/product/index.php

@@ -204,8 +204,8 @@
 			  <div id="tab3" class="tab">
 				<div class="content-block">
 					<div class="text-questions" style="">
-						<?= Yii::$service->page->widget->render('product/payment'); ?>
-					
+
+                        <?=  Yii::$service->cms->staticblock->getStoreContentByIdentify('faq-M','apphtml5') ?>
 					</div>  
 				</div>
 			  </div>