360HD
Members-
Content Count
5 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout 360HD
-
Rank
PrestaShop Newbie
Profile Information
-
First Name
Eric
-
Last Name
Tournoux
-
360HD started following Panier ajax listing produit, Afficher les mignatures des catégories dans product-list.tpl, Prestashop 1.7 adds unwanted products to cart and and 1 other
-
Bonjour à tous, Dans product-list.top, j'arrive a faire une boucle parmis les sous catégories ainsi : {foreach from=$subcategories item=subcategory} <li class="col-md-6"> <div class="category"> <a class="img" href="{$subcategory.url}"> <img src="{$subcategory.image.bySize.category_thumb.url" alt="{$subcategory.image.legend}" /> </a> <a class="txt" href="{$subcategory.url}">{$subcategory.name}</a> </div> </li> {/foreach} Tout fonctionne bien excepté que l'image affichée est celle uploadée dans le champ : "Image de la catégorie"... J'aimerais utiliser plutôt l'image uploadée dans "Miniature de la catégorie" J'ai beau debug tout l'objet $subcategory, je ne vois aucune variable associée à cette mignature, je n'ai que l'image... d'ou ma question ici... Merci pour votre aide
-
Hi @wim vos, I have the exact same problem. Have you find a solution ? Please let me know
-
memcached not enabling in 1.7.4.0
360HD replied to johnfenton305 's topic in Configuring and using PrestaShop
Hi, I have the same issue. Have you found a solution ? Thanks, Fabien -
Forgot password page - Undefined index: notifications
360HD replied to benw 's topic in 1.7.2.x [Current]
Thank you, you saved my day. I saw several others question about that on prestashop forum, none with answers... (seems since 1.7, prestashop community is almost dead :/) -
Prestashop 1.7.1 | Problem with the page of password recoveru
360HD replied to fabbea 's topic in 1.7.2.x [Current]
Would be great to have a solution to this. The starter theme on 1.7.2 seems to be broken for the forgot password page. -
Prestashop 1.7.1 | Problem with the page of password recoveru
360HD replied to fabbea 's topic in 1.7.2.x [Current]
+1 here, with the starter theme and prestashop 1.7 -
Bonjour à tous, Je suis en train de réaliser un site prestashop (mon premier) et je découvre un peu l'écosystème. Je suis parti du Starter Theme que je personnalise. J'ai une question relative au panier ajax. Quand je suis dans le détail d'un produit, il fonctionne bien, je clique sur "ajouter au panier" et je vois le petit compteur s'incrémenter dans le bloc panier en haut : RAS. Par contre, dans le listing des produits, ça lance un refresh de page, et ça me redirige vers le panier une fois le produit ajouté. Ma question est donc, quels sont les prérequis pour faire fonctionner le panier ajax ? Je customize pas mal le theme pour y mettre mes propres div et mes propres classes, alors j'ai peut être enlevé une classe ou un ID nécessaire au bon fonctionnement du panier, mais je ne trouve pas de doc (en 1.7 du moins) listant ces prérequis. D'avance merci pour votre aide.
-
Hello, Need a simple solution for prestashop 1.7.x (without hacking core file). There is probably something to put in the index.tpl file to load a specific CMS page content, but I'm new to prestashop and can't find what is the right syntax. Thanks Alex
