MontyVeda Posted November 30, 2011 Share Posted November 30, 2011 Hi guys, I'm trying to get my new prestashop displaying as I'd like to see it... but that is proving harder than i expected. Can somebody have a look at my site, www.blinds.org.uk, beneath the slider is three products; curtain pole, silk fabric and venetian blinds, and beneath each of those it says "En savoir plus..." Obviously I'd prefer something in English but how i change this text i have no idea. Any ideas? Link to comment Share on other sites More sharing options...
Mike Kranzler Posted November 30, 2011 Share Posted November 30, 2011 Hi MontyVeda, This is something we are aware of and in the process of addressing, but in the meantime, you can fix it easily for yourself by opening your theme's modules/blocknewproducts/blocknewproducts.tpl file and replacing {l s='En savoir plus'} with {l s='Learn more' mod='blocknewproducts'} Don't forget to enable "Force Compile" in your Back Office under Preferences > Performance afterward to make sure you can see the change! I hope this helps. -Mike Link to comment Share on other sites More sharing options...
MontyVeda Posted November 30, 2011 Author Share Posted November 30, 2011 nice one Mike.... glad it's not just me being a thicko (which is highly likely although i cannot see the line of code you specify in that file: <!-- MODULE Block new products --> <div id="new-products_block_right" class="block products_block"> <h4><a href="{$link->getPageLink('new-products.php')}" title="{l s='New products' mod='blocknewproducts'}">{l s='New products' mod='blocknewproducts'}</a></h4> <div class="block_content"> {if $new_products !== false} <ul class="product_images clearfix"> {foreach from=$new_products item='product' name='newProducts'} {if $smarty.foreach.newProducts.index < 2} <li{if $smarty.foreach.newProducts.first} class="first"{/if}><a href="{$product.link}" title="{$product.legend|escape:html:'UTF-8'}"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'medium')}" height="{$mediumSize.height}" width="{$mediumSize.width}" alt="{$product.legend|escape:html:'UTF-8'}" /></a></li> {/if} {/foreach} </ul> <dl class="products"> {foreach from=$new_products item=newproduct name=myLoop} <dt class="{if $smarty.foreach.myLoop.first}first_item{elseif $smarty.foreach.myLoop.last}last_item{else}item{/if}"><a href="{$newproduct.link}" title="{$newproduct.name|escape:html:'UTF-8'}">{$newproduct.name|strip_tags|escape:html:'UTF-8'}</a></dt> {if $newproduct.description_short}<dd class="{if $smarty.foreach.myLoop.first}first_item{elseif $smarty.foreach.myLoop.last}last_item{else}item{/if}"><a href="{$newproduct.link}">{$newproduct.description_short|strip_tags:'UTF-8'|truncate:50:'...'}</a> <a href="{$newproduct.link}"><img src="{$img_dir}bullet.gif" alt=">>" width="10" height="7" /></a></dd>{/if} {/foreach} </dl> <p><a href="{$link->getPageLink('new-products.php')}" title="{l s='All new products' mod='blocknewproducts'}" class="button_large">{l s='All new products' mod='blocknewproducts'}</a></p> {else} <p>{l s='No new products at this time' mod='blocknewproducts'}</p> {/if} </div> </div> <!-- /MODULE Block new products --> Not sure if this file is slightly different in the Design Furniture theme which I'm using. Also, I can't see where i can populate the 'information' section in the footer. Link to comment Share on other sites More sharing options...
Mike Kranzler Posted November 30, 2011 Share Posted November 30, 2011 nice one Mike.... glad it's not just me being a thicko (which is highly likely Hey wait a minute, those two don't have to be mutually exclusive . So did that resolve your issue? -Mike Link to comment Share on other sites More sharing options...
MontyVeda Posted November 30, 2011 Author Share Posted November 30, 2011 oi! cheeky no it didn't... see my edited post above Link to comment Share on other sites More sharing options...
Mike Kranzler Posted November 30, 2011 Share Posted November 30, 2011 oi! cheeky no it didn't... see my edited post above Can you PM me and attach the blocknewproducts.tpl file to it so that I can take a look at this for you? You'll need to click on "Use Full Editor." -Mike Link to comment Share on other sites More sharing options...
Mike Kranzler Posted November 30, 2011 Share Posted November 30, 2011 Hi Monty, I just took a look at your file, and it looks like this has already been changed in yours. Have you tried enabling "Force Compile" to see if that fixes it for you? -Mike Link to comment Share on other sites More sharing options...
MontyVeda Posted November 30, 2011 Author Share Posted November 30, 2011 Hi Mike, yes I've enabled force compile but it's still showing EN SAVOIR PLUS... I've done a search through the entire site and the only place i can see that text is in the editorialcentre.tpl file. This i changed initially but with no affect, so I changed it back. in the bloicknewproducts.tpl... is it the {l s='New products' mod='blocknewproducts'} in the <H4> on line 29 you're looking at? thanks Dave. Link to comment Share on other sites More sharing options...
Mike Kranzler Posted November 30, 2011 Share Posted November 30, 2011 Hi Dave, Go ahead and PM me with your FTP login credentials and I will look into this a little deeper for you. -Mike Link to comment Share on other sites More sharing options...
MontyVeda Posted December 1, 2011 Author Share Posted December 1, 2011 Hi Mike... I've edited the French text in the editorialcentre.tpl and this time it's working. so that's sorted The next bit I can't work out is how to edit the 'informations' section in the footer. (http://www.blinds.org.uk/) any ideas? Thanks, Dave Link to comment Share on other sites More sharing options...
Mike Kranzler Posted December 1, 2011 Share Posted December 1, 2011 Hi Dave, You can find that in your Back Office under Tools > Translations > Module Translations. Since I'm not 100% familiar with your theme, you may need to look around a little bit (CTRL+F is a great way to search for "informations" within the translations section), but just make sure you are looking within the translations for your specific theme and you should be able to resolve this very quickly. If you have any additional questions about this, please let me know. -Mike Link to comment Share on other sites More sharing options...
MontyVeda Posted December 1, 2011 Author Share Posted December 1, 2011 thanks Mike... I'll have a root about. you've been a great help Link to comment Share on other sites More sharing options...
Mike Kranzler Posted December 1, 2011 Share Posted December 1, 2011 thanks Mike... I'll have a root about. you've been a great help I'm happy to help. Let me know if it works for you! -Mike Link to comment Share on other sites More sharing options...
MontyVeda Posted December 1, 2011 Author Share Posted December 1, 2011 I'm getting there slowly yet surely. I've changed 'informations' to 'enquiries' in both the blockcmscenter.tpl (in modules/blockcmscenter) and the footer.tpl (in modules/mynumber) ... What I'm not sure about is how to get some information below where it says 'enquiries' in my footer (between Our Offers & Your Account in the footer of www.blinds.org.uk). I assume it would be in the CMS Block Center v1.1 module... but looking at it, it appears to already be set to display links in the footer... or am I looking at completely the wrong module? Dave Link to comment Share on other sites More sharing options...
Mike Kranzler Posted December 1, 2011 Share Posted December 1, 2011 Hi Dave, Since I'm not completely familiar with your specific theme I can't tell you for sure, but it looks like that information is stored in three separate modules: block nos_offres block_various_links block myaccount I hope this helps. -Mike Link to comment Share on other sites More sharing options...
MontyVeda Posted December 1, 2011 Author Share Posted December 1, 2011 cheers Nike, I'll keep chipping away... each day it makes more sense Link to comment Share on other sites More sharing options...
Mike Kranzler Posted December 1, 2011 Share Posted December 1, 2011 I'm glad I could help you "Just do it" -Mike Link to comment Share on other sites More sharing options...
MontyVeda Posted December 2, 2011 Author Share Posted December 2, 2011 What I'm not sure about is how to get some information below where it says 'enquiries' 'information' in my footer (between Our Offers & Your Account in the footer of www.blinds.org.uk). I assume it would be in the CMS Block Center v1.1 module... but looking at it, it appears to already be set to display links in the footer... ...sussed it... i needed to tick the boxes to display the delivery, terms or about us links in the footer. Doh! Link to comment Share on other sites More sharing options...
Mike Kranzler Posted December 2, 2011 Share Posted December 2, 2011 So you got everything working now? -Mike 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