prestwich Posted May 30, 2010 Share Posted May 30, 2010 Hello again ;pCan anyone please tell me how to change Featured Products to Grid viewONLY showing thumbnails?Thanks in advance for the help. Link to comment Share on other sites More sharing options...
rocky Posted May 31, 2010 Share Posted May 31, 2010 Edit modules/homefeatured/homefeatured.tpl, {* comment out *} the following lines to remove the name and description: {$product.name|truncate:27:'...'|escape:'htmlall':'UTF-8'} {$product.description_short|strip_tags|truncate:130:'...'} and {* comment out *} the following lines to remove the price, view button and add to cart button: {if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if} {l s='View' mod='homefeatured'} {if ($product.quantity > 0 OR $product.allow_oosp) AND $product.customizable != 2} {l s='Add to cart' mod='homefeatured'} {else} {l s='Add to cart' mod='homefeatured'} {/if} Then edit the following line near the top: {assign var='liHeight' value=342} Reduce 342 to whatever height you want each row to be. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now