geiri Posted October 18, 2009 Share Posted October 18, 2009 How can I move the text under product image in Featured Products on the homepage? Link to comment Share on other sites More sharing options...
fs_xyz Posted October 19, 2009 Share Posted October 19, 2009 Directory module/homefeatured/homefeatured.tpl.Move this line : {$product.description_short|strip_tags|truncate:130:'...'} To under : getImageLink($product.link_rewrite, $product.id_image, 'home')}" height="{$homeSize.height}" width="{$homeSize.width}" alt="{$product.legend|escape:htmlall:'UTF-8'}" /> Should do the trick to move short description under the picture. Link to comment Share on other sites More sharing options...
geiri Posted October 19, 2009 Author Share Posted October 19, 2009 Thank you for a quick reply This is exactly what I was looking for 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