hurraken Posted March 7, 2011 Share Posted March 7, 2011 Hi everybody,I'd like to display the manufacturer name (with its link) in the product list view.I tried with : {$product.manufacturer_name} It works but it's not url friendly.If someone has a solution.Thank you for your replies.Regards Link to comment Share on other sites More sharing options...
hurraken Posted March 8, 2011 Author Share Posted March 8, 2011 No ideas fellows ? Link to comment Share on other sites More sharing options...
bhagu Posted March 8, 2011 Share Posted March 8, 2011 not sure, but you have to do something with .htaccess.. Google it! Link to comment Share on other sites More sharing options...
hurraken Posted March 8, 2011 Author Share Posted March 8, 2011 Hello,It's done in my .htaccessI believe that there's a problem with my code.Indeed, as i saw in few files, there's a code like that url->rewrite Link to comment Share on other sites More sharing options...
bhagu Posted March 8, 2011 Share Posted March 8, 2011 hi, Hurraken!just found a link on google: Not sure if it worx for you: http://www.prestashow.com/ecommerce/free-seo-mod-redirect-your-old-friendly-url-product-name-to-your-new-friendly-url-product-name-to-remove-duplicate-entries-on-search-engines/ Link to comment Share on other sites More sharing options...
hurraken Posted March 8, 2011 Author Share Posted March 8, 2011 Hello,Unfortunetly, it won't work because this module is to redirect the old friendly url not these as mentioned in my first post.But thank you for your reply Link to comment Share on other sites More sharing options...
hurraken Posted March 9, 2011 Author Share Posted March 9, 2011 Is nobody interested in this problem ? Link to comment Share on other sites More sharing options...
hurraken Posted March 21, 2011 Author Share Posted March 21, 2011 bump ! Link to comment Share on other sites More sharing options...
Vinosensis Posted March 22, 2011 Share Posted March 22, 2011 Bump! bump! Link to comment Share on other sites More sharing options...
alexislevrai Posted April 27, 2011 Share Posted April 27, 2011 ENcore un petit UP ! Link to comment Share on other sites More sharing options...
Emmanuel Paris Posted April 29, 2011 Share Posted April 29, 2011 I'm also interested !I can't get the rewriten SEO-friendly link of each manufacturer in product-list.tplSomeone please help !Thanks. Link to comment Share on other sites More sharing options...
tomand Posted April 30, 2011 Share Posted April 30, 2011 Try something like: getPageLink('manufacturer.php')}?id_manufacturer={$product.id_manufacturer}"title="{$product.manufacturer_name}">{$product.manufacturer_name} Tommy - Link to comment Share on other sites More sharing options...
tomand Posted April 30, 2011 Share Posted April 30, 2011 Hmm, editor eats my code: {$link->getPageLink('manufacturer.php')} Tommy - Link to comment Share on other sites More sharing options...
kazikaze Posted May 17, 2011 Share Posted May 17, 2011 I'm using getmanufacturerLink($product.id_manufacturer, $manufacturer->link_rewrite)}">{$product.manufacturer_name|escape:'htmlall':'UTF-8'} wich works perfectly on a manufacturer's listing but not on a category's listing, although they both use the same product-list.tpl...Does anyone know how to have a fully functional url-friendly link to manufacturers on product-list with PS 1.4.1 ??-PD : Tomand's solution doesn't work for me... Link to comment Share on other sites More sharing options...
Perikoko Posted January 20, 2012 Share Posted January 20, 2012 <a href="{$link->getPageLink('manufacturer.php')}?id_manufacturer={$product.id_manufacturer}" title="{$product.manufacturer_name}">{$product.manufacturer_name}</a> Thanks for all, this link is perfect for 1.4 1 Link to comment Share on other sites More sharing options...
Ron morales Posted December 4, 2012 Share Posted December 4, 2012 <a href="{$link->getPageLink('manufacturer.php')}?id_manufacturer={$product.id_manufacturer}" title="{$product.manufacturer_name}">{$product.manufacturer_name}</a> Thanks for all, this link is perfect for 1.4 thanks you its a perfect work! greetings of spain Link to comment Share on other sites More sharing options...
radus Posted November 17, 2014 Share Posted November 17, 2014 (edited) To have Friendly-URL can be improved? Edited November 17, 2014 by radus (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now