Search the Community
Showing results for tags 'js'.
-
Hello, My boss needs me to create an application to control the stock of products and delivery of orders. I made a lot of progress with the API and right now im able to retrive all the data i need and show on the front-end whatever my boss asks for, but right now i need to actly change the values...
-
Hi, Here is a new free module development for the PrestaShop community to help its beginners to easily integrate any JavaScript code on their stores. This module simplifies the integration of JavaScript code by avoiding the edition of TPL file of the template at the risk of forgetting thes...
- 7 replies
-
- 2
-
-
- javascript
- prestashop
-
(and 1 more)
Tagged with:
-
Bonjour, voici un nouveau développement de module gratuit à l'attention de la communauté PrestaShop pour aider ses utilisateurs débutant à intégrer facilement n'importe quel code JavaScript sur leurs boutiques. Ce module simplifie l'intégration de code JavaScript en évitant l'édition de fi...
- 2 replies
-
- 1
-
-
- module gratuit
- prestashop
-
(and 2 more)
Tagged with:
-
Hello Developers, Sometimes you need to customise your PrestaShop theme. To customise the code of any PrestaShop themes, you have to open files from the server and FTP. It's a very time consuming and complex process. 😰 To reduce time-wasting customisation, we have made ClassyDevs Custom CSS &...
- 12 replies
-
- 5
-
-
-
- js
- custom css & js
- (and 11 more)
-
Buenos días, a ver si alguien me puede ayudar o ha sufrido algo parecido Estoy trabajando con la versión 1.7.4 de prestashop La web llevaba abierta tres años sin problema, por circunstancias ajena a este problema, hemos tenido que hacer una serie de cambios y ahora tengo un problema bastan...
- 16 replies
-
- frontend
- variaciones
-
(and 1 more)
Tagged with:
-
Hello ! I'm using prestashop 1.7.8.8. I added some js and css files in mytheme\assets and i wrote this code in FrontController.php but i get "Failed to load ressources error". Can someone help me with this, i will appreciate any help.
-
- module
- prestashop 1.7.8.8
-
(and 2 more)
Tagged with:
-
Hi developers, Can anyone can tell me where I can find a code which is responsible for creating combined js file of all js files? I mean everytime in footer we can find file like v_235_a8347981273902.js which is combined js file with all of the files. I want to know where I can find function res...
-
Hey everyone, I see everywhere that cart-summary.js should be here and there but it's never the place where mine is. I've look for it for hours, where should it be in 1.7.7.3 version please ?
- 1 reply
-
- cart-summary.js
- file
-
(and 5 more)
Tagged with:
-
Bonjour, Pour le contexte, actuellement j'arrive à PUT des informations dans ma BDD grâce à cette méthode Je n'ai aucun problème avec le GET et le PUT. Par contre j'essaie depuis plusieurs jours d'utiliser la méthode POST de l'API Prestashop avec finalement toujours la même...
-
- prestashop
- presta
- (and 19 more)
-
Hi, joakim.be/fr/ This is my website. I have a conflict on my homepage and jquery, animations or images don't display... but if you navigate on other pages, everything is working well. Try the dropdown effect on menu for example. How is it possible? No error in debug...
-
The Custom CSS and JS module allow you to add custom CSS or JavaScript on any or all pages of your Prestashop website. Custom CSS and JS module have the option to customize the page for desktop or mobile devices or both. You don't have to make any changes in the core files of the website; you can cu...
- 1 reply
-
- css
- customization
-
(and 1 more)
Tagged with:
-
Buenas, Llevo algunas horas dándome cabezazos con esto y por fin he "entendido" que pasa, lo dejo aquí por si ayuda alguien mas Problemas resueltos: no carga javascript de librerías extra (recordar que cualquier librería que tenga el padre en config.yml no se carga automáticamente en...
- 2 replies
-
- 1
-
-
- childtheme
- js
-
(and 1 more)
Tagged with:
-
Vous ne savez pas de quel module proviens l'affichage d'un bloc sur votre boutique ? ce module va vous le dire, et vous donnera un certain nombre d'informations sur les modules: - nom du hook - nom du module - nom du fichier tpl et du fichier qui l'appelle - chemin des fichiers JS et CSS ave...
-
Good night! I do not know why but, we have not changed anything on our web, but since yesterday the JS files stopped working. We used the default theme 1.6.0.6 and the top horizontal menu stopped work, you can not change the page in a list in the Administration menu, icon ajax running always appea...
- 7 replies
-
- js
- javascript
-
(and 4 more)
Tagged with:
-
Bonjour, Je voudrai rajouter ce code Facebook messenger dans mon site, mais je n'arrive pas a trouver où ni comment; merci ! <!-- Load Facebook SDK for JavaScript --> <div id="fb-root"></div> <script> window.fbAsyncInit = function() { FB.init({...
- 2 replies
-
- js
- javascript
-
(and 2 more)
Tagged with:
-
Witam Szukam i szukam i nie mogę znaleźć. Może ktoś podpowie. W custom.js mam kawałek kodu i chcę pobrać po odświeżeniu koszyka aktualną wartość zakupów. I nie mogę tego ogarnąć. Do jakiego obiektu i jakiej zmiennej się odwołać? Mam taki kod: prestashop.on( 'upda...
- 11 replies
-
- prestashop
- js
-
(and 3 more)
Tagged with:
-
Hello, probably the topic has already been addressed, I did a search but I did not find solutions ..! The problem is that if I click on a color from miniatures on products listing, the URL is correct but as the page loads, PrestaShop redirects the visitor to the default combination (color and...
- 8 replies
-
- prestashop 1.7
- redirected
-
(and 2 more)
Tagged with:
-
Bonsoir, Je me tourne vers vous car je suis dans le flou le plus total pour mon problème et j'espère qu'une âme charitable saura m'aider à le corriger. Lorsque j'utilise la console chrome j'ai plusieurs erreurs d'affichées liées apparemment au jquery. jquery-3.3.1.min.js:2 jQuery.Defer...
-
Hello, I need to translate this "More" (in file blocktopmenu.js) code: var max_elem = 5; var items = $('ul.sf-menu > li'); var surplus = items.slice(max_elem, items.length); surplus.wrapAll('<li class="level0 level-top hiden_menu"><ul class="level0">'); $('.hiden_men...
- 4 replies
-
- js
- javascript
-
(and 1 more)
Tagged with:
-
Bonjour, Je cherche à afficher la version mobile de mon site à partir d'une résolution plus élevée (~1300px de largeur) au lieu des 768px de base, par soucis d'ergonomie. Je travail sur le thème classic de base et mon gros problème réside dans le fait que les liens de mon menu ne s'...
- 4 replies
-
- affichage mobile
- css
-
(and 2 more)
Tagged with: