Jump to content

homepage editor problems


Recommended Posts

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

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

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

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

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

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...

 

blockcmscenter.jpg

 

or am I looking at completely the wrong module?

 

Dave

Link to comment
Share on other sites

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...

 

blockcmscenter.jpg

 

 

...sussed it... i needed to tick the boxes to display the delivery, terms or about us links in the footer. Doh! :huh:

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...