Search the Community
Showing results for tags 'fast'.
-
Hello I want to change a little fast order and omit the necessity of pressing "shopping without registration". I would like the customer to enter their shipping details immediately after moving to the shopping cart. Can I modify it in some way? In what file to search for it? I'm using the basic theme I have this: And I want that after entering the order card this:
-
Czesc Chciałbym jeszcze bardziej przyspieszyc etap zamawiania i pominac koniecznosc przyciskania "zakupy bez rejestracji". Chciałbym, zeby po przejsciu do koszyka klient mogl od razu wpisywac swoje dane do wysylki. Mozna to w jakis sposob zmodyfikowac? W jakim pliku tego szukac? Korzystam z podstawowego motywu Mam tak: A chcę, żeby po wejsciu do koszyka pojawilo się od razu to:
-
Hello, I’ve got a problem. When I try to add an item adding form slides down and immediatly slides up. Also, this happens when I click change a photo.. Please help me! PrestaShop 1.6.1.17 Theme Configurator V.2.1.2 D24B5888-E79A-4C56-99BA-EE84274B7836.MOV
-
- theme
- configurator
- (and 8 more)
-
Hey everyone somthing really usfull and handy to speed up your site caching and compressing Just add the codes to your htacces file. also if you need help let me know Add to .htaccess: Header unset Pragma FileETag None Header unset ETag Cache-Control and Expires headers <FilesMatch "\.(ico|jpg|jpeg|png|gif|js|css|swf|pdf|flv|mp3)$"> <IfModule mod_expires.c> ExpiresActive on ExpiresDefault "access plus 14 days" Header set Cache-Control "public" </IfModule> </FilesMatch> <FilesMatch "\.(html|htm|xml|txt|xsl)$"> Header set Cache-Control "max-age=7200, must-revalidate" </FilesMatch> Add to .htaccess: Gzip compression with mod_deflate module <IfModule mod_mime.c> AddType application/x-javascript .js AddType text/css .css </IfModule> <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/css application/x-javascript text/x-component text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/javascript <IfModule mod_setenvif.c> BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html </IfModule> <IfModule mod_headers.c> Header append Vary User-Agent env=!dont-vary </IfModule> </IfModule> What this code does it activate compression of all files except these files archives, images, multimedia files, etc. SetOutputFilter DEFLATE <IfModule mod_setenvif.c> SetEnvIfNoCase Request_URI \.(?:rar|zip)$ no-gzip dont-vary SetEnvIfNoCase Request_URI \.(?:gif|jpg|png)$ no-gzip dont-vary SetEnvIfNoCase Request_URI \.(?:avi|mov|mp4)$ no-gzip dont-vary SetEnvIfNoCase Request_URI \.mp3$ no-gzip dont-vary </IfModule> Sorce COde from howtounix.info
- 33 replies
-
- 9
-
- Speed
- Leverage browser caching
-
(and 5 more)
Tagged with:
-
Hi, I am using prestashop 1.5.4.1 and my website is very slow. Do you know what should I do to boost it up? In terms of code enhancement (I know better host providers give me more speed, but I have other websites in joomla on the same host and they are not so slow) www.moodico.com/products
-
Hello, I wrote a custom .php file which I can use to easily update the stock in prestashop. This php file is simply a web page which has a input where I can enter the EAN13 code of any product. When I hit enter the quantity of the product is adjusted (increased/decreased). Whenever I receive a lot of say over 100 products, I just use a barcode scanner to scan the EAN13 codes and the stock is updated in a couple of minutes (instead of wasting half of hour in backoffice). The problem is that the module mailalerts does not generate the necessary e-mails to inform the customers that the product is once again back in stock. This is because mailalerts hooks in prestahsop using UpdateProduct hook and UpdateProductAttribute hook and my .php file is a separate program.. I'm not sure which is the best way to do it? Can I call/invoke mailalerts from my .php file? (my .php is not entirely isolated from prestahsop, it uses a little bit of prestashop code; see bellow) Should I transform my .php file into a prestashop module; then access it using backoffice and add the two hooks in my module so mailalerts will hook in it? Other way I should approach the issue? Any help is appreciated. PS. I'm not asking for code but for a sensible approach to the issue so I can focus in the right direction. Thanks! _____________________________ How my custom php file starts <?php define('_PS_ADMIN_DIR_', getcwd()); define('PS_ADMIN_DIR', _PS_ADMIN_DIR_); // Retro-compatibility include(PS_ADMIN_DIR.'/../config/config.inc.php'); include(PS_ADMIN_DIR.'/functions.php'); include(PS_ADMIN_DIR.'/init.php'); @ini_set('display_errors', 'off');
- 7 replies
-
- mailalerts
- stock
-
(and 2 more)
Tagged with:
-
I want To Show a Text Link ON My home page can anyone Tell me how do i show any text means my own Text my words ?