Search the Community
Showing results for tags 'blockspecials'.
-
Bonjour, Sur mon site (www.laboderm.fr), le bloc Promotions affiche toujours les mêmes produits en page d'accueil, triés du plus au moins cher. Comment faire pour qu'ils s'affichent au hasard ? Ci dessous le code pour l'affichage du hook sur la homepage public function hookDisplayHomeTabContent($params) { if (Configuration::get('PS_CATALOG_MODE')) return; if (!$this->isCached('blockspecials-home.tpl', $this->getCacheId('blockspecials-home'))) { $this->smarty->assign(array( 'specials' => BlockSpecials::$cache_specials, 'homeSize' => Image::getSize(ImageType::getFormatedName('home')) )); } if (BlockSpecials::$cache_specials === false) return false; return $this->display(__FILE__, 'blockspecials-home.tpl', $this->getCacheId('blockspecials-home')); } Merci d'avance de votre aide !
-
Hello, the block: Blockspecials shows the products with the most discount in a predefined way. I want the products with less discount to be seen first. Thank you.
-
Guten Abend Zusammen, ich habe einen Shop mit Version 1.6.1.17 und damit folgendes Problem: Die Sonderangebote auf der Startseite werden nicht zufällig angezeigt, sondern in absteigender Reihenfolge bezogen auf den Preis. Daher habe ich immer nur die gleichen 8 Artikel dort stehen, egal wie viele andere Sonderangebote ich einfüge. Kann mir vielleicht jemand verraten, wo mein Fehler liegt? Denn laut Modul sollten die Produkte eigentlich standardmäßig zufällig eingefügt werden. Gibt es außerdem die Möglichkeit im Backend unter Katalog -> Artikel mir nur die Artikel anzeigen zu lassen, die reduziert sind? Vielen Dank und viele Grüße, Tessa
-
- sonderangebote
- rabatte
-
(and 1 more)
Tagged with:
-
Hi everyone, I’ve included the manufacturer name on product list this way: <a class="product-name" href="{$product.link|escape:'html':'UTF-8'}" title="{$product.name|escape:'html':'UTF-8'}" itemprop="url" > <span class="brand">{$product.manufacturer_name}</span> {$product.name|truncate:45:'...'|escape:'html':'UTF-8'} </a> But now I can’t get the manufacturer name on block specials module. I’ve tried this on blockspecials.tpl: <a class="product-name" href="{$special.link|escape:'html':'UTF-8'}" title="{$special.name|escape:'html':'UTF-8'}"> <span class="brand">{$special.manufacturer_name}</span> {$special.name|escape:'html':'UTF-8'} </a> But is not working. It says ‘undefined index manufacturer_name’. I’m using the default-bootstrap theme and the last version of prestashop. Someone knows how to do that? Thanks!
-
Hola a todos, En la lista de productos (product-list.tpl) he incluido la marca antes del título: <a class="product-name" href="{$product.link|escape:'html':'UTF-8'}" title="{$product.name|escape:'html':'UTF-8'}" itemprop="url" > <span class="brand">{$product.manufacturer_name}</span> {$product.name|truncate:45:'...'|escape:'html':'UTF-8'} </a> Y ahora quiero hacer lo mismo con el bloque de promociones especiales para que queden igual, pero no sé como hacerlo. He probado con esto en blockspecials.tpl: <a class="product-name" href="{$special.link|escape:'html':'UTF-8'}" title="{$special.name|escape:'html':'UTF-8'}"> <span class="brand">{$special.manufacturer_name}</span> {$special.name|escape:'html':'UTF-8'} </a> Pero no funciona, me sale undefined index manufacturer_name. Alguien sabe como hacer esto? Muchas gracias!
-
- marcas
- blockspecials
-
(and 1 more)
Tagged with:
-
I can't get the speicals block to show. I chose the option to display even when there's no specials. I updated the module. I've uninstalled and deleted the applicable folder in the themes folder. I tried positioning it in the left and the right. I changed the tpl file in the themes->modules->blockspecials folder to remove the {if} statements. What else could be causing this to not display?
- 4 replies
-
- module
- blockspecials
-
(and 1 more)
Tagged with:
-
Hey Everyone! Here is my last tutorial, about adding a list of discounted products instead of a single one in the blockspecials module: http://nemops.com/product-list-prestashop-specials-module/
- 1 reply
-
- 1
-
-
- specials block
- blockspecials
-
(and 2 more)
Tagged with:
-
Hola, llevo un rato buscando pero no doy con el error. Cuando pongo que un precio especial se active para la compra de dos unidades o más, me desaparece del módulo de promociones especiales. Para una unidad si funciona. ¿Alguien sabe como solucionar esto? Versión de PS 1.5.3.1 Gracias anticipadas.
- 2 replies
-
- cantidad
- drop prices
-
(and 3 more)
Tagged with:
-
Buenas, Me gustaría poner que los modulos de novedades y productos especiales sean aleatorios. Alguien sabe como? Info: -Versión 1.5.4.1 -Uso el tema por defecto, pero modificado. Gracias de antemano, un saludo.
- 1 reply
-
- blockspecials
- blocksnewproducts
-
(and 2 more)
Tagged with:
-
Hola a [email protected] A ver si alguien me puede orientar. Tengo el módulo "blockspecials" (Promociones especiales) funcionando casi correctamente. Digo "casi", porque en la descripción del producto mostrado, me incluye las etiquetas HTML <p> y </p> entre otras, y no veo modo alguno de eliminarlas. Esto sólo me pasa en este módulo. En otros, por ejemplo el de "Novedades" la descripción aparece correctamente. Puede verse en http://vertice-peluqueros.com/kerastase/ , Como se observa, todas las descripciones del bloque muestran esos símbolos. ¿Alguien tiene alguna teoría al respecto?. Gracias.
-
The picture of specials block didn't show, I tried to fix it by reload all the blockspecials dokuments from original Presta package. After reinstallation of specials block, the front page disappeared, showing totally white. If I uninstall specials block, the front page turnes back to normal. But I need to have specials block. Kan anyone please tell me what's wrong with this block? What should I do to solve the problem? Many thanks! Salomonsson
-
Have anyone noticed that Blockspecials module when enabled slows site speed by more than 6 sec. As soon as I disable the module then the site goes back to normal. I am using native blockspecials module without any change. It looks like getRandomSpecial Function is doing a very heavy query. Please reply if someone else also facing similar issues.