
doublesam27
Members-
Posts
45 -
Joined
-
Last visited
doublesam27's Achievements
Newbie (1/14)
3
Reputation
-
Hello, We need 2 versions of prestashop, on for United Kingdom, the other one for the US mysite.com/en-en mysite.com/en-us When setting up multiple languages, prestashop does not allow to modify the ISO code in accordance with web standards, and we only can set mysite.com/en, with only one version in English. We don't want to activate the multistore. How could we do that ? Thank you, Sam
-
J ai résolu le problème, il s'agissait d'une interference entre le mode debug et le module google analytics lorsque celui ci est active Je suis revenu au mode normal C est explique ici si cela vous aide (en espagnol) https://luisjordan.net/prestashop/error-500-prestashop-al-eliminar-productos-del-carrito/
-
Je me réponds à moi même. J'ai modifié le header.tpl dans le directory du template Il faut remplacer <title>{$meta_title|escape:'htmlall':'UTF-8'}</title> par: <title>{$meta_title|escape:'html':'UTF-8'}</title> A priori, la balise titres est ok, je continue à tester. Cette solution serait valable pour les autres langues ayant des charactères non latin: grec, bulgare... peut etre le chinois (non testé)
-
problem with encoding characters
doublesam27 replied to petros's topic in Configuring and using PrestaShop
Hello, I had this problem with cyrillic characters, but it was the same issue. I modifed the file header.tpl and it worked You have to replace in header.tpl of your template directory: <title>{$meta_title|escape:'htmlall':'UTF-8'}</title> By: <title>{$meta_title|escape:'html':'UTF-8'}</title> I hope it will help help, as this is big issue for SEO -
Friendly url in Cyrillic
doublesam27 replied to g_antonov's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
Hi Mike, Do you know if Prestashop supports Cyrillic characters in the title tag ? I saw that the metadescription is ok, but not the title tag. That would be an issue for SEO if you are planning to launch Prestashop in Russia Thanks- 7 replies
-
- Friendly url
- htaccess
-
(and 1 more)
Tagged with:
-
Bonjour, Pour un site en russe, la balise titre, ecrite en cyrilique, presente des characteres qui ne sont pas reconnus par les moteurs de recherche, du type: <title>Розовый</title> La meta description en cyrillique fonctionne bien. Est-ce un problème au niveau d'un fichier tpl ? Le test a ete fait avec le template de base de Prestashop Merci
-
Easy Retail Manager for Prestashop
doublesam27 replied to stephencowan's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
Hello, It looks like an amzing piece software, and I think it definitely has strong positive points for an etailer working with a lots of references- Besides, it looks like you can handle multiple stores and languages, work easily with excel, import back the products. Has anybody tested it ? -
Hello, I am working on a multistore shop. I want to remove all the combinations in one shop only (to do a new import of combinations). When I do import the csv file, I choose the option "Delete all combinations before import", otherwise, the older combinations already existing will stay available. The problem is that it removes all the combinations of all the other shops. I think it's a bug, because it makes impossible updating the combinations. The "Delete all combinations before import" should apply only to the shop I am working on and not to all the shops. .. Any help ? Thanks!
-
Bonjour, J'ai le même problème mais avec l'import csv des déclinaisons en mode multiboutique. La mise à jour s'effectue en fait sur toutes les boutiques et non pas sur celle que je précise dans le fichier d'importation. C'est un problème lorsque l'on a plusieurs centaines de déclinaisons, car les stocks / prix des autres boutiques sont eux aussi modifiés, cela rend techniquement impossible la gestion du stock en multiboutique. Merci
-
Je relance le topic... Le module paypal sur la version precedente 1.4 permettait de renseigner l'email associé au compte paypal. Paypal acceptant differents emails, on pourvait avoir differentes pages Paypal pour le paiement, chacune avec un logo. Ce n'est plus le cas avec 1.5. Personne n'est confronté à ce problème ?
-
HI guys, I have exactly the same problem and I was wondering if you solved it. It is because ofTinymce editor that does not accept iframes in 1.5 To add iframes to the editor we need to modify js/tinymce.inc.js and add as a settting: extended_valid_elements :"iframe[src|width|height|name|align]", But I don't know where to place this in the file js/tinymce.inc.js Any help ? Thanks