Jump to content

[SOLVED] Featured Products block issue on 1.4.0.17


Recommended Posts

Hello,

The featured products block not fit the block with background color, when the products less than 4 (or 8).



The solutions : you must edit the yourwebshop/modules/homefeatured/homefeatured.tpl

at line 35 : {assign var='nbLines' value=($nbLi/$nbItemsPerLine)|ceil} please remove these red brackets ().

{assign var='nbLines' value=$nbLi/$nbItemsPerLine|ceil}

Save the file and enjoy!

40489_mQI6DOfscebgxJSzC4Uq_t

Link to comment
Share on other sites

×
×
  • Create New...