Oskar87 Posted January 21, 2013 Share Posted January 21, 2013 Hello everybody! Please help me with homefeatured module, I want to display manufacturer name on the home page with help by this module, but i can't do this, I don't know why! I try to do something like this: <div class="product_desc"> <a href="{$product.link}" title="{l s='More' mod='homefeatured'}"><span> {$product->manufacturer_name}</span>{$product.description_short|strip_tags|truncate:130:'...'}</a> </div> It is not working! p.s. I think that problem with controller of module, please help me anybody! Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted January 21, 2013 Share Posted January 21, 2013 Hi, try using {$product.manufacturer_name} instead of {$product->manufacturer_name} Regards 1 Link to comment Share on other sites More sharing options...
Oskar87 Posted January 21, 2013 Author Share Posted January 21, 2013 Thx! Everithing ok! Do you know how get manufacturer's link in product card? I have no idea at all! {$link->getManufacturerLink($product->id_manufacturer)} it isn't working. Link to comment Share on other sites More sharing options...
Oskar87 Posted January 21, 2013 Author Share Posted January 21, 2013 Link shows something like this - http://mysite.com/NULLhttp://mysite.com/manufacturer.php?id_manufacturer=2 I want fallowing link - http://mysite.com/2_manufacturer Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted January 21, 2013 Share Posted January 21, 2013 (edited) You need using rewrite url. Go to Backend->Preferences->Seo & URLs and turn on Friendly URL Regards Edited January 21, 2013 by Alexander Simonchik (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