Jump to content

distritoverde

Members
  • Posts

    22
  • Joined

  • Last visited

Profile Information

  • Location
    Chile
  • First Name
    leandro
  • Last Name
    aguila

Recent Profile Visitors

672 profile views

distritoverde's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hola nuevamente, he buscado como mostrar las descripciones de las categorías y aún no logro dar con el resultado. Me pueden decir si el codigo que esta arriba esta correcto para mostrar los textos??
  2. Alguien me puede ayudar con este cógido, pasa que al no mostrar la descripción las palabras claves no son mostradas y no sé si google las indexas.
  3. ¿Como has hecho para dejar el blog de esa forma,? Agregaste algo a css del smartblog o te lo deja por defecto, con la imagen cuadrada pequeña como presentación? Creo que el cubo cargando es molesto
  4. Hola Nadie: Muchas gracias por responder. El código que tengo es el siguiente: {* * 2007-2015 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-2015 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./errors.tpl"} {if isset($category)} {if $category->id AND $category->active} {if $scenes || $category->description || $category->id_image} <!-- <div class="content_scene_cat"> {if $scenes} <div class="content_scene"> <!-- Scenes -- {include file="$tpl_dir./scenes.tpl" scenes=$scenes} {if $category->description} <div class="cat_desc rte"> {if Tools::strlen($category->description) > 350} <div id="category_description_short">{$description_short}</div> <div id="category_description_full" class="unvisible">{$category->description}</div> <a href="{$link->getCategoryLink($category->id_category, $category->link_rewrite)|escape:'html':'UTF-8'}" class="lnk_more">{l s='More'}</a> {else} <div>{$category->description}</div> {/if} </div> {/if} </div> {else} <!-- Category image -- <div class="content_scene_cat_bg"{if $category->id_image} style="background:url({$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category_default')|escape:'html':'UTF-8'}) right center no-repeat; background-size:cover; min-height:{$categorySize.height}px;"{/if}> {if $category->description} <div class="cat_desc"> <span class="category-name"> {strip} {$category->name|escape:'html':'UTF-8'} {if isset($categoryNameComplement)} {$categoryNameComplement|escape:'html':'UTF-8'} {/if} {/strip} </span> {if Tools::strlen($category->description) > 350} <div id="category_description_short" class="rte">{$description_short}</div> <div id="category_description_full" class="unvisible rte">{$category->description}</div> <a href="{$link->getCategoryLink($category->id_category, $category->link_rewrite)|escape:'html':'UTF-8'}" class="lnk_more">{l s='More'}</a> {else} <div class="rte">{$category->description}</div> {/if} </div> {/if} </div> {/if} </div> --> {/if} <h1 class="page-heading{if (isset($subcategories) && !$products) || (isset($subcategories) && $products) || !isset($subcategories) && $products} product-listing{/if}"><span class="cat-name">{$category->name|escape:'html':'UTF-8'}{if isset($categoryNameComplement)}&nbsp;{$categoryNameComplement|escape:'html':'UTF-8'}{/if}</span>{include file="$tpl_dir./category-count.tpl"}</h1> <!-- {if isset($subcategories)} {if (isset($display_subcategories) && $display_subcategories eq 1) || !isset($display_subcategories) } <!-- Subcategories -- <div id="subcategories"> <p class="subcategory-heading">{l s='Subcategories'}</p> <ul class="clearfix"> {foreach from=$subcategories item=subcategory} <li> <div class="subcategory-image"> <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}" title="{$subcategory.name|escape:'html':'UTF-8'}" class="img"> {if $subcategory.id_image} <img class="replace-2x" src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default')|escape:'html':'UTF-8'}" alt="{$subcategory.name|escape:'html':'UTF-8'}" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {else} <img class="replace-2x" src="{$img_cat_dir}{$lang_iso}-default-medium_default.jpg" alt="{$subcategory.name|escape:'html':'UTF-8'}" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if} </a> </div> <h5><a class="subcategory-name" href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}">{$subcategory.name|truncate:25:'...'|escape:'html':'UTF-8'}</a></h5> {if $subcategory.description} <div class="cat_desc">{$subcategory.description}</div> {/if} </li> {/foreach} </ul> </div> {/if} {/if} --> {if $products} <div class="content_sortPagiBar clearfix"> <div class="sortPagiBar clearfix"> <div class="col-xs-12 col-sm-4 border">{include file="./nbr-product-page.tpl"}</div> <div class="col-xs-12 col-sm-8">{include file="./product-sort.tpl"}</div> </div> </div> {include file="./product-list.tpl" products=$products} <div class="content_sortPagiBar"> <div class="bottom-pagination-content clearfix"> {include file="./product-compare.tpl" paginationId='bottom'} {include file="./pagination.tpl" paginationId='bottom'} </div> </div> {/if} {elseif $category->id} <p class="alert alert-warning">{l s='This category is currently unavailable.'}</p> {/if} {/if} ¿Esta bien? o debo cambiar algo
  5. Estimados: Tengo un problema con las categorías. Cuando entro a una categoría no se muestra la descripción. Estoy usando prestashop 1.6.1.7 y el theme se llama Flexible, leí por ahí que podía ser el tema que no las muestras pero no sé qué del código debiese tocar para que se muestren. Quedo atento y gracias.
  6. Va bien, el ssl esta bien solo faltan algunos toque al codigo para dejarla bien
  7. Estimado Con este código elimino todas la indexación de todas las páginas que pueda tener duplicadas en mi web?. Se debe pegar en el header.tpl antes de algun código en especifico o en cualquier lugar?
  8. Estimados: Hola nuevamente, alguien sería tan amable de ayudarme a instalar el certificado SSL, pasa que estoy trabajando con el SEO de la página y leí por ahí que GOOGLE penaliza a quienes no tienen el SSL, aunque sea gratis. He estad invirtiendo muchisimo tiempo en crear contenido orginal en las descripciones, ademas de poner H1 a todos los titulos, y he descubierto características nuevas pero que me añaden más tiempo como es el agregar características a los productos para que luego se de fácil busqueda en la navegación por facetas. Creo que la prioridad que tengo por ahora es SEO>SSL>Optimización de imagenes>Relleno de espacios blancos en el top. Vi el lets scrypt y me manda a Certbot, pero sucede que no encuentro la forma de activar el SSL (desde el BO lo encontré) pero por Cpanel. El server en el que esta alojada mi web es apache y esta con linux x64, opciones que no aparecen en Certbot para generar el certificado. Quedo atento a cualquier consulta o soluciones . Saludos y muchas gracias de antemano :D!!
  9. Hello anyone can help me with this problem?. Stay tuned, regards.
  10. Hi friends, it happens that the web of sales https://ventas.distritoverde.cl is not yet ready, and it happens that we have a physical store. The stock we have on the web is the same as the store, but we have sold products in store and therefore, should be discounted from the stock of the website. I know that there are POS or POS modules, but they are for payment. Is there any way to generate a sales receipt in the B.O. To be able to discount those products and not have to reduce the stock individually? Stay tuned and greetings.
  11. Thanks to your answer I could solve it, I will edit the title. regards
  12. Hello friends of prestashop in English, I hope they can understand since I use a translator. I have a problem because I get 2 search bars on my web, I attach the image and hope I can help to remove the annoying bar in the menu bar. I remain attentive to your comments, greetings from Chile!
  13. Hola nuevamente! Tengo un problema con una doble barra de busqueda que me aparece en la barra de menu. ¿Como puedo eliminar esa barra? Quedo atento a sus comentarios.
×
×
  • Create New...