Search the Community
Showing results for tags 'Prestashop 1.5.6.1'.
-
I would like know if the productcomments module 3.3.4 can work with with PrestaShop 1.5.6.1 version. Thank you.
- 3 replies
-
- productcomments module 3.3.4
- PrestaShop 1.5.6.1
-
(and 1 more)
Tagged with:
-
I have been trying to speed up my website as it can be at times a bit slow. One of the problems is with a google apis font which cannot load. I have tried making changes to the header.tpl file as suggested on previous forums, but I cannot seem to get this to stop loading. See attached image for pingdom details on this. Any suggestions? Thanks Sorcha
-
We are almost ready to launch, then this. It occured to us that we would probably have Resellers uploading files that could pertain to more than one Version of Software. We have 10 Features - Software Type, Version, Platform, etc. On the right-hand side of the Features page, we can add say Version 2013,2014. The problem is, it does not want to filter on the two. It actually shows up on the screen in the detail section of the downloadable item, but when we try to have it filter, it comes up in the filter as 2013,2014 and not as 2013 and 2014. Does anyone have a better idea how to do this, other than make the product an attribute file, with an actual physical property, and attach a file to the product to download (as an instruction for example)? It is what would happen on the right-hand side of the Features screen. We are running Agile Multiple Shop and Seller modules.
-
Hi, I know this is a topic that seems to come up a lot on prestashop but I have yet to find a solution on the existing discussions that work. My site is very slow, most of the time, not always which is strange I think. From one load to the next it seems to change, even if I have made no changes According to gmetrix I need to set an expiration on a number of my files. I have tried adding the recommended text to htaccess but this seems to make no difference. Obviously there are other problems but this is first of the list!!. A long list!! This is code on my htaccess file # ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again # .htaccess automaticaly generated by PrestaShop e-commerce open-source solution # http://www.prestashop.com - http://www.prestashop.com/forums ## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/gif "access 1 year" ExpiresByType image/png "access 1 year" ExpiresByType text/css "access 1 month" ExpiresByType text/html "access 1 month" ExpiresByType application/pdf "access 1 month" ExpiresByType text/x-javascript "access 1 month" ExpiresByType application/x-shockwave-flash "access 1 month" ExpiresByType image/x-icon "access 1 year" ExpiresDefault "access 1 month" </IfModule> ## EXPIRES CACHING ## <IfModule mod_rewrite.c> SetEnv HTTP_MOD_REWRITE On RewriteEngine on RewriteCond %{HTTP_HOST} ^tomsheehy.com$ RewriteRule . - [E=REWRITEBASE:/Shop/] RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] # Images RewriteCond %{HTTP_HOST} ^tomsheehy.com$ RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L] RewriteCond %{HTTP_HOST} ^tomsheehy.com$ RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L] RewriteCond %{HTTP_HOST} ^tomsheehy.com$ RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L] RewriteCond %{HTTP_HOST} ^tomsheehy.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L] RewriteCond %{HTTP_HOST} ^tomsheehy.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L] RewriteCond %{HTTP_HOST} ^tomsheehy.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L] RewriteCond %{HTTP_HOST} ^tomsheehy.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L] RewriteCond %{HTTP_HOST} ^tomsheehy.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.jpg [L] RewriteCond %{HTTP_HOST} ^tomsheehy.com$ RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L] RewriteCond %{HTTP_HOST} ^tomsheehy.com$ RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L] # AlphaImageLoader for IE and fancybox RewriteCond %{HTTP_HOST} ^tomsheehy.com$ RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L] # Dispatcher RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteCond %{HTTP_HOST} ^tomsheehy.com$ RewriteRule ^.*$ - [NC,L] RewriteCond %{HTTP_HOST} ^tomsheehy.com$ RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L] </IfModule> <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/jpg "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType text/css "access plus 1 week" ExpiresByType text/javascript "access plus 1 week" ExpiresByType application/javascript "access plus 1 week" ExpiresByType application/x-javascript "access plus 1 week" ExpiresByType image/x-icon "access plus 1 year" </IfModule> FileETag INode MTime Size <IfModule mod_deflate.c> <IfModule mod_filter.c> AddOutputFilterByType DEFLATE text/html text/css text/javascript application/javascript application/x-javascript </IfModule> </IfModule> #If rewrite mod isn't enabled ErrorDocument 404 /Shop/index.php?controller=404 # ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again my website is http://www.tomsheehy.com. I have attached the full gmetrix report for this. Any help appreciated. This is driving me crazy. GTmetrix-report-www.tomsheehy.com-20140320T072344-buCsQIw2-full.pdf
- 8 replies
-
- prestashop 1.5.6.1
- leverage browser caching
- (and 2 more)
-
Hello! I'm working with prestashop 1.5.6.1, and I have a problem with the urls when I have only one language. For start the shop will be only in one language, but after a few months I'll add another language. I think it's wise that I set that even if i have only 1 language all the urls should contain the language code. In this way when I add the new language i won't broke all the existing links. I don't wan't to add allready the new language. How can I achieve to show (even if I have one language) the language code in the url? Thanks, Lehel
-
He estado teniendo problemas a la hora de importar las imagenes en el CSV de los productos, lo raro es que hasta ahora no había tenido problemas en ningúnas de ls versiones, pero de la noche a la maña al importar/actualizar actúa como si ignorara la columna "URL de la imagen". He estado mirando por el foro diversos Topics que hay relacionados (pero están cerrados), pero no me han solucionado nada. alguna idea de porque puede suceder esto? Tengo configurado el php.ini con. allow_url_fopen = On allow_url_fwrite = On allow_url_include = off mas informacion en phpinfo.php Las imagenes las cargo del servidor de mi proveedor, no las puedo subir al mio de forma manual ya que sería subir 4000 imagenes una a una. ----- edit Por cierto, si subo la imagen de forma manual al editar el producto se sube perfectamente, por si da alguna pista más de lo que puede ocurrir.
- 15 replies
-
- prestashop 1.5.6.1
- imagenes
-
(and 2 more)
Tagged with:
-
Buenas tardes, Tengo varias dudas con el tema de los gastos de envío. 1.- Por defecto Prestashop si tienes activado la compra sin registrar, al no saber tu localidad, siempre te carga la cantidad más alta. ¿Hay forma de cambiarlo? Creo que no. Por lo que lo siguiente que me gustaría hacer es que los gastos de envío salgan, cuando el cliente ha puesto su dirección antes, no. He probado a quitar de blockcart.tpl el tema de los gastos de envío, pero aunque lo oculte, en el total siempre aparecen. He probodo la forma de Victor, pero me sigue pasando lo mismo ¿Hay alguna forma de solucionarlo? 2.- Me gustaría poner distintos empresas de transporte, según sea Canarias, Peninsula o compra en la ciudad de la tienda. Por defecto siempre me sale uno, ¿Qué estoy haciendo mal? Muchas gracias por vuestra ayuda. SAludos
-
Dear all I have issue with top seller. I have 2 links one in the footer and othe in the left colonne. Both of them display nothing but this message "No top sellers for the moment." BlockCMS look like this 2007-2012 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2012 PrestaShop SA * @version Release: $Revision: 6594 $ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} {if $block == 1} <!-- Block CMS module --> {foreach from=$cms_titles key=cms_key item=cms_title} <div id="informations_block_left_{$cms_key}" class="block informations_block_left"> <h4><a href="{$cms_title.category_link}">{if !empty($cms_title.name)}{$cms_title.name}{else}{$cms_title.category_name}{/if}</a></h4> <ul class="block_content"> {foreach from=$cms_title.categories item=cms_page} {if isset($cms_page.link)}<li class="bullet"><b style="margin-left:2em;"> <a href="{$cms_page.link}" title="{$cms_page.name|escape:html:'UTF-8'}">{$cms_page.name|escape:html:'UTF-8'}</a> </b></li>{/if} {/foreach} {foreach from=$cms_title.cms item=cms_page} {if isset($cms_page.link)}<li><a href="{$cms_page.link}" title="{$cms_page.meta_title|escape:html:'UTF-8'}">{$cms_page.meta_title|escape:html:'UTF-8'}</a></li>{/if} {/foreach} {if $cms_title.display_store}<li><a href="{$link->getPageLink('stores')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li>{/if} </ul> </div> {/foreach} <!-- /Block CMS module --> {else} <!-- MODULE Block footer --> <div class="block_various_links" id="block_various_links_footer"> <ul> {if !$PS_CATALOG_MODE}<li class="first_item"><a href="{$link->getPageLink('prices-drop')}" title="{l s='Specials' mod='blockcms'}">{l s='Specials' mod='blockcms'}</a></li>{/if} <li class="{if $PS_CATALOG_MODE}first_{/if}item"><a href="{$link->getPageLink('new-products')}" title="{l s='New products' mod='blockcms'}">{l s='New products' mod='blockcms'}</a></li> {if !$PS_CATALOG_MODE}<li class="item"><a href="{$link->getPageLink('best-sales')}" title="{l s='Top sellers' mod='blockcms'}">{l s='Top sellers' mod='blockcms'}</a></li>{/if} {if $display_stores_footer}<li class="item"><a href="{$link->getPageLink('stores')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li>{/if} <!--<li class="item"><a href="{$link->getPageLink($contact_url, true)}" title="{l s='Contact us' mod='blockcms'}">{l s='Contact us' mod='blockcms'}</a></li>--> {foreach from=$cmslinks item=cmslink} {if $cmslink.meta_title != ''} <li class="item"><a href="{$cmslink.link|addslashes}" title="{$cmslink.meta_title|escape:'htmlall':'UTF-8'}">{$cmslink.meta_title|escape:'htmlall':'UTF-8'}</a></li> {/if} {/foreach} <!--<li id="header_link_sitemap"><a href="{$link->getPageLink('sitemap')}" title="{l s='sitemap' mod='blockpermanentlinks'}">{l s='Sitemap' mod='blockpermanentlinks'}</a></li>--> {hook h="facebookLike"} {if $display_poweredby}<li class="last_item">{l s='Powered by' mod='blockcms'} <a href="http://www.prestashop.com">PrestaShop</a>™</li>{/if} </ul> {$footer_text} </div> <!-- /MODULE Block footer --> {/if} Any one can help? Best regard
-
Dear all I really hope that someone can help me with this issue I am having. A customer puts any item in cart Goes to checkout Press continue vindue with registration name, email, password and date of birth Press register. website gives 404 page not found. if I made customer registration direct without putting item in cart I dont get that error. Any idea how to fix this issue? Best regard Basel
-
Hi Everyone, I Use PrestaShop 1.5.6.1 and I just changed the code to add the buttons to change the product view ( Grid, List, and Minilist) well it works great. but i can not see the button icons, the squares are there but the icon pictures isn't. any help with this would be great. is you need to see what i am talking about here is my URL. Thank You http://dealbasher.com/en/3-daily-deals
-
Bonjour à tous, Je veux changer l'image du background de mon header sachant que 'utilise le theme gratuit de Graphileom (Merci à lui ) et je suis sous Prestashop 1.5.6.1. Donc J'ai fait mon image et je l'ai introduite dans le dossier image de mon thème en remplaçant l'image précedente. L'image s'appelle bgH001 et j'ai donné le même nom à mon image pour pas avoir à changer le code car je ne m y connais pas du tout. Le problème c'est que mon image s'affiche derrière le Header normal (je le vois depasser sur les cotés derriére le header defaut). Je ne sais pas quoi faire d'autant plus que j'ai essayé background manager et j'obtiens la même chose: le background de la page se met derrière celui par defaut. J'espère que j'ai été claire dans l'explication du problème et j'espère que quelqu'un pourra m'aider. Merci d'avance à tous
- 3 replies
-
- Prestashop 1.5.6.1
- Graphileom
-
(and 2 more)
Tagged with:
-
Mil disculpas a todos por mi ignorancia, soy nuevo en esto y acabo de lanzar una tienda online en Guatemala y tengo un grave problema, resulta que la tienda esta en ingles y español pero al tratar de configurar el modulo "Imagen de control deslizante para su página web" (Homeslide) en ingles me sale el siguiente problema: El título no se encuentra La leyenda no se ha establecido URL no se encuentra La imagen no se especifico Pudieran ayudarme con esto, se los agradeceré por siempre. Salu2
- 2 replies
-
- url de imagen
- prestashop 1.5.6.1
-
(and 3 more)
Tagged with:
-
Hi, Please test my site, it is just updated from 1.5.4.1 to 1.5.6.1 http://www.high-supplies.com
-
Bonjour, Dans la version 1.5.5.0 j'avais créé des règles de panier afin que selon le montant, le client puisse avoir un cadeau. Ces règles n'étant pas cumulables, il y avait toujours un seul cadeau au final. Exemple : Si montant < 500 € : cadeau 1 Si montant >= 500 € < 1000 € : cadeau 2 Si montant >= 1000 € : cadeau 3 Depuis la mise à jour vers la version 1.5.6.1, ces règles sont devenues cumulables. Un montant de 1000 € ajoute systématiquement les 3 cadeaux dans le panier au lieu du "cadeau 3" auparavant. Quelqu'un a t-il une solution? Merci