Has anyone managed to get Manufacturer Name to display in the Product List pages?
I have tried editing the block_products_list.html block html in my custom template directory, by inserting...
<!-- begin manufacturer_name_block --> {MANUFACTURER_NAME_MSG}: <b>{manufacturer_name}</b><br><!-- end manufacturer_name_block -->
just above...
<!-- begin manufacturer_code_block --> {MANUFACTURER_CODE_MSG}: <b>{manufacturer_code}</b><br><!-- end manufacturer_code_block -->
Thinking that was easy, but nothing happened. Has anyone managed to get Manufacturer Name in Product List?
Five5
26 Mar 2009 5:28 AM
Any one with some thoughts on this?
I would like to do the similar with Shipping Rule/Restriction field, having it display on the product listing screen.
n152sm
30 Apr 2009 8:20 PM
Have you figured this out or heard from anyone on this?? I see your post has been here a while - I am trying to do the same thing.
n152sm
30 Apr 2009 8:26 PM
By the way - not only would you have to modify the block_products_list.html file, but you would have to modify the block_products_list.php file also where it formulates the values of the fields.
I am hoping someone can guide me through process or maybe there is a quicker automated way to do this.
Five5
1 May 2009 8:33 AM
No I made no progress. - I gave up when my brain hurt.
So we have two files to mod. Have you given it a try n152sm?