Jump to content

latest products


fabriceunko

Recommended Posts

In the template content.homepage.php, there might be this:

            {* Remove comment if you want info button
            <a href="{$product.url}" title="{$product.name}" class="button tiny secondary left">{$LANG.common.info}</a>
            *}

Change to:

            <a href="{$product.url}" title="{$product.name}" class="button tiny secondary left">{$LANG.common.info}</a>

Later, find:

            {elseif $product.ctrl_stock && !$CATALOGUE_MODE}

Change to:

            {elseif false && $product.ctrl_stock && !$CATALOGUE_MODE}

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...