{$manufacturer.manufacturerid}
I'm getting the first letter of the manufacturer instead of the ID
http://myshop.com/manufacturers.php?manufacturerid=C (wrong)
instead of:
http://myshop.com/manufacturers.php?manufacturerid=2 (correct)
any other ideas how to get the current manufacturers id?
these smarty functions are just not intuitive - even "Advanced Member"s get the basics wrong...
can we re-write them in plain php like wordpress does?