Search the Community
Showing results for tags 'front'.
-
Module Gallery - Slider Anywhere for PrestaShop: Allows you to create, manage, and display sliders or galleries on any PrestaShop front office page. Main features of the module: 1. The convenient list of galleries or sliders for management of them: creation, editing, removal, movement, activa...
-
Hello everyone I am currently trying to find what are the classes to override to change how the pdf are generated and distributed to the customer , I want to keep the same links but I want to give an other pdf that the one generated by prestashop , how could it be done ? Thank you everyone .
- 22 replies
-
- front
- order history
-
(and 1 more)
Tagged with:
-
Hi, I would like to know how I can access `global $kernel` on a front module? The dump says it's null I used to do `global $kernel` in modules/mymodule/controllers/admin/ and it's working fine!! But it's not working in /override/controllers/front/IndexController.php for examp...
- 7 replies
-
- symfony module
- prestafony
-
(and 3 more)
Tagged with:
-
Ce module permet le support de la technologie AMP pour les pages produits et catégories. Le theme spécifique aux pages AMP peut être customisé afin de mieux correspondre a votre site internet. Code source disponible ici: https://github.com/L3o-pold/prestashopamp Téléchargement ici: ht...
-
back-to-top [MODULO] Back to top - PS 1.7 Gratuito
jat posted a topic in Módulos y plantillas gratuitas
Hola a tod@s Comparto con vosotros un Módulo gratuito que ande un botón para subir arriba o back to top. Podéis descargarlo en .zip y renombrar la carpeta a backtotop y la copiais directamente dentro de la carpeta modules en prestashop 1.7. La idea que este publicado en github es tamb... -
I'm tryng to display small icon with this hook, but it's displaying icon many time instead of spaces.Maybe someone knows what the problem?
-
Salut , Pour une version prestashop 1.7.5.2 , au niveau la partie compte client , je clique sur "Mes informations" il affiche une erreur 500 , j'ouvre le mode debug , la page fonctionne bien et pas d'erreur : il n'affiche aucune erreur niveau code . la configuration SEO & URL est bien faite...
-
Buenas tardes, Estoy teniendo un problema con las combinaciones de prestashop que no consigo solucionar. El problema que reporto es sobre una tienda nueva que aún no esta en producción. Cuando cambio una combinación de un producto desde la vista del cliente, me salta un error abajo:...
-
- combinaciones
- productos
-
(and 3 more)
Tagged with:
-
[presta1.7] Bonjour à tous depuis hier je constate un nouveau beug qui est apparu sur ma boutique. Je crée un produit normalement qui est visible sur ma boutique et genre 20min après le même produit n'est plus visible sur mon site et quand je vais dans mon back office je vois que le produit est en v...
-
- 1.7
- fiche produit
-
(and 2 more)
Tagged with:
-
Bonjour, J'ai un catalogue avec beaucoup de référence et de déclinaison. Le site de l' Est of this Façon structuré: - Catégorie (Ongles) - Sous catégorie (Vernis à ongles, accessoires, dissolvants) - S ous catégorie de sous catégorie (Vernis à ongles à effet, Vernis à ongles métallisé, Vernis...
-
- prestashop 1.7.5.2
- visuel
-
(and 3 more)
Tagged with:
-
tengo un modulo que me genera un login en el front office este modulo se ancla en el hook de DisplayCustomerAccountForm y todo bien pero cuando realizo el post de mi tpl no logro obtener los datos que se mandan desde el formulario de mi modulo intento capturarlo con public function ho...
-
Hi, I'm currently trying to translate some parts of my extension of the CartController, but I can't find it on the BO.. Even the Core CartController translations are invisible. Until now, I tried to see were the PhpExtractor class was called, with no result. In the prestashop dem...
-
- translation
- controller
-
(and 1 more)
Tagged with:
-
Hi everyone, Im trying to do a module front controller to display some content in a page on prestashop 1.7; I've follow many methods but all i have is a 404 error when im trying to display the page "http://localhost:8090/prestashop/module/monmodule/controller". I've disabled the cach...
-
Hola, ojala puedan ayudarme con el siguiente problema: Resulta que desde que coloque mi pagina en el ambiente productivo, el front office no carga de manera correcta al entrar por primera vez, aparece desconfigurada o las imágenes no cargan bien, algunos módulos tampoco, etc.. pero al refrescar...
- 7 replies
-
- front
- front office
-
(and 1 more)
Tagged with:
-
Hola. Hemos realizado una migración de Woocommerce a Prestashop 1.7.3 y nos encontramos con que no deja cambiar los productos ni en el back ni en el front. Es como si se hubieran quedado fijos (resumen, descripción e incluso los atributos). Alguien sabe cómo podemos solucionarlo? Gra...
- 3 replies
-
- back
- prestashop 1.7.3
- (and 5 more)
-
Hello, I have a store built with Prestashop, version 1.6.1.7. In the main page, I have a block with "featured products", and another block with "new products". (The block of "best selling products" is disabled) I would like to add another block showing the products of a specific categ...
-
greetings to all, browsing in the forum of the community I managed to find a bit of code that allows to redirect a user to initiate session if this is not loguiado ah (for the effects of private stores). if (!$this->context->customer->isLogged() && $this->php_self != 'authentication' && $thi...