Our site www.viart.com is operated by latest Viart Shop 5.8.28 with default Clear design
Topic Information
Five5
Five5
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
Five5
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
n152sm
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
n152sm
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
Five5
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?