2015-09-13 75 views
1

我使用的是特定的納稅申報爲我的Magento商店,但結帳頁面稅收匯總總是開始倒塌。始終擴展稅彙總在結賬頁面 - Magento的

是否有可能設置的擴展爲默認?我嘗試了tax.phtml,但到目前爲止還沒有得到正確的把戲。

它看起來像我的網頁上執行以下操作:

默認:

image1

後擴大:

image2

+0

Related:https://github.com/firegento/firegento-magesetup/issues/290 – Simon

回答

3

假設你tax.phtml看起來像我的,找下面在tax.phtml:

<tr class="summary-details-<?php echo $taxIter; ?> summary-details<?php if ($isTop): echo ' summary-details-first'; endif; ?>" style="display:none;">

並擺脫style="display:none;"。我沒有完全測試它,但刪除顯示:沒有顯示兩條稅線,也不應該損害您也關閉稅收總結的能力。

+0

也class class =「summary-total」改爲class =「summary-total show-details」來改變按鈕到「 - 」號 –