Auto SEO URL Modification
Posted: Mon Feb 23, 2015 10:53 am
Hi,
I hope someone can offer a bit of advice, using OC 1.5.5.1, I have tried without success to modify the way the auto urls are written by adding the manufacturers name at the begining, currently it creates the urls from the product name. Here is the bit of the vqmod code I think i need to modify:
Is it possible to add the manufacturers name to the begining? If so any idea how I do it?
We would like it to look like this "MANUFACTURER-PRODUCT-NAME"
Thank you for your help.
I hope someone can offer a bit of advice, using OC 1.5.5.1, I have tried without success to modify the way the auto urls are written by adding the manufacturers name at the begining, currently it creates the urls from the product name. Here is the bit of the vqmod code I think i need to modify:
Code: Select all
<file name="admin/view/template/catalog/product_form.tpl">
<operation error="abort"><search position="replace"><![CDATA[name="product_description[<?php echo $language['language_id']; ?>][name]"]]></search>
<add><![CDATA[id="title-slug" name="product_description[<?php echo $language['language_id']; ?>][name]"]]></add>
We would like it to look like this "MANUFACTURER-PRODUCT-NAME"
Thank you for your help.