aquamarine Posted September 19, 2009 Share Posted September 19, 2009 I would like to see if it is possible to switch the position of where the data sheet is(features) with the Short Description. I like how organized my data is displayed and it would look better next to the Product Image than the short description box.Is there a way to do that in the code? I have a feeling it is in the product.tpl file. I'm not sure though.Thanks,Al Link to comment Share on other sites More sharing options...
mrdreamer Posted September 19, 2009 Share Posted September 19, 2009 editmodule\homefeatured\homefeatured.tpledit {$product.description_short|strip_tags|truncate:350:'...'} Edit truncate: 350. Direct number 350 is the value you want.PS. Sorry for bad English. Link to comment Share on other sites More sharing options...
aquamarine Posted September 19, 2009 Author Share Posted September 19, 2009 no.. i'm talking about switching the position of the 2 areas not adjusting the allowance of text to be written. I hope someone understands. Link to comment Share on other sites More sharing options...
roback Posted September 23, 2009 Share Posted September 23, 2009 I understand... I am looking for the same thing. I only have 1 feature and no additional data so I don't need or want the Data Sheet below the picture. I want my lone feature to be right below the Short Description on the right of the image. This on the product info page.Is there also a way to get that same lone feature to be displayed in the product listing page. Right below the short description.Surely there has to be an easy way to change these few things? Link to comment Share on other sites More sharing options...
Florent Posted October 27, 2009 Share Posted October 27, 2009 Hellojust copy this part of code : <!-- product's features -->{if $features} {foreach from=$features item=feature} {$feature.name|escape:'htmlall':'UTF-8'} : {$feature.value|escape:'htmlall':'UTF-8'}{/foreach} {/if}to product.tpl after this :{if $product->description_short}{$product->description_short} {/if} 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