Jump to content

Recommended Posts

Hola, tengo que cambiar los enlaces del footer, he conseguido quitar los que no necesito y dejar los que si necesito aunque he añadido varios mediante el módulo CMS. El problema es que quiero ordenarlos de una manera concreta y no se cómo hacerlo. He pensado hacerlos todos desde el CMS pero luego cómo les pongo el link original???. Adjunto pantallazos que puedean explicarlo mejor y el codigo de blockcms.tpl

{*
* 2007-2013 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <[email protected]>
*  @copyright  2007-2013 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*}

{if $block == 1}
	<!-- Block CMS module -->
	{foreach from=$cms_titles key=cms_key item=cms_title}
		<section class="block blockcms column_box">
			<h4><span>{if !empty($cms_title.name)}{$cms_title.name}{else}{$cms_title.category_name}{/if}</span><i class="column_icon_toggle icon-plus-sign"></i></h4>
            <ul class="store_list toggle_content clearfix">
				{foreach from=$cms_title.categories item=cms_page}
					{if isset($cms_page.link)}<li ><b >
					<a href="{$cms_page.link|escape:'html'}" title="{$cms_page.name|escape:html:'UTF-8'}">{$cms_page.name|escape:html:'UTF-8'}</a>
					</b></li>{/if}
				{/foreach}
				{foreach from=$cms_title.cms item=cms_page}
					{if isset($cms_page.link)}<li><a href="{$cms_page.link|escape:'html'}" title="{$cms_page.meta_title|escape:html:'UTF-8'}"><i class="icon-ok"></i>{$cms_page.meta_title|escape:html:'UTF-8'}</a></li>{/if}
				{/foreach}
				{if $cms_title.display_store}<li><a href="{$link->getPageLink('stores')|escape:'html'}" title="{l s='Our stores' mod='blockcms'}"><i class="icon-ok"></i>{l s='Our stores' mod='blockcms'}</a></li>{/if}
			</ul>
	</section>
	{/foreach}
	<!-- /Block CMS module -->
{else}
   
    <!-- MODULE Block footer -->
<section class="block blockcms_footer col-sm-3">
        <h4 class="toggle">{l s='Information' mod='blockcms'}<i class="icon-plus-sign"></i></h4>
		<ul class="list-footer toggle_content clearfix"> 
			{if !$PS_CATALOG_MODE}<li class="first_item"><a href="{$link->getPageLink('prices-drop')|escape:'html'}" 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'}" 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'}" title="{l s='Top sellers' mod='blockcms'}">{l s='Top sellers' mod='blockcms'}</a></li>{/if}   -->
	<!--		{if $display_stores_footer}<li class="item"><a href="{$link->getPageLink('stores')|escape:'html'}" 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)|escape:'html'}" title="{l s='Contact us' mod='blockcms'}">{l s='Contact us' mod='blockcms'}</a></li>
			{foreach from=$cmslinks item=cmslink}
				{if $cmslink.meta_title != ''}
					<li class="item"><a href="{$cmslink.link|addslashes|escape:'html'}" title="{$cmslink.meta_title|escape:'htmlall':'UTF-8'}">{$cmslink.meta_title|escape:'htmlall':'UTF-8'}</a></li>
				{/if}
			{/foreach}
		<!--		<li><a href="{$link->getPageLink('sitemap')|escape:'html'}" title="{l s='sitemap' mod='blockcms'}">{l s='Sitemap' mod='blockcms'}</a></li>       -->
			
		</ul>
	{$footer_text}
</section>
{if $display_poweredby}<section class="bottom_footer">© {$smarty.now|date_format:"%Y"} {l s='Powered by' mod='blockcms'} <a target="_blank" href="http://www.prestashop.com">PrestaShop</a>™</section>{/if}
	<!-- /MODULE Block footer -->
{/if}

Versión de photoshop 1.5.6.2 y plantilla: http://livedemo00.template-help.com/prestashop_46844/

 

Muchas gracias

 

Un saludo

post-712237-0-15479600-1407249832_thumb.jpg

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

En el módulo CMS tienes varias cosas, por un lado unos enlaces que van directamente en el tpl, los cuales puedes modificar de posición directamente en el tpl. El resto que son los contenidos que creas en el apartado CMS del BO, vienen de una consulta a la bbdd, por lo tanto, si quieres ordenarlos de otra manera, habría que modificar esa consulta para que te los ordene de forma distinta. No se como lo hará, a lo mejor lo hace por Id y es más fácil que borres todos los contenidos y los crees en orden, pero eso ya habría que ir mirando a ver como hace la consulta. 

Link to comment
Share on other sites

Efectivamente Ventura, se pueden ordenar. Acostumbrado a las versiones anteriores que te mostraba las flechas al lado de la posición no había dado con la solución. 

Deja ordenar si ordenas la tabla por posición, al menos así me ha salido a mi, no se si hay alguna forma más ortodoxa y lógica para que aparezcan las cruces?. 

Link to comment
Share on other sites

  • nadie locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...