Search the Community
Showing results for tags 'Title'.
-
I'm creating custom module with page. I have created front controller and output page. Everything is fine. But now I have to change meta title of this page and no luck. I'm trying to make $this->context->smarty->assign(array('meta_title' => 'TEST')); But it doesn't work and on the page I see default website's meta title. I have tried to do $curr_meta_title = $this->context->smarty->getTemplateVars('meta_title'); var_dump($curr_meta_title); And it outputs NULL. I think my module is processed before processing of the default meta title setting. Please help me! What I have to do to change it's behaviour and set $meta_title?
-
i want to change this "brands" title (or module's name) to something else . is there a way to do it ?
-
- name
- module name
-
(and 2 more)
Tagged with:
-
Hello, i'm using a management software to export all of my products before I can upload them to Prestashop: since the title are getting wiped out at every upload (I know I can just ignore the title column, but I work for a pharmacy and products are constatly changing, so I add a lot of them every time) I'm using the meta tag. The product names from the management are ugly as hell (it's a kind of conventional code of abbreviation for pharmacies, where, for instance, "pills" are "PLL"): is there a way to let the customers display the meta title in place of the ugly product name? I attached a screenshot with highlighted ugly title and meta title (as under <head>) I already got the "meta title" written in its location, I just need prestashop frontend to display that instead of the product name... but when I analyzed the product page I found that there are two <title> tag, one in the head section (that's the meta title, which is what I want my customers to see) and the other one in the body section (the ugly one, but that I can't get rid of because it's automatically imported each time I run the cvs upload)
- 3 replies
-
- meta_title
- title
-
(and 6 more)
Tagged with:
-
I believe this is a bug, during editing CMS page, there is field "title" and it's described that it should display in template h1 But not only the classic template uses meta title instead of this, but also the "title" in $page variable in .tpl is empty: I think some developer who made it doesn't get the difference between meta title, and page title. These are two separate things, used for totally different purposes. Does someone know, how can I get the page title (not meta title) in the tpl, using some built in mechanism? I know I can query the database, but this is very basic thing and I am sure there has to be some prepared way to do it.
-
Hi everyone, I am quiet new in using Prestashop so it's maybe just a little thing but... I'm from Czech Republic and I'm doing Czech localization (language translation) of Presta theme and widgets. But I have a serious problem - I dont know how to change text in my widgets. I give you an example = my problem. I'm using LEO Widgets and I have a Product List . I want to change button title from 'Add to cart' to sth else in my language. Then I want to remove "Quick view". I changed some .tpl, but still dont get an answer. //I have experience in HTML, CSS + bases of programming, so I have orientation in code (mostly). Could somebody please give me little help? Thank you so much!
-
wyświetlanie całej nazwy produktu po najechaniu myszą
pawel12345 posted a question in Wsparcie i pomoc użytkowników
Witam Chciałbym się dowiedzieć gdzie przypisać wartość title żeby po najechaniu na nazwę produktu wyświetlała się cała nazwa? -
i cant change the page title on my webshop (see screenshot) i tried everything i could find on the internet so far, i hope someone can help me with this problem because we cant figure it out.
- 4 replies
-
- page
- page contact
-
(and 1 more)
Tagged with:
-
Hey everyone! New to PrestaShop, so still learning. The way I need to name my products require numbers and other characters (#,-,!) however I get the error; "The name field (English (English)) is invalid." I have run searches and some posts had solutions but they did not work for me. Also, I'm unsure how to change preset colors - anyone have any suggestions? Any help would be greatly appreciated. I'm using 1.6.1.24 (won't upgrade to 1.7 for some reason)
-
Hi, I hope this forum section will be right. I would like to generate automatically product tags when I'm importing or creating new products. Doing that, I will improve my search bar results without manually add tags. How can I do that? using a modulo or a custom code? Many thanks!
- 11 replies
-
- dynamically
- products
- (and 6 more)
-
Problem z generowaniem titile w prestashop 1.7.5.1
WidePrint.pl posted a question in Wsparcie i pomoc użytkowników
Problem polega tym, że mimo ustawienia w produkcie jakiegoś <TITLE> dodaj mi z automatu pierwszą kombinację produktu. W zakładce SEO mam dodaną tylko nazwę produktu mimo to <TITLE> wygląda: Nazwa produktu Kolor czarny Rozmiar XXL. Używam szablonu Warehouse, jednak po zmianie szablonu na domyślny dalej jest to samo. Ktoś pomoże w rozwiązaniu tego problemu ?? -
Hi, I have a big question that has been on my mind since forever. I gave tags to every product in my store. When I click on the tag from my tag module in the sidebar, every tag page has the same "title tag". How can I change the title on the Tag Page from "Search" to the tags name? Please Help! Thanks.
-
PS 1.6.1.3 Hello, I have several categories, and some of them have subcategories. If I click on one category, it shows me the subcategories, but on the category title appears: "There are no products.". How can I get rid of it? Thank you! Nina
- 18 replies
-
Buongiorno, facendo vari test seo il risultato è che non è presente il tag title e description. Ho inserito su traffico seo e url page index il titolo, la descrizione, tramite backoffice prestashop 1.7 ma non viene rilevato. Ne modificato il titolo e descrizione ne dai vari tool seo per i tests. Se inserisco il testo direttamente nei file head.tpl o header.tpl non funziona più il sito. Mi dite come faccio ? Grazie Utilizzo prestashop 1.7 Grazie rosy
-
Hello Presta community! Presta Version: 1.61.61 I simply want to add a some prod attributes (like color, length etc.) as an prefix to the product tile within a category list view (product-list). But the only thing i can find is in the product-item.tmpl this code block: {$product.name|truncate:100:'...'|escape:'html':'UTF-8'} After that I have checked the ProductController.php. But i din't find anything which points me to the construction code section of an title of the product-listing. Important: I only want to display the Prefixes to the product.name (title) on the product-list view (category) and NOT on the product page itself. - I also have checked the setting in the backend of my presta shop but there i can only set the length and general setting of my category page! of my presta shop but there i can only set the length and general setting of my category page! - I also have tried to find something in the product-item.tpl >> found nothing - I also have tried to add or change something in the CategoryController.php (initContent section) >>> also no success I would be really really happy if someone could give me any hints to fix that! Thx bye Edit: At the moment there are already one prefix in the title of each product (in the category view), but i cant add another because i dont know which file is responsible for that....
- 1 reply
-
- producht-list
- productname
-
(and 2 more)
Tagged with:
-
Hola, he montado recientemente una tienda en Prestashop 1.7.4.2, y tengo un problema que debo resolver para poder mejorar su posicionamiento. El problema es que, al navegar entre las distintas páginas de una misma categoría, proveedor, o marca, el Title de la página no cambia dinámicamente en función de la página en la que me encuentro, es decir, para todas las páginas de la misma categoría el Title es el mismo, lo que hace que Google considere Title repetido en distintas páginas y penalice el posicionamiento. Esto en otras tiendas Prestashop 1.6 que administro no me pasa. Adjunto imagen con el problema y la diferencia con otra en versión 1.6.2.4. ¿Alguna idea de como resolver este problema? Muchísimas gracias de antemano
-
Hello to all! When creating a page in the cms there is no function that allows me to customize the <title> of the page. In fact, this tag is automatically filled by the name given to the page. Is there a way to customize this tag as you want? Someone has already done? I'm hoping for an answer! Thank you all!
-
On google I have the title page filled at the and with my shop name (like: "The name can I have setted - MY SHOP NAME"). So how can I eliminate the "shop name" from title of my pages (I have prestashop 1.7.3) ???
-
Bonjour à tous, je rencontre un problème SEO avec le shop que je gère en deux langues, français et allemand. En effet les produits vendus sont des bouteilles de vins, et ce sont des produts qui ont le même nom dans les deux langues, et donc les même h1 et même balise title. J'utilise ahrefs.com pour tester mon shop et tous les h1 et les titres de page détails ressortent comme dupliqués. De plus, les index de catégories en allemand et en français sont considérés comme des contenus dupliqués car pas assez de différences. Avez-vous une solution à me proposer pour remédier à ce problème ? J'ai regardé du côté des balises hreflang mais je ne suis pas sur que ça résolve mon problème (et pour le moment je n'ai pas réussi à récupérer les urls produits par langue...) Merci d'avance pour votre aide
-
Ciao a tutti, ultimamente sto cercando di migliorare il seo del mio sito. Ho notato che alcuni miei competitor avendo un sito peggiore del mio con vari strumenti sono in prima pagina mentre io se va bene sono in 5/6 pagina, a volte non ci sono proprio. Sto provando vari strumenti online per la verifica dell'ottimizzazione seo sulle pagine prodotto ma continuo a trovare un problema che non riesco a risolvere. Usando uno strumento in particolare mi vengono evidenziati questi valori con punteggi molto bassi anche se in verità mi sembra di soddisfare le richieste. Ve li indico qui sotto. Problema 1 - COERENZA TAG TITLE / Alcune delle keywords del tag <title> non sono presenti nel corpo della pagina Problema 2 - COERENZA H1 / Alcune delle parole chiave del tag <h1> non sono presenti nel corpo della pagina Effettuando un'analisi nella mia pagina invece sono presenti e non capisco il motivo dell'errore. Chiaramente facendo un'analisi con lo stesso strumento della stessa pagina prodotto del mio competitor, sviluppato sempre con PS, riporta valori decisamente migliori dei miei pur avendo anche meno parole chiave/keyword presenti nel testo della pagina. Qualcuno che sa darmi una mano? In caso posso mettere il link del mio prodotto di esempio e dello strumento che sto usando per questa analisi. Vi prego aiutatemi Grazie mille
-
Hi folks, I want to change the name of my blocklayered module in the FO from 'catalog' to 'product filters', however when editing the template file blocklayered.tpl, it makes no difference at all. from <h4 class="title_block">{l s='Catalog' mod='blocklayered'}</h4> to <h4 class="title_block">{l s='Product Filters' mod='blocklayered'}</h4> or even: <h4 class="title_block">Product Filters</h4> Does this title get dynamically squeezed in there or something? Force recompile is on, cache cleared - just not seeing any changes... Any ideas?
- 6 replies
-
- title
- blocklayered
-
(and 2 more)
Tagged with:
-
Buonasera a tutti, consiglio SEO ps 1.7.3.3. Da un'analisi SEO del mio sito è emerso che la maggior parte dei link della homepage non ha implementato l'attributo title. Mi sono premurato di aver compilato tutti i meta campi delle schede prodotto e categorie, pertanto non so come intervenire. Devo modificare il theme.css o vi sono altre soluzioni?
-
Ciao a tutti, ultimamente sto cercando di migliorare il mio sito per il Ranking sui motori di ricerca. Mi sono focalizzato adesso su un prodotto esattamente per capire cosa migliorare, per poi applicarlo a tutti gli altri presenti nel mio negozio online. La pagina è questa: https://www.cebsas.it/metal-detector-garrett/15630-metal-detector-garrett-at-max Facendo un'analisi della pagina, mi risultano come keywords: Metal, Detector, Garrett, AT, Max. Mi viene indicato che tutte le keywords del titolo tranne AT, non sono abbastanza corrispondenti con la descrizione del prodotto, ma io sia nella descrizione breve, sia in quella estesa ho messo le stesse identiche keywords. Inoltre mi parla della keyword Lynk, che non è stata proprio neanche inserita nel titolo del prodotto. Sto sbagliando io che non vanno inserite nella descrizione ma vanno inserite da qualche altra parte? Oppure prestashop non prende le parole del titolo e quindi le devo inserire io manualmente da qualche altra parte? Perchè ho fatto tantissime prove ma non riesco a capire. In allegato lo screen di questo problema Grazie mille
-
Buongiorno, ho prestashop 1.6.1.17, un sito web e il modulo PRS01 Non trovavo il modo di definire l'Alt text e il title del logo del mio sito. Nel backoffice del modulo non lo trovavo... trovavo il logo ma non il modo di definire Alt e title; ho esaminato il codice del public_html/template/PRS01 qui e là ma non trovavo nemmeno il nome del file del mio logo nelle directory. Ho contattato l'assistenza (sono indiani) mi hanno detto che dovevo telefonare ad un numero e mettermi d'accordo con i loro sviluppatori per le modifiche (è più di un anno che ho comprato il template, sono fuori garanzia). Ho installato il programma TextCrawler free, scaricato tutta la directory nel mio hard disk e cercato la parola header_logo (trovata grazie ad ispeziona di chrome); il file incriminato è header.tpl , dopo <div id="header_logo"> c'è la stringa con l'href del logo e il title, la riga sotto l'IMG con l'alt dell'immagine, Bisogna sostituire i valori "($shop_name | escape: 'html' : 'UTF-8')" delle due righe con quello che volete voi. O in alternativa comprare un modulo per gestire ALT e TAB del sito O in alternativa scrivere un post e sperare. Essendoci riuscito grazie a textcrawler free (è free, non sto pubblicizzando nulla, potete usare anche la ricerca di windows) dopo aver cercato in vari forum spero di essere utile a qualcuno condividendo l'informazione.