Search the Community
Showing results for tags 'PS'.
-
I am working on a Prestashop 1.7 and need to add a new field to combinations tab in back-office product details page . I was successful in adding the field to twig file and saving the data to product table ( via product class override ). Now I need to show the saved value in the said field in combination twig file. The field added is a dropdown. I am not sure what to do exactly although it seems like I need to do a controller override. Any ideas ?
- 1 reply
-
- backoffice
- controller
-
(and 4 more)
Tagged with:
-
I need to add a checkbox field in combination tab of product details in backoffice. I did so by adding a field in the combination tpl, product attribute table in database and I had done the override for just combination class. The override didn't cause any errors but the data is not being saved. Can someone help me?
- 1 reply
-
- ps
- prestashop
-
(and 1 more)
Tagged with:
-
Greetings PS community, I'm a relatively new PHP dev with zero experience in Prestashop, I've only been using it for a week. With my project, I'm trying to add a few currencies, modifying the currency's displayName & symbol to something else in translations/cldr/main--en-US--currencies, then allow users to choose which currency in the Front Office except for the default currency, which is USD. The error that I encountered (as in the attachment), was after I've modified the classes/controllers/FrontController.php file. I've changed the original code on line 350 in the file from this : $currency = Tools::setCurrency($this->context->cookie); to this : $currency = Currency::getCurrencyInstance(i); * the "i" represents number from 1 - 6, which were the id for the currencies I've added. The error occurs after I switched the code back to the original code & have multiple currencies enabled. I really have no clue how to get it to work as it were before. If you can tell what went wrong or if you need more information, please let me know. Thank you for taking your time to read this. UPDATE : The ContectErrorException no longer shows when Debug Mode is disabled but I am still unable to change currency & I would get Error 502. I'd also get this in the nginx error log : 2019/01/17 15:49:16 [error] 697#697: *3693 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: current in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 38 PHP message: PHP Notice: Undefined index: url in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 40 PHP message: PHP Notice: Undefined index: cookie in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 71 PHP message: PHP Notice: Trying to get property 'value' of non-object in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 71 PHP message: PHP Notice: Trying to get property 'id_currency' of non-object in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 71 PHP message: PHP Notice: Undefined index: cookie in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 77 PHP message: PHP Notice: Trying to get property 'value' of non-object in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 77 PHP message: PHP Notice: Trying to get property 'id_currency' of non-object in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 77 PHP message: PHP Notice: Undefined index: cookie in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on lin 2019/01/17 15:49:16 [error] 697#697: *3693 upstream sent too big header while reading response header from upstream, client: xxx.xxx.xxx.xx, server: store.sinegy.com, request: "GET /index.php HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.2-fpm.sock:", host: "store.sinegy.com" 2019/01/17 15:49:18 [error] 697#697: *3695 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: current in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 38 PHP message: PHP Notice: Undefined index: url in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 40 PHP message: PHP Notice: Undefined index: cookie in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 71 PHP message: PHP Notice: Trying to get property 'value' of non-object in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 71 PHP message: PHP Notice: Trying to get property 'id_currency' of non-object in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 71 PHP message: PHP Notice: Undefined index: cookie in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 77 PHP message: PHP Notice: Trying to get property 'value' of non-object in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 77 PHP message: PHP Notice: Trying to get property 'id_currency' of non-object in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 77 PHP message: PHP Notice: Undefined index: cookie in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on lin 2019/01/17 15:49:18 [error] 697#697: *3695 upstream sent too big header while reading response header from upstream, client: xxx.xxx.xxx.xx, server: store.sinegy.com, request: "GET /index.php?id_lang=1&SubmitCurrency=1&id_currency=7 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.2-fpm.sock:", host: "store.sinegy.com", referrer: "https://store.sinegy.com/index.php" 2019/01/17 15:49:20 [error] 697#697: *3693 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: current in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 38 PHP message: PHP Notice: Undefined index: url in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 40 PHP message: PHP Notice: Undefined index: cookie in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 71 PHP message: PHP Notice: Trying to get property 'value' of non-object in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 71 PHP message: PHP Notice: Trying to get property 'id_currency' of non-object in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 71 PHP message: PHP Notice: Undefined index: cookie in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 77 PHP message: PHP Notice: Trying to get property 'value' of non-object in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 77 PHP message: PHP Notice: Trying to get property 'id_currency' of non-object in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 77 PHP message: PHP Notice: Undefined index: cookie in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on lin 2019/01/17 15:49:22 [error] 697#697: *3698 open() "/var/www/html/sinegy_store/themes/core.js.map" failed (2: No such file or directory), client: xxx.xxx.xxx.xx, server: store.sinegy.com, request: "GET /themes/core.js.map HTTP/1.1", host: "store.sinegy.com" 2019/01/17 15:49:24 [error] 697#697: *3693 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: current in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 38 PHP message: PHP Notice: Undefined index: url in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 40 PHP message: PHP Notice: Undefined index: cookie in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 71 PHP message: PHP Notice: Trying to get property 'value' of non-object in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 71 PHP message: PHP Notice: Trying to get property 'id_currency' of non-object in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 71 PHP message: PHP Notice: Undefined index: cookie in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 77 PHP message: PHP Notice: Trying to get property 'value' of non-object in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 77 PHP message: PHP Notice: Trying to get property 'id_currency' of non-object in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 77 PHP message: PHP Notice: Undefined index: cookie in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on lin 2019/01/17 15:49:25 [error] 697#697: *3700 open() "/var/www/html/sinegy_store/themes/core.js.map" failed (2: No such file or directory), client: xxx.xxx.xxx.xx, server: store.sinegy.com, request: "GET /themes/core.js.map HTTP/1.1", host: "store.sinegy.com" 2019/01/17 15:49:28 [error] 697#697: *3693 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: current in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 38 PHP message: PHP Notice: Undefined index: url in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 40 PHP message: PHP Notice: Undefined index: cookie in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 71 PHP message: PHP Notice: Trying to get property 'value' of non-object in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 71 PHP message: PHP Notice: Trying to get property 'id_currency' of non-object in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 71 PHP message: PHP Notice: Undefined index: cookie in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 77 PHP message: PHP Notice: Trying to get property 'value' of non-object in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 77 PHP message: PHP Notice: Trying to get property 'id_currency' of non-object in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on line 77 PHP message: PHP Notice: Undefined index: cookie in /var/www/html/sinegy_store/var/cache/prod/smarty/compile/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php on lin 2019/01/17 15:49:28 [error] 697#697: *3693 upstream sent too big header while reading response header from upstream, client: xxx.xxx.xxx.xx, server: store.sinegy.com, request: "GET /index.php?id_lang=1&SubmitCurrency=1&id_currency=7 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.2-fpm.sock:", host: "store.sinegy.com", referrer: "https://store.sinegy.com/index.php"
-
Dear Community, At this moment im trying to implement on my shop (PRESTASHOP 1.6.1.17) a modification that adds to the css files a version so I can ensure that the client is going to reload the page with the latest version: The result that I would like is something like <link rel="stylesheet" href="/url_path/mystyles.css?v=123" type="text/css" media="all" /> I have been searching for a solution and I found a thread from 2011 and updated last year, but i'm not able to run it correctly. Thread: https://www.prestashop.com/forums/topic/136126-auto-versioning-css-files-force-css-refresh/ (I tried creating an override with the last comment of this thread and it don't seem to work). I hope someone can help me or at least give me the idea of how to do it. Thanks in advance.
-
Bonjour freinds, Jiutilise la version 1.7 de prestashop, mais Tag addJsDef ça ne marche pas sur les fichiers TPL : {addJsDef mavar=8} par contre ça marce bien sur mon controller : Media::addJsDef( array( 'mavar' =>8 ) ) Merci d'avance pour vos aides
-
Hello Everyone, Any of you have experience in using the Mailchimp Free Module and the Order notification Campaign template? I have installed it in my PS 1.7.4.3 and the integration works fine in relation to the abandoned cart notification. But after enabling the order notification campaign, i expect mailchimp to sent out the order confirmation when completed an order. But nothing happens. The only thing that happens is that my shop sends out the default order confirmation. (This should have been disabled, but doesn't work either) Any of you have any practical experience with this module? BR Stephan
-
Bonjours je viens vers vous suite a un problème sur le slide de ma page home. Le développeur qui travaillait sur mon site à crée un slide sur ma home avec le module " Couche Ps Curseur pour votre page d'accueil ". Le problème est que quand je change une image du slide e que je clique sur voir ma boutique le slide est bien changer mais si je clique sur le bouton home ça me ré affiche l'ancien slide. Comment puis je faire pour mon véritable slide soit modifié également. Merci.
-
hello everybody ; before update my shop from 1.7.2.2 to 1.7.3.3 the email's configuration works fine and my web site receive & send emails correctly but after do this update(1.7.3.3) i found this error message
-
Ciao a tutti. Avrei bisogno di sapere quali informazioni prendere dal DB (e da quali tabelle) per avere un elenco di prodotti raggruppati per SCONTATI / NON SCONTATI e successivamente suddividere gli SCONTATI per categorie o percentuali di sconto. Per quanto mi riguarda credo di aver intuito che on_sale è il campo booleano che mi serve per rispondere alla prima domanda, ma non riesco a trovare i prezzi scontati o qualcosa che mi indichi lo sconto effettivo. Grazie
-
Hola Comunidad, me inserté en el mundo de Prestashop, va todo muy bien, realmente esta es una increíble comunidad en donde todos aportan y ayudan a los demás, será un orgullo pertenecer a ella de ahora en más. Tengo una duda, he adquirido la plantilla WareHouse porque tiene muchos módulos de mi interés, los cuales estoy utilizando, pero la página de producto (en particular) no me gusta, prefiero la original. Original: https://demo16.prestaservice.org/blouses/2-blouse.html Warehouse: http://warehouse.iqit-commerce.com/en/casual-dresses/3-printed-dress.html ¿Como hago para utilizar el diseño de la plantilla "default-boostrap" en la página de producto y conservar el resto de la página en diseño de "warehouse"? Yo calculo que teniendo ambos archivos de configuración no debería ser muy difícil, pero no he dado con la tecla. He intentado reemplazando los product.css y product.tpl pero no dio resultado alguno. Saludos!
-
Hi, I'm wondering how to make ability to select more than one manufacturer per product. Every product my customers are buying gives 5% of product price to choosen foundation. I want to rename Manufacturers to Foundations (which is simple) and make ability to pick 1-3 foundations per product. Is there any way (I can modify core files etc) or module available to accomplish someting like that? Best regards, justasking ;-)
-
Hi allemaal! Een bekend probleem, en al eerder heb ik dit in 1.6 laten coderen in de bronbestanden omdat er geen andere optie voor leek. Nu op 1.7 weer hetzelfde probleem - Als ik niet ingelogd ben, geeft hij automatisch "gratis verzending" aan. Aangezien dit nog helemaal niet bepaald is, en ook (meestal) niet waar is, wil ik dat hier staat "nader te bepalen" of "kies verzendmethode", net zolang totdat ze daadwerkelijk bij de vervoerder kiezen zijn aangekomen. In de broncode kan ik het niet 123 vinden, BO pakt hij dit niet en vindt hij geen vertaling. Gratis heb ik inmiddels wel vertaald - maar dit werkt niet, of in ieder geval niet volledig. Ik heb geprobeerd een "test"vervoerder in te stellen, en deze als standaard ingesteld - dan pakt hij de tekst wel op. Haal ik deze weg, verdwijnt ook de vertaling. Ik denk dat ik hierbij ook in de clinch ga lopen als de klant daadwerkelijk gratis verzending heeft - hier kom ik nog niet achter. Probleem bij de test vervoerder is dat de klant dus ook kan kiezen voor deze methode, omdat het een beschikbare optie blijft. Dit is dus het kleine winkelwagen overzicht wat je ziet als je aan het shoppen bent, het overzicht wat je krijgt als je een product toevoegd en de 1ste stappen van het bestelproces. Wie weet raad? alvast bedankt!
- 2 replies
-
- 1.7.3
- gratis verzending
-
(and 3 more)
Tagged with:
-
Bij het kiezen van de vervoerders worden de prijzen niet weergeven, maar wordt er %prijs% incl. btw ingevuld. Verzendkosten worden er wel bij opgeteld, maar bij de vervoerder ziet men dus niet wat deze kost. Ik heb al met en zonder spatie tussen %price% geprobeerd, maar dit werkt ook niet. Hoe kan ik hier het juiste bedrag laten weergeven? bedankt!
-
Hola, Actualmente tengo un hosting con dos tiendas online. Una de ellas está abierta al público en la plataforma WordPress y su dominio es "ejemplo.com" puesto que pensé en pasar esa tienda a prestashop, creé un nuevo dominio llamado "ps17.ejemplo.com" en el que está instalado prestashop, dicha tienda, está en mantenimiento, puesto que sólo la creé para ir pasando los articulos de wordpress (WooCommerce) a prestashop, ese proceso ya lo acabé y ahora me gustaría pasar la tienda del dominio ps17.ejemplo.com al dominio principal, ejemplo.com. No sé cómo hacer este proceso, y lo que se me ha ocurrido es: En primer lugar borrar los datos del dominio "ejemplo.com", dejarlo limpio. En segundo lugar, instalar prestashop 1.7 en ese dominio. En tercer lugar, exportar los artículos del subdominio para luego importarlos en el dominio principal. El problema, es que al exportarlo (.csv) hay un campo llamado "Image" y las imágenes las coge del dominio "ps17.ejemplo.com"... ¿No hay ninguna forma de copiar la base de datos de artículos para luego "pegarla" en el subdominio? Gracias de antemano, Un saludo.
-
I haven't upgraded to 1.7 although I have played with it, I still have all my shops running on 1.6 and to me that's the best release yet. Sort of like with Windows, every so other version were great, but not all of them. Is has a nice theme, loads fast and is easy to troubleshoot. What versions do you guys like the most, or have found out to be the best one to work with? AJ
- 3 replies
-
- ps
- prestashop
- (and 6 more)
-
Bonjour, Je suis nouveau dans l'univers prestashop. J'ai installé récemment la version 1.7.2.5 et la version 1.7.3.0 et ai tenté d'y installer un thème, mais après avoir importé le tème, je devais importer des Datas... J'ai tenté de le faire mais quand je clic sur le bouton pour les upload, j'ai un message sur la droite qui me dis que se fut un succes mais rien ne s'affiche comme sur les videos que j'ai pu voir et rien ne se passe. La page PSFramework devrai charger les differents themes( plusieurs version/forme du theme ) Je suis sur Windows 10 et est donc tenté avec prestashop 1.7.2.5 et 1.7.3.0. Je fais cela en local pour l'instant à l'aide de wamp 3.1 je pense. Si vous pouviez m'aidez à trouver une solution sa serai formidable ! Merci d'avance !
-
- psframework
- need
-
(and 7 more)
Tagged with:
-
Hola, ¿Hay alguna forma de poner una animación cuando te estás moviendo dentro de la web? Es decir, cuando entro a ver un producto, mientras carga, que aparezca el clásico "Loading" Gracias
-
Buenas tardes, Estoy trabajando localmente en una nueva plantilla para mi tienda prestashop 1.6,he añadido algunas cosas nuevas y ahora quisiera añadir un tercer o cuarto tipo de disponibilidad,es decir, está lo de productos en stock(color verde) y sin stock(color rojo en mi caso) , y tengo productos bajo encargo y otros de confección bajo encargo, quisiera añadir eso,con otro color por ejemplo naranja y también poder incluir fechas aproximadas de recepción o confección. Gracias de antemano,un saludo.
-
Bonjour, J'aurai besoin d'un coup de main, car le retrait des serveurs médias me posent un p'tit problème : Prestashop (1.4) garde la trace des sous-domaines dans la base de données et ou ailleurs : " bad request subdomaine sql query " Il faudrait que je trouve comment l'isoler et la retirer, car du coup en BO, prestashop reste cassé : Il n'est plus possible d'activer CCC, ça redéglingue l'affichage du thème. Le site continue de mouliner ..... temps de chargement moyen entre 30 et 66 secondes selon pingdom tools, dareboost et webpage test. Au passage le média 1 était un cdn externe (incapsula) que j'ai viré : j'ai annulé l'abonnement mensuel que j'avais pris chez eux, car ce service injectait dans mes pages : 1 000 Ko de cookies en moyenne ; les médias 2 et 3 sont des sous-domaines que j'ai créé dans mon espace ftp de l'hébergement, j'ai juste supprimé les serveurs médias en BO pour l'instant. D'avance merci pour votre aide. Car si je réinjecte cette information sur la nouvelle copie propre des fichiers que j'ai préparé je continuerai à avoir ce problème. Il faut donc impérativement que je la retire si je veux éviter un autre scratch .... Cordialement.
-
Bonjour à tous, J'ai choisi PS car en lisant sa présentation tout était réunis pour avoir une belle boutique en ligne et vraiment performante avec toutes ses fonctionnalités. Mais depuis que je l'ai installé, je vais de surprise en surprise, ou plutôt dirais-je, de désagrément en désagrément... Prestashop n'arrête pas de buguer sans même toucher a quoi que ce soit, alors je vous laisse imaginer lorsque l'on modifie pour personnaliser sa boutique. Les fonctionnalités son alléchantes, mais bug souvent, de plus dans la liste des modules, parfois il y en a une quantité (exemple 100), puis la fois d'après 143, puis ça reviens a 100 puis repasse a 110, un comble, comme si il y avait un backdoor ou une partie en cloud... Vraiment une gestion bizarre et hasardeuse. Le forum bien qu'actif, ne répond pas aux attentes des utilisateurs comme cela le devrait, il n'y a qu'a lire les nombreux topics de débutants qui galère pour mettre en œuvre des fonctions juste basique. On sent bien que la team peine a faire évoluer et a simplifier PS. Je suis sous PS 1.5.4 avec OVH en mutualisé et depuis que PS propose la 1.5.5, sans rien toucher, je n'ai plus la possibilité de me connecter au panneau d'admin. Pourtant je m'accroche en espérant que ça va s'améliorer, mais la franchement je réfléchis a une autre solution tellement je passe plus de temps a gerer les problèmes lié a à PS qu'a gérer mon business. Dans la communauté Joomla, il y a plus de solidarité et le soft est beaucoup plus stable comparé a PS. Ne peut-on pas avoir quelque chose de similaire en terme de stabilité ??? J'aimerai néanmoins avoir d'autres avis pour savoir si je suis le seul ou non a penser cela ? Merci pour vos retours.
- 23 replies
-
- déçu
- globalement
-
(and 2 more)
Tagged with:
-
Modulo CPF prestashop 1.5.6.2
anderson seifert rod posted a topic in Módulos e temas pagos [ARCHIVE]
Ola galera alguem sabe onde posso baixar modulo de CPF/CNPJ prestashop minha versao é a prestashop_1.5.6.2 -
Olá a todos, Queria saber se alguém conhece alguma ferramenta ou módulo de teste unitário para análise de erros em Prestashop. Estou pensando em desenvolver um sistema de testes automatizado para minhas lojas, isso porque testar loja por loja manualmente é necessário muito tempo. Se alguém souber de um sistema desses, por favor responda. Obrigado.
- 4 replies
-
- ferramenta
- testes
-
(and 2 more)
Tagged with:
-
Ho migrato da locale a remoto il mio sito. Ora ho fatto tutte le modifiche al DB e modificato settings.inc.php . Nel BO entra perfettamente. Se digito il dominio del sito non fa una cippa! Sono un po' frustrato. Uso Prestashop 1.6.0.5 e devo usare questa versione. Chi si offre per farmi assistenza?Sono disponibile a pagare il giusto. Grazie. Filippo.