Jump to content

Search the Community

Showing results for tags 'clear'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Community Help and Support
    • PrestaShop Download
    • PrestaShop Addons
  • News and Announcements
    • PrestaShop news and releases
    • PrestaShop Beta
    • PrestaShop Blogs
    • PrestaShop Meetups
  • International community (English)
    • General topics
    • PrestaShop Merchants
    • PrestaShop Developers
    • Taxes, Translations & Laws
    • Community Modules and Themes
  • Forum francophone
    • Discussion générale
    • Aide et support communautaire
    • PrestaShop pour les marchands
    • PrestaShop pour les développeurs
    • Adaptation aux lois Québécoises
    • Modules et thèmes gratuits
    • Modules et thèmes payants
  • Foro en Español
    • Discusión general
    • Soporte de la comunidad y ayuda
    • Comerciantes PrestaShop
    • Desarrolladores PrestaShop
    • Módulos y plantillas gratuitas
  • Forum italiano
    • Forum generale
    • Aiuto e supporto della Community
    • Commercianti PrestaShop
    • Sviluppatori PrestaShop
    • Aspetti legali sull'eCommerce
    • Moduli e template gratuiti
  • Deutsches Forum
    • Generelle Fragen
    • Support und Hilfe aus der Community
    • e-Commerce/Versand-Handel mit Prestashop
    • Prestashop-Entwickler
    • Anpassung an deutsches Recht
    • Kostenlose Module und Templates
    • Generelle Fragen Copy
  • Nederlandstalig forum
    • Algemeen
    • Hulp en ondersteuning, van en voor de community
    • PrestaShop-winkeliers
    • PrestaShop-ontwikkelaars
    • Het aanpassen van PrestaShop
    • Gratis modules en templates
  • Fórum em Português
    • Fórum Geral
    • Ajuda e Suporte da Comunidade
    • Lojistas que utilizam o PrestaShop
    • Desenvolvedores PrestaShop
    • Legislação específica
    • Módulos e temas gratuitos
  • Polskie forum
    • Forum ogólne
    • Wsparcie i pomoc użytkowników
    • Oferty twórców PrestaShop
    • Deweloperzy PrestaShop
    • Darmowe Moduły i Szablony
  • Dansk forum
    • Generelt forum
    • Hjælp og support fra fællesskabet
    • PrestaShop for købmænd
    • PrestaShop for udviklere
    • Love og regler
    • Gratis moduler og temaer
  • České fórum
    • Instalasi, Konfigurasi dan upgrade
    • Obecná diskuze
    • Bezplatné moduly a šablony
    • PrestaShop vývojáři
    • PrestaShop obchodníci
  • Bahasa Indonesia
    • Diskusi Umum
    • Podpora a pomoc komunity
    • Laporan Bug
    • Jasa, Promosi & Lowongan Kerja
  • Svenskt forum
    • Allmän diskussion
    • Installation, konfigurering och uppdatering
  • Forumul românesc
    • Discuţii generale
    • Instalare, configurare şi upgrade
  • Pусский язык
    • Обсуждение скрипта
    • Установка, Настройка, Обновление
    • Прием багов
  • Slovenské fórum
    • Všeobecná diskusia
    • Podpora a pomoc komunity
    • PrestaShop obchodníci
    • PrestaShop vývojári
    • Bezplatné moduly a šablóny
  • Türkçe Topluluğu
    • Genel Konular
    • Topluluk desteği ve yardım
    • PrestaShop Tüccarları
    • Prestashop Geliştiricileri
    • Ücretsiz Modül ve Temalar
  • Diễn đàn tiếng Việt
    • Thảo luận chung
    • Hỗ trợ từ cộng đồng
    • Dành cho chủ doanh nghiệp / cửa hàng
    • Dành cho lập trình viên
  • PrestaShop Communities
    • اللغه العربيه [Arabic]
    • Ελληνικά [Greek]
    • עִבְרִית [Hebrew]
    • 中文
    • Magyar [Hungarian]
    • 日本語 [Japanese]
    • Lietuviškai [Lithuanian]
    • انجمن فارسی [Persian]
    • ไทย [Thai]
    • Malaysia [Malaysian]
    • Eesti [Estonian]
    • Slovenščina [Slovenian]
    • Српски [Serbian]
  • IP. Board Forum
    • IP. Board Forum Questions and Issues
  • Archive
    • Zapłać Moduły i Szablony [ARCHIVE]
    • Moduly, upravy a dizajn [ARCHIVE]
    • Phát triển và các mô-đun [ARCHIVE]
    • Yazılım, Modül ve Tema [ARCHIVE]
    • Модули, Шаблоны [ARCHIVE]
    • Module şi teme [ARCHIVE]
    • Pengembangan dan Modul [ARCHIVE]
    • Moduler och teman [ARCHIVE]
    • Ecommerce x PrestaShop [ARCHIVE BOARD]
    • Vývoj a moduly [ARCHIVE]
    • Kostenpflichtige Module, Templates [ARCHIVE]
    • Módulos y temas pagos [ARCHIVE]
    • Módulos e temas pagos [ARCHIVE]
    • Servizi commerciali [ARCHIVE]
    • Forum - Feedback Contributor
    • PrestaShop Cloud

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 7 results

  1. after a clean installation in the start page of the store there is a problem that can not be quit ... it sends me to the zip installation archive, although it has succeeded .... source code is so .... how can solve this problem ???? <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>PrestaShop installation</title> <link rel="stylesheet" type="text/css" href="index.php?element=css"> </head> <body> <div id="content"> <div> <img id="spinner" src="index.php?element=gif"/> <div id="progressContainer"> <div class="progressNumber">0 %</div> <div class="progress"> <div class="current"> </div> </div> </div> <div id="error"></div> </div> </div> <script type="text/javascript" src="index.php?element=jquery"></script> <script type="text/javascript"> function extractFiles(startId) { if (typeof startId === 'undefined') { startId = 0; } var request = $.ajax({ method: "POST", url: "index.php", data: { extract: true, startId: startId, } }); request.done(function(msg) { try { msg = JSON.parse(msg); } catch (e) { if (String(msg).match("<tittle>PrestaShop")) { msg = "Invalid server response"; } msg = { message: msg }; } if ( msg.error || typeof msg.lastId === 'undefined' || typeof msg.numFiles === 'undefined' ) { $('#error').html('An error has occured: <br />' + msg.message); $('#spinner').remove(); } else { if (msg.lastId > msg.numFiles) { // end window.location.href = 'install/'; } else { $("#progressContainer") .find(".current") .width((msg.lastId / msg.numFiles * 100)+'%'); $("#progressContainer") .find(".progressNumber") .css({left: Math.round((msg.lastId / msg.numFiles * 100))+'%'}) .html(Math.round((msg.lastId / msg.numFiles * 100))+'%'); extractFiles(msg.lastId); } } }); request.fail(function(jqXHR, textStatus, errorThrown) { $('#error').html('An error has occurred' + textStatus); $('#spinner').remove(); }); } $(function() { extractFiles(); }); </script> </body> </html>
  2. Hola, Me gustaría saber si alguno tiene el módulo de prestashop: Módulo Eliminar Imágenes innecesarias de productos ¿Qué tal funciona? Estoy pensado en comprarlo, ya que tengo problemas de espacio. Tengo contratados 2GB de disco, y actualmente tengo ocupado 1'73GB. La carpeta de imágenes ocupa: 1306.67 MB Los que probasteis el módulo, ¿notasteis una gran diferencia en el espacio ocupado? Un saludo.
  3. While testing we detected that clearing the smarty cache only seems to take effect partially. From this two folders ... /cache/smarty/cache /cache/smarty/compile Only the latter one /smary/compile is empty after hitting the clear cache in the backoffice settings. The folder /smarty/cache remains with all data like ... drwxrwx--x 3 myuser psacln 4096 Jul 31 12:45 blockbestsellers_tab drwxrwx--x 3 myuser psacln 4096 Jul 31 12:45 homefeatured drwxrwx--x 3 myuser psacln 4096 Jul 31 12:45 blockbestsellers_home drwxrwx--x 3 myuser psacln 4096 Jul 31 12:45 blocksocial drwxrwx--x 3 myuser psacln 4096 Jul 31 12:45 blockcategories drwxrwx--x 3 myuser psacln 4096 Jul 31 12:45 blockmyaccountfooter drwxrwx--x 3 myuser psacln 4096 Jul 31 12:45 blockcontactinfos ... Anyone has seem similar effects or knows a work around without deleting the files manually? Feedback is very appreciated.
  4. Supprimer les fichiers créés par Smarty compilé. Utile lorsque vous modifiez un modèle et ne reflètent pas les mises à jour.<br/><br/>Télécharger: v1.4 - delete js/css cache v1.5 - compatible PS 1.5.4 - Vous pouvez sélectionner les fichiers à supprimer v1.6- update clear code Visitez notre site pour la dernière version du module et plus modules libre clearsmarty.zip 123.83K 0 downloads V-1.2
  5. I have an account with First Data, installed and configured the First Data Module, and entered my credit card info at checkout. When I hit the "validate order" button, my credit card info is cleared, and nothing is submitted to the payment gateway. The following is appended to the url: ?step=3&cgv=1&firstdataError=#firstdata-anchor I called First Data's support line to make sure I was doing everything correctly. They went so far as to successfully submit a test transaction with all my credentials. I found this topic of the same issue, but it's zero help. http://www.prestashop.com/forums/topic/265447-problems-whit-firsdata-gateway-module/ Just like that topic, First Data claimed it's a PrestaShop problem. I understand that thousands are using this module with no issue, so is there a scenario where a unrelated parameter is interfering?
  6. Could anybody tell me what happens when clearing cache? Actually I would like to know where the WYSIWYG css is saved (you could edit some css in backoffice for products and cms pages). A normal CMS page is plain text. So if you want to customize it, you have to use the WYSIWYG editor. After clearing cache your css would be gone!!! Maybe it easy to create your own cms.tpl???
  7. Hi To keep the Prestashop folder sizes/number of files to minimum, housekeeping, clear before taking a backup and various performance benefits: Is there a complete list or rather "Safe list of files and folders" that we can "confidently delete" its contents? Thank you TheMissingNTLDR
×
×
  • Create New...