Jump to content

Recommended Posts

hello

you have to modify it manually in tpl file

 

it's a part of module named blockcms

 

open file:

themes/default-bootstrap/modules/blockcms/blockcms.tpl

 

and remove /comment out this code:
 

			{if !$PS_CATALOG_MODE}
				<li class="first_item">
					<a href="{$link->getPageLink('prices-drop')|escape:'html':'UTF-8'}" 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')|escape:'html':'UTF-8'}" 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')|escape:'html':'UTF-8'}" title="{l s='Top sellers' mod='blockcms'}">
						{l s='Top sellers' mod='blockcms'}
					</a>
				</li>
			{/if}
Link to comment
Share on other sites

Thank you Vekia, It works.

 

Got one more question. 

 

I got few more pages in my CMS like privacy policy, shipping and secure payment. Those pages is not appearing in the footer. In the blockcms.tpl I can't find any link to that either.

 

Any Ideas?

post-585597-0-44607100-1397131209_thumb.png

Edited by Microame (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...