All Activity
This stream auto-updates
- Past hour
-
juanrojas started following PROBLEMAS ESTADÍSTICAS INICIO BACKOFFICE
-
ndiaga started following module bannière
-
Bonjour, Avec quel module ? Celui par defaut?
-
najiex started following Plantillas de email transferencia bancaria no envia las variables
-
emild started following Decimal quantity module job
-
Hello @prus an alternative solution is to overwrite the core files, it won't be much cheaper -> approx. 150 euro. we can take care of it
-
Piotr Kaczor started following [TUTORIAL] Wymuszenie wpisania numeru domu w polu adresu
-
Nurigon joined the community
-
Affichage TTC contre HT
zekid replied to zekid 's topic in Utilisation de PrestaShop : configuration et difficultés
Je vois bien que vous n'avez pas la solution. Vous avez mal lu mon problème. -
Radek74 joined the community
-
raicap started following prestashop 1.7.7.1 errore fancybox
-
stitchandsewuk joined the community
-
sagnes started following module bannière
-
bonjour, j'essaie d'ajouter une bannière sur ma page d'accueil et quand je valide l'enregistrement elle n'apparait pas. pouvez-vous m'aider ?
-
DMS243 started following [100% Free] BA Responsive/Unlimited Product Slider Carousel
-
[100% Free] BA Responsive/Unlimited Product Slider Carousel
DMS243 replied to tdsoft 's topic in Free Modules & Themes
Hi, Love the module! Is it possible to create multiple sliders and organise them in tabs on 1.7? Thanks! -
darknd joined the community
-
Bloqueo de peticiones desde el servidor
miguelguati replied to miguelguati 's topic in Discusión general
Hola, muchas gracias por contestar; pues mira la tienda la tengo en esta es la url: drogueriasprevensur.com, sin embargo te comento, ya tengo 8 tiendas en el mismo servidor haciendo lo mismo pero solo pasa con este -
Affichage TTC contre HT
Mediacom87 replied to zekid 's topic in Utilisation de PrestaShop : configuration et difficultés
j'abandonne. bonne chance -
DMS243 joined the community
-
gtul started following States dropdown names ordering in alphabetical
-
PrestaShop shows white page except if index.php is opened directly
FreshFlow replied to FreshFlow 's topic in General topics
I just made a very curious observation: apparently I have accidentally added a whitespace to the index.php right before the opening <?php, so that this whitespace is actually printed to the page. I thought that was an error because obviously redirects wont work like that anymore, so I removed that whitespace again. However, if I remove that whitespace, the page doesn't show anymore, it is always blank. Only when I add that whitespace, the page is displayed when I open the index.php file in the browser directly. I am really confused what could be causing this weird behavior. -
sagnes joined the community
-
Affichage TTC contre HT
zekid replied to zekid 's topic in Utilisation de PrestaShop : configuration et difficultés
C'est à dire ? êtes-vous certain que la solution se trouve ici vu que ça fonctionne bien depuis des mois et que je n'ai rien changé ici. -
Affichage TTC contre HT
Mediacom87 replied to zekid 's topic in Utilisation de PrestaShop : configuration et difficultés
avez-vous bien contrôlé la configuration de tous les groupes ? -
[Résolu] Vider le cache erreur 500 et fichier tpl (thème)
sophip replied to sophip 's topic in PrestaShop pour les développeurs
Super j'ai tout compris avec vous et toutes vos explication sont claire et précise. merci beaucoup je mets en résolu -
Affichage TTC contre HT
zekid replied to zekid 's topic in Utilisation de PrestaShop : configuration et difficultés
Bonsoir, quelqu'un aurait une idée - Today
-
Erreur en l'absence de sitemap
Seo Organique replied to Lynda 's topic in Vente en ligne, référencement et SEO
Ne cherchez pas l'audit automatisé à 100 % sans erreurs d'une entreprise commerciale. Votre sitemap vous l'avez (testez-le avec la GSC) , intéressez-vous à contrario à sa mise à jour automatisée, si vous avez des mises à jour produits régulières, et à sa configuration avancée sur les exclusions. Mais tout va bien :)...Sans sitemap vous pouvez ranker ! -
How to display Image Caption in Front Office
kdash1228 replied to kdash1228 's topic in General topics
I want to show the image caption on the product page. Right now, the product's summary appears under the images. But, I want the image caption to be shown instead. I believe I need to edit this line of code in the product-images-modal.tpl file. If I comment out these lines, the summary is not shown. <figcaption class="image-caption"> {block name='product_description_short'} <div id="product-description-short" itemprop="description">{$product.description_short nofilter}</div> {/block} </figcaption> I tried to replace the 3rd line with the following but that didn't work: <div id="product-description-short" itemprop="description">{$image.legend}</div> product-images-modal.tpl -
Je vais regarder, je viens juste de tout remettre en place tout avait planté. Merci bonne soirée
-
Products list - sort products that have images/photos first?
musicmaster replied to NixxxoN 's topic in General topics
Basically: when a product has an image it has a presence in the ps_image table. When not, then not. I don't remember at the moment the best way to put it into a query. But you could always ask on some SQL forum. -
PrestaShop shows white page except if index.php is opened directly
tomerg3 replied to FreshFlow 's topic in General topics
You should check the PHP version of the new server, and make sure it is compatible with your version of PrestaShop. You can also look for an error_log file in the root directory of PrestaShop, and see if it exists and has more insight.