W
W
WordPress WooCommerce2016-01-26 13:15:35
Magento
WordPress WooCommerce, 2016-01-26 13:15:35

Magento. How to set a general title for a site?

In general, in WordPress, we easily make such edits through the Yoast SEO plugin. Or editing one filter.
Let's say there is a heading like: %Product% - %SiteName%
You need to do this: %Product% - %WebsiteName% - Some text
+ I want to find a contractor to develop this CMS. For an English-language store.
It is important to speak English well.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sunrails, 2016-01-26
@sunrails

There are three options here:

  1. Do it yourself.
    The title can be obtained from the block:
    app/code/core/Mage/Page/Block/Html/Head.php (getTitle() method)
    On the product page, when building the layout, the block
    app/code/core/Mage/Catalog/Block/ Product/View.php sets
    the title value obtained from the product model to the head block (method _prepareLayout()).
  2. Search ready-made solution: https://www.magentocommerce.com/magento-connect/ca...
  3. Find a similar module and finish it.

O
Oleg Batishchev, 2016-01-26
@z0rg

You can set the general title, suffix and postfix in the admin panel in the Configuration -> Internet section
.
For project assignments, please contact us. Contacts in the profile / personal.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question