2016-10-13 2 views

答えて

0

解決策が見つかったと思います。 product.tplでは、と

<span id="our_price_display" class="price" itemprop="price" content="{$productPrice}">{convertPrice price=$productPrice|floatval}</span> 
            {if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) || !isset($display_tax_label))} 
             {if $priceDisplay == 1} {l s='tax excl.'}{else} {l s='tax incl.'}{/if} 
            { /if} 

置き換える:

<span id="our_price_display" class="price" itemprop="price" content="{$productPrice}">{convertPrice price=$productPrice|floatval}</span> 
             {if $priceDisplay == 1} {l s='tax excl.'}{else} {l s='tax incl.'}{/if} 
0

ように、クライアントに行く - >グループとすべてのグループが価格表示とHTを選ぶため。

よろしく、バックオフィスで

+0

おかげで、それはすでにケースです。 –

0

、顧客>グループは、ボタンを変更するために、訪問者のグループのクリックを選択し、税込に税金の表示を変更、それはそのようであれば、管理者coutriesに行くあなたの国を選択し、をクリックしてくださいボタンを修正して税金を有効にするenter image description here

+0

ありがとうございましたが、どの国でも税の表示が既に表示されています。訪問者は既に「税除外」モードになっています。しかし、問題はちょうどラベル "課税excl。"です。まだ訪問者のために表示されていません。 {$ tax_enabled場合((ISSET($のdisplay_tax_label)&& $ display_tax_label == 1)||!ISSET($のdisplay_tax_label))&&} –

+0

@CaptainHarlockは \t \t \t \tあなたproduct.tplファイル でそのような何かを持っています\t \t \t \t \t \t \t {もし$ priceDisplay == 1} {のls = '税抜き'} {他} {のls = '税込'} {/ IF} \t \t \t \t \t \t \t \t \t \t {/ if} –

+0

はい、そうです –

関連する問題