ホーム > EC-Cube > EC-CUBE の販売価格にオープンプライス表示を入れてみた

EC-CUBE の販売価格にオープンプライス表示を入れてみた

2011年11月10日 admin | コメント(0) | トラックバック(0)

 

<!--{if $arrProduct.price02_max == 1}-->オープンプライス
<!--{/if}-->
<!--{if $arrProduct.price02_max > 1}--><span id="price02_default"><!--{strip}-->
                        <!--{if $arrProduct.price02_min == $arrProduct.price02_max}-->
                            <!--{$arrProduct.price02_min|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
                        <!--{else}-->
                            <!--{$arrProduct.price02_min|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->~<!--{$arrProduct.price02_max|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
                        <!--{/if}-->
                    </span><span id="price02_dynamic"></span><!--{/strip}-->
                    円<!--{/if}-->

下記サイトを参考にしました。

http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=2684&forum=11

 

 

<!--{if $arrProduct.price02_max == 1}-->オープンプライス

<!--{/if}-->

<!--{if $arrProduct.price02_max > 1}-->

<span id="price02_default"><!--{strip}-->

                        <!--{if $arrProduct.price02_min == $arrProduct.price02_max}-->

                            <!--{$arrProduct.price02_min|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->

                        <!--{else}-->

                            <!--{$arrProduct.price02_min|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->~<!--{$arrProduct.price02_max|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->

                        <!--{/if}-->

                    </span><span id="price02_dynamic"></span><!--{/strip}-->

                    円<!--{/if}-->

 

トラックバック(0)

トラックバックURL: http://www.3850.jp/mt/mt-tb.cgi/148

コメントする