h4mm1e Posted November 15, 2011 Share Posted November 15, 2011 Hi, Please see my attached screen shot, I would like to use the highlighted area for displaying product info of displaying available accesories Would somebody be willing to help me / talk me through what i need to edit? Link to comment Share on other sites More sharing options...
Carl Favre Posted November 15, 2011 Share Posted November 15, 2011 In your product page, when you write text in the short description, it does not appear on your website front-page? Link to comment Share on other sites More sharing options...
h4mm1e Posted November 15, 2011 Author Share Posted November 15, 2011 Nope. every product has a short description as can be seen here Link to comment Share on other sites More sharing options...
Carl Favre Posted November 15, 2011 Share Posted November 15, 2011 With the basic theme, you can see the product short description ? Can you check product.tpl in your current theme folder and check if you have anything like that : <div id="short_description_block"> {if $product->description_short} <div id="short_description_content" class="rte align_justify">{$product->description_short}</div> {/if} {if $product->description} <p class="buttons_bottom_block"><a href="javascript:{ldelim}{rdelim}" class="button">{l s='More details'}</a></p> Link to comment Share on other sites More sharing options...
h4mm1e Posted November 15, 2011 Author Share Posted November 15, 2011 Carl, I have no idea what i'm looking at, the file is massive! i have attached the product.tpl file product.zip Link to comment Share on other sites More sharing options...
Carl Favre Posted November 15, 2011 Share Posted November 15, 2011 Your file seems to be ok. With the basic theme you also have this problem of short description not being displayed ? Link to comment Share on other sites More sharing options...
h4mm1e Posted November 15, 2011 Author Share Posted November 15, 2011 with the basic theme the small description does show next to the picture yes. Link to comment Share on other sites More sharing options...
jhnstcks Posted November 15, 2011 Share Posted November 15, 2011 It could be hidden using css. To address your original question, you could try Tomerg3's accessories module. http://www.presto-changeo.com/en/prestashop-free-modules/33-product-accessories.html Link to comment Share on other sites More sharing options...
h4mm1e Posted November 16, 2011 Author Share Posted November 16, 2011 Thanks for the reply Jhnstcks. Where should I look to see if it's hidden in CSS? I have downloaded the Accessories module and will see how it it fits with everythin else. Regards, Matt Link to comment Share on other sites More sharing options...
jhnstcks Posted November 16, 2011 Share Posted November 16, 2011 In the file product.css, look for this line #primary_block #short_description_block Look for something like display:none and delete that bit of code. 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