Jump to content

Search the Community

Showing results for tags 'hookhome'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Community Help and Support
    • PrestaShop Download
    • PrestaShop Marketplace
  • News and Announcements
    • PrestaShop news and releases
    • PrestaShop Beta
    • PrestaShop Blogs
    • PrestaShop Meetups
  • International community (English)
    • General topics
    • PrestaShop Merchants
    • PrestaShop Developers
    • Taxes, Translations & Laws
    • Community Modules and Themes
  • Forum francophone
    • Discussion générale
    • Aide et support communautaire
    • PrestaShop pour les marchands
    • PrestaShop pour les développeurs
    • Adaptation aux lois Québécoises
    • Modules et thèmes gratuits
    • Modules et thèmes payants
  • Foro en Español
    • Discusión general
    • Soporte de la comunidad y ayuda
    • Comerciantes PrestaShop
    • Desarrolladores PrestaShop
    • Módulos y plantillas gratuitas
  • Forum italiano
    • Forum generale
    • Aiuto e supporto della Community
    • Commercianti PrestaShop
    • Sviluppatori PrestaShop
    • Aspetti legali sull'eCommerce
    • Moduli e template gratuiti
  • Deutsches Forum
    • Generelle Fragen
    • Support und Hilfe aus der Community
    • e-Commerce/Versand-Handel mit Prestashop
    • Prestashop-Entwickler
    • Anpassung an deutsches Recht
    • Kostenlose Module und Templates
    • Generelle Fragen Copy
  • Nederlandstalig forum
    • Algemeen
    • Hulp en ondersteuning, van en voor de community
    • PrestaShop-winkeliers
    • PrestaShop-ontwikkelaars
    • Het aanpassen van PrestaShop
    • Gratis modules en templates
  • Fórum em Português
    • Fórum Geral
    • Ajuda e Suporte da Comunidade
    • Lojistas que utilizam o PrestaShop
    • Desenvolvedores PrestaShop
    • Legislação específica
    • Módulos e temas gratuitos
  • Polskie forum
    • Forum ogólne
    • Wsparcie i pomoc użytkowników
    • Oferty twórców PrestaShop
    • Deweloperzy PrestaShop
    • Darmowe Moduły i Szablony
  • Dansk forum
    • Generelt forum
    • Hjælp og support fra fællesskabet
    • PrestaShop for købmænd
    • PrestaShop for udviklere
    • Love og regler
    • Gratis moduler og temaer
  • České fórum
    • Instalasi, Konfigurasi dan upgrade
    • Obecná diskuze
    • Bezplatné moduly a šablony
    • PrestaShop vývojáři
    • PrestaShop obchodníci
  • Bahasa Indonesia
    • Diskusi Umum
    • Podpora a pomoc komunity
    • Laporan Bug
    • Jasa, Promosi & Lowongan Kerja
  • Svenskt forum
    • Allmän diskussion
    • Installation, konfigurering och uppdatering
  • Forumul românesc
    • Discuţii generale
    • Instalare, configurare şi upgrade
  • Pусский язык
    • Обсуждение скрипта
    • Установка, Настройка, Обновление
    • Прием багов
  • Slovenské fórum
    • Všeobecná diskusia
    • Podpora a pomoc komunity
    • PrestaShop obchodníci
    • PrestaShop vývojári
    • Bezplatné moduly a šablóny
  • Türkçe Topluluğu
    • Genel Konular
    • Topluluk desteği ve yardım
    • PrestaShop Tüccarları
    • Prestashop Geliştiricileri
    • Ücretsiz Modül ve Temalar
  • Diễn đàn tiếng Việt
    • Thảo luận chung
    • Hỗ trợ từ cộng đồng
    • Dành cho chủ doanh nghiệp / cửa hàng
    • Dành cho lập trình viên
  • PrestaShop Communities
    • اللغه العربيه [Arabic]
    • Ελληνικά [Greek]
    • עִבְרִית [Hebrew]
    • 中文
    • Magyar [Hungarian]
    • 日本語 [Japanese]
    • Lietuviškai [Lithuanian]
    • انجمن فارسی [Persian]
    • ไทย [Thai]
    • Malaysia [Malaysian]
    • Eesti [Estonian]
    • Slovenščina [Slovenian]
    • Српски [Serbian]
  • IP. Board Forum
    • IP. Board Forum Questions and Issues
  • Archive
    • Zapłać Moduły i Szablony [ARCHIVE]
    • Moduly, upravy a dizajn [ARCHIVE]
    • Phát triển và các mô-đun [ARCHIVE]
    • Yazılım, Modül ve Tema [ARCHIVE]
    • Модули, Шаблоны [ARCHIVE]
    • Module şi teme [ARCHIVE]
    • Pengembangan dan Modul [ARCHIVE]
    • Moduler och teman [ARCHIVE]
    • Ecommerce x PrestaShop [ARCHIVE BOARD]
    • Vývoj a moduly [ARCHIVE]
    • Kostenpflichtige Module, Templates [ARCHIVE]
    • Módulos y temas pagos [ARCHIVE]
    • Módulos e temas pagos [ARCHIVE]
    • Servizi commerciali [ARCHIVE]
    • Forum - Feedback Contributor
    • PrestaShop Cloud

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 4 results

  1. Bonjour a tous, je voulais créer dans mon thème acheter, un nouveau tpl pour la présentation du blocknewproducts.tpl au niveau de l'accueil, je suis sous presta 1.5.6 et dans le fichier blocknewproducts.php de monsite/modules/blocknewproducts j'ai modifier: public function hookHome($params) { return $this->hookRightColumn($params); } à public function hookHome($params) { if (!$this->isCached('blocknewproductsHome.tpl', $this->getCacheId())) { if (!Configuration::get('PS_BLOCK_NEWPRODUCTS_DISPLAY')) return; $newProducts = Product::getNewProducts((int) $params['cookie']->id_lang, 0, (int) Configuration::get('NEW_PRODUCTS_NBR')); if (!$newProducts) return; $this->smarty->assign(array( 'new_products' => $newProducts, 'mediumSize' => Image::getSize(ImageType::getFormatedName('medium')), )); } return $this->display(__FILE__, 'blocknewproductsHome.tpl', $this->getCacheId()); } puis j'ai creer un nouveau fichier dans mon theme : blocknewproductsHome.tpl {* * 2007-2012 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-2012 PrestaShop SA * @version Release: $Revision: 6594 $ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} <style> .title_block_home{ font-size: 15px; font-weight: bold; padding: 17px 7px 18px 37px; text-transform: uppercase; height: 35px; background: #8dc63f; line-height: 35px; width: 200px; } .title_block_home a{ text-decoration: none; } .add_to_cart{ margin-left: 28px; } </style> <!-- MODULE Block new products --> <div id="new-products_block" class="block products_block"> <br><br> <p class="title_block_home"><a href="{$link->getPageLink('new-products')}" title="{l s='New products' mod='blocknewproducts'}">{l s='&nbsp&nbsp&nbsp&nbspNouveaux Produits' mod='blocknewproducts'}</a></p> <br><br> <div class="block_content"> {if $new_products !== false} <ul class="products clearfix"> {foreach from=$new_products item='product' name='newProducts'} <li {if $smarty.foreach.newProducts.first} class="first"{/if} style="margin: 0 7px 55px 0 !important; width: 180px !important;"> <div class="prod_image"> <a href="{$product.link}" title="{$product.legend|escape:html:'UTF-8'}"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home_default')}" alt="{$product.legend|escape:html:'UTF-8'}" /></a> </div> <div class="prod_content"> <h5><a href="{$product.link}" title="{$product.name|escape:html:'UTF-8'}">{$product.name|truncate:20:'...'|escape:html:'UTF-8'}</a></h5> <span class="price">{convertPrice price=$product.price}</span> </div> <div class="add_to_cart"> <a class="exclusive ajax_add_to_cart_button" rel="ajax_id_product_{$product.id_product}" href="{$link->getPageLink('cart.php')}?qty=1&id_product={$product.id_product}&token={$static_token}&add" title="{l s='Add to cart' mod='homefeatured'}">{l s='Ajouter au panier' mod='homefeatured'}</a> </div> </li> {/foreach} </ul> {else} <p>» {l s='No new products at this time' mod='blocknewproducts'}</p> {/if} </div> </div> <!-- /MODULE Block new products --> le problème c'est que sur l'accueil du site, tout s'affiche bien, mais lorsque je clique sur "ajouter au panier" rien ne se passe, et quand j'actualise la page, le/les produits ajouter sont bien dans le panier. je ne comprend pas le probleme. Merci pour votre aide.
  2. Bonjour, J'ai une boutique prestashop 1.4.9 J'ai remarqué qu'à chaque chargement d'une page, une centaines d'erreurs sont ajoutées à mon fichier apache_error.log. Pourtant le site fonctionne parfaitement. voici un exemple de ces lignes En fait ce qui pose problème c'est mon fichier de logs a atteint une taille de 800mo en qq mois et je n'avais pas remarqué ça jusqu'à ce que le site plante suite à un emailing. Plusieurs personnes ont demandé la page en même temps (selon mon access.log) et je pense qu'il n'a pas pu écrire toutes les erreurs (la config serveur n'est pas en cause il est assez puissant) donc le serveur a planté. Quelqu'un aurait-il une idée de ce qui se passe, ou une solution à ce problème ? Merci
  3. Buenas, Tengo un archivo html (galeria de imagenes con slider, dinámico) que me han dado para insertar. Desde una pestaña que he creado lo llamo y aparece correctamente, pero a pantalla completa. Ahora, ¿¿ Como puedo hacer que se inserte en el displayHome (center column) ?? y así mostrar el resto de la tienda también. En la imagen que adjunto marco en azul donde debería ir Gracias!
  4. Bonjour à tous, Je suis confronté à un problème dont la cause m'échappe quelque peu. J'ai créé un module pour la gestion de la home d'une boutique PS v1.4.7. Hors celui-ci s'affiche 2 fois lors de l'exécution du script. J'ai vérifier dans les points d'accroche qu'il n'y avait pas une double config, et j'ai fait une recherche systématique (et infructueuse) dans les fichiers du projet à la recherche d'une chaîne de caractère {$HOOK_HOME} qui pourrait faire un appel secondaire en dehors de ma template. Des "bidouilles" du type définir une constante après la première exécution, pour empêcher la seconde, directement depuis le module, ne semblent pas être bien acceptées par PS. La désactivation de mon module, et l'activation du module editorial fourni en standard avec PS, déclenche la même erreur. Avez-vous déjà rencontré et solutionné ce genre de problème ? Merci d'avance pour l'aide que vous pourrez m'apporter.
×
×
  • Create New...