EC-CUBEの「関連商品プラグイン」で、関連商品の数は、以下のコードで取得することができます。
Product.RelatedProducts|length
■使用例
{% if Product.RelatedProducts is defined and Product.RelatedProducts|length > 0 %} 関連商品あるよ。 {% else %} 関連商品ないよ。 {% endif %}
EC-CUBEの「関連商品プラグイン」で、関連商品の数は、以下のコードで取得することができます。
Product.RelatedProducts|length
■使用例
{% if Product.RelatedProducts is defined and Product.RelatedProducts|length > 0 %} 関連商品あるよ。 {% else %} 関連商品ないよ。 {% endif %}
コメント