我正在为我的magento商店使用特定的纳税申报单,但在结帐页面上,税务摘要始终会崩溃。
是否可以将展开设置为默认值?我尝试过tax.phtml但到目前为止没有得到正确的技巧。
在我的页面上看起来如下:
默认:
展开后:
答案 0 :(得分:4)
假设您的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;"
。我还没有对它进行全面测试,但是删除显示:没有显示两行税,也不会损害您关闭税务摘要的能力。