Red Door Decor Posted April 26, 2013 Share Posted April 26, 2013 Hello there Two questions on the Prestashop default theme "footer". 1. How do I edit the details under the "Information" header. For some reason, I have not been able to find it in the back office. I particularly want to edit "Specials", "Top Sellers" etc... 2. How do I edit the order of the sub headings in the footer? Hope someone can kindly help? Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted April 26, 2013 Share Posted April 26, 2013 Hi, try to configure module blockcms Regards Link to comment Share on other sites More sharing options...
Red Door Decor Posted April 26, 2013 Author Share Posted April 26, 2013 Hi, thank you. I also thought this would work, but it does not. Check this out: is what the picture looks like in the back office (attached). Notice that there is no "Top Seller" and "Specials" etc. in the back office... Yet... on the site, these links are visible www.reddoor-decor.ch. CMS Block Configuration.tiff Link to comment Share on other sites More sharing options...
vekia Posted April 26, 2013 Share Posted April 26, 2013 in this case you should edit template files of this module (blockcms.tpl) located in modules / blockcms / or in themes / your_theme / modules / blockcms / 1 Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted April 26, 2013 Share Posted April 26, 2013 Ok, try to edit blockcms.tpl of your theme, you can modify this lines: {if !$PS_CATALOG_MODE}<li class="first_item"><a href="{$link->getPageLink('prices-drop')}" title="{l s='Specials' mod='blockcms'}">{l s='Specials' mod='blockcms'}</a></li>{/if} <li class="{if $PS_CATALOG_MODE}first_{/if}item"><a href="{$link->getPageLink('new-products')}" title="{l s='New products' mod='blockcms'}">{l s='New products' mod='blockcms'}</a></li> {if !$PS_CATALOG_MODE}<li class="item"><a href="{$link->getPageLink('best-sales')}" title="{l s='Best sellers' mod='blockcms'}">{l s='Best sellers' mod='blockcms'}</a></li>{/if} {if $display_stores_footer}<li class="item"><a href="{$link->getPageLink('stores')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li>{/if} <li class="item"><a href="{$link->getPageLink($contact_url, true)}" title="{l s='Contact us' mod='blockcms'}">{l s='Contact us' mod='blockcms'}</a></li> Regards Link to comment Share on other sites More sharing options...
Red Door Decor Posted April 26, 2013 Author Share Posted April 26, 2013 Thank you. Sorry to sound like a dummy... but I cannot seem to find blockcms.tpl (I have searched under Modules and Themes which is set on "default" and I do not seem to be able to locate the "blockcms.tpl or any of the ones you recommended.) How can I locate blockcms.tpl? Link to comment Share on other sites More sharing options...
vekia Posted April 26, 2013 Share Posted April 26, 2013 Thank you. Sorry to sound like a dummy... but I cannot seem to find blockcms.tpl (I have searched under Modules and Themes which is set on "default" and I do not seem to be able to locate the "blockcms.tpl or any of the ones you recommended.) How can I locate blockcms.tpl? checked the directories: /modules/blockcms/ and themes/default/modules/blockcms/ ? Link to comment Share on other sites More sharing options...
Red Door Decor Posted April 26, 2013 Author Share Posted April 26, 2013 Do you mean by "directory" that in the back office, I go to Modules - blockcms or Themes - default...? Because if this is what you mean... i cannot find it? Link to comment Share on other sites More sharing options...
vekia Posted April 26, 2013 Share Posted April 26, 2013 nope, I mean that normal directory located in your FTP service. For the first you have to log in into your FTP, then you will be able to explore directories, like in windows OS Link to comment Share on other sites More sharing options...
Red Door Decor Posted April 26, 2013 Author Share Posted April 26, 2013 Aaaah, ok. I usually do not venture into those regions... but I guess I would have to. Just a note, when I looked at the user manual "browsing the front office" it says that under "information" block on the footer display it contains the following links. The 3 links I want to remove is linked to product lists.... those are the three links I want to access and edit. (The New products" link updates by default and I think " Top Sellers" perhaps too... however the SPECIALS ... is a challenge. The "Information" block, containing: Three links to products lists: Specials. All the current promotions. New products. Recently added items. Top sellers. Most popular items. [*]Four links to informational pages: Our stores Contact us Terms and Conditions About us 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