Good morning everyone!
I'm looking for a way to enable the tags: "Alt" to the images and "Title" to the links menu, footer, the categories and subcategories (internal pages) over the issue of the positioning of google and other search engines . After all who work with e-commerce depends on a lot of this for clients to access and learn about our products.
- I found this link and I climbed this xml (below) within the vQmod but saw nothing happen:
http://forum.opencart.com/viewtopic.php?f=24&t=68937
- Arquivo XML:
<modification>
<file name="catalog/controller/product/product.php">
<operation>
<search position="replace"><![CDATA[$this->data['description'] = html_entity_decode($product_info['description'], ENT_QUOTES, 'UTF-8');]]></search>
<add><![CDATA[$this->data['description'] = str_replace('alt=" " ', 'alt= " ' . $product_info['meta_description'] . ' " title= " ' . $product_info['name'] . ' " ', html_entity_decode($product_info['description'], ENT_QUOTES, 'UTF-8'));]]></add>
</operation>
</file>
</modification>
- I thought those other links, but I think it is not the same question:
http://forum.opencart.com/viewtopic.php?f=21&t=80442
http://www.exit44.com/2012/05/custom-ti ... -opencart/
Already, many thanks to everyone who can help!
Who is online
Users browsing this forum: No registered users and 4 guests