Informaticaelec.com Posted March 20, 2014 Share Posted March 20, 2014 (edited) Hola buenas tardes comunidad, lo que dije anteriormente... creo que me quedaré una buena temporada por aquí con todos ustedes. Me he encontrado con esta repeteción que no me gusta, ya aprovecho para explicaros algo que tambien me gustaría hacer, en la imagen se ve muy bien, pero aun así os lo explico. Me gustaría que los productos a mostrar fueran siempre 30 y que los productos se ordenaran siempre por stock primero, ya que he conseguido gracias a Feliz García poner los productos en cuadrícula, veo este problema... Os adjunto la imagen: https://www.dropbox.com/s/ia1ufrn1wufpq8d/Captura%20de%20pantalla%202014-03-20%2019.32.44.png Gracias de antemano por la ayuda comunidad Edited March 24, 2014 by Informaticaelec.com (see edit history) Link to comment Share on other sites More sharing options...
Paula Martinez Posted March 20, 2014 Share Posted March 20, 2014 El limite de productos a mostrar por pagina, se define en la pestaña Preferencias -> Productos Opción: Productos por página ------ Lo de ordenar productos por Stock, en la pestaña Preferencias -> Productos tienes una opción llamada: Ordenar productos por Creo que ahí puedes señalar la opción que dice: Cantidad de producto 1 Link to comment Share on other sites More sharing options...
Informaticaelec.com Posted March 21, 2014 Author Share Posted March 21, 2014 El limite de productos a mostrar por pagina, se define en la pestaña Preferencias -> Productos Opción: Productos por página ------ Lo de ordenar productos por Stock, en la pestaña Preferencias -> Productos tienes una opción llamada: Ordenar productos por Creo que ahí puedes señalar la opción que dice: Cantidad de producto Buenos días comunidad, Gracias Paula, ya modifiqué justo donde me indicastes Ahora ya solo queda lo otro. Muchas gracias, me quedo esperando a ver si alguien me puede ayudar. Link to comment Share on other sites More sharing options...
Feliz Garcia Posted March 21, 2014 Share Posted March 21, 2014 Buenos días comunidad, Gracias Paula, ya modifiqué justo donde me indicastes Ahora ya solo queda lo otro. Muchas gracias, me quedo esperando a ver si alguien me puede ayudar. Por ejemplo (para el listado de productos por categorías), en tu fichero: http://mundotronica.es/themes/PRS040090/category.tpl Veras que tienes dos veces esto: <div class="content_sortPagiBar"> ..... </div> Pues la primera vez no, en la segunda vez lo comentas, tipo: {* <div class="content_sortPagiBar"> ...... </div> *} 1 Link to comment Share on other sites More sharing options...
Informaticaelec.com Posted March 21, 2014 Author Share Posted March 21, 2014 Por ejemplo (para el listado de productos por categorías), en tu fichero: http://mundotronica.es/themes/PRS040090/category.tpl Veras que tienes dos veces esto: <div class="content_sortPagiBar"> ..... </div> Pues la primera vez no, en la segunda vez lo comentas, tipo: {* <div class="content_sortPagiBar"> ...... </div> *} Gracias Compañero, he puesto {* al principio y *} al final pero... no hay suerte Alomejor lo he echo mal, gracias de nuevo Feliz García Link to comment Share on other sites More sharing options...
Informaticaelec.com Posted March 21, 2014 Author Share Posted March 21, 2014 Gracias Compañero, he puesto {* al principio y *} al final pero... no hay suerte Alomejor lo he echo mal, gracias de nuevo Feliz García Por favor ayudenme Link to comment Share on other sites More sharing options...
nadie Posted March 21, 2014 Share Posted March 21, 2014 Por favor ayudenme Dejame ver tu fichero: category.tpl 1 Link to comment Share on other sites More sharing options...
Informaticaelec.com Posted March 21, 2014 Author Share Posted March 21, 2014 Aquí tienes Nadie: {* * 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 *} {include file="$tpl_dir./breadcrumb.tpl"} {include file="$tpl_dir./errors.tpl"} {if isset($category)} {if $category->id AND $category->active} <h1> {strip} {$category->name|escape:'htmlall':'UTF-8'} {if isset($categoryNameComplement)} {$categoryNameComplement|escape:'htmlall':'UTF-8'} {/if} {/strip} </h1> <div class="resumecat category-product-count"> {include file="$tpl_dir./category-count.tpl"} </div> {if $scenes || $category->description || $category->id_image} <div class="content_scene_cat"> {if $scenes} <!-- Scenes --> {include file="$tpl_dir./scenes.tpl" scenes=$scenes} {else} <!-- Category image --> {if $category->id_image} <div class="align_center"> <img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category_default')|escape:'html'}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" width="{$categorySize.width}" height="{$categorySize.height}" /> </div> {/if} {/if} {if $category->description} <div class="cat_desc"> {if strlen($category->description) > 120} <div id="category_description_short">{$description_short}</div> <div id="category_description_full" style="display:none;">{$category->description}</div> <a href="#" onclick="$('#category_description_short').hide(); $('#category_description_full').show(); $(this).hide(); return false;" class="lnk_more">{l s='More'}</a> {else} <div>{$category->description}</div> {/if} </div> {/if} </div> {/if} {if isset($subcategories)} <!-- Subcategories --> <div id="subcategories"> <h3>{l s='Subcategories'}</h3> <ul class="inline_list"> {foreach from=$subcategories item=subcategory} <li class="clearfix"> <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" title="{$subcategory.name|escape:'htmlall':'UTF-8'}" class="img"> {if $subcategory.id_image} <img src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default')|escape:'html'}" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {else} <img src="{$img_cat_dir}default-medium_default.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if} </a> <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" class="cat_name">{$subcategory.name|escape:'htmlall':'UTF-8'}</a> {if $subcategory.description} <p class="cat_desc">{$subcategory.description}</p> {/if} </li> {/foreach} </ul> <br class="clear"/> </div> {/if} {if $products} <div class="content_sortPagiBar"> {include file="$tpl_dir./pagination.tpl"} <div class="sortPagiBar clearfix"> {include file="./product-sort.tpl"} {include file="./product-compare.tpl"} {include file="./nbr-product-page.tpl"} </div> </div> {include file="./product-list.tpl" products=$products} {*<div class="content_sortPagiBar"> <div class="sortPagiBar clearfix"> {include file="./product-sort.tpl" paginationId='bottom'} {include file="./product-compare.tpl" paginationId='bottom'} {include file="./nbr-product-page.tpl" paginationId='bottom'} </div> {include file="./pagination.tpl" paginationId='bottom'} </div>*} {/if} {elseif $category->id} <p class="warning">{l s='This category is currently unavailable.'}</p> {/if} {/if} Gracias compañero, a ver si damos con ese problemilla Link to comment Share on other sites More sharing options...
Informaticaelec.com Posted March 22, 2014 Author Share Posted March 22, 2014 Buenos días comunidad... esperando a ver si alguien me puede ayudar.... Link to comment Share on other sites More sharing options...
nadie Posted March 22, 2014 Share Posted March 22, 2014 ¿El forzar compilacion lo tienes activado? ¿no? Si escribes al final del fichero un texto, tipo "Hola Mundo" a modo de prueba ¿Te lo imprime u no? 1 Link to comment Share on other sites More sharing options...
Informaticaelec.com Posted March 24, 2014 Author Share Posted March 24, 2014 Gracias Nadie Al final se pudo resolver Gracias y mas gracias Link to comment Share on other sites More sharing options...
nadie Posted March 24, 2014 Share Posted March 24, 2014 Gracias Nadie Al final se pudo resolver Gracias y mas gracias Cuéntame que es lo que te pasaba, que hacia que no te funcionaba antes. Saludos ! Link to comment Share on other sites More sharing options...
Informaticaelec.com Posted March 24, 2014 Author Share Posted March 24, 2014 Cuéntame que es lo que te pasaba, que hacia que no te funcionaba antes. Saludos ! Pues que no tenía forzada la compilación hijo... estoy a mil cosas y no doy a basto... Gracias querido compañero, de veras Victor Link to comment Share on other sites More sharing options...
Recommended Posts