I Want to display the manufacturer logo on the brwosepage. Which code do I need?
Hello,
You need to add your code at below page:-
components/com_virtuemart/views/productdetails/tmpl/default.php
Best Regards,
Trivedi kartik.
Mobi, he is talking about category page
views/category/tpl/default.php
Quote from: BanquetTables.pro on November 09, 2011, 17:40:02 PM
Mobi, he is talking about category page
views/category/tpl/default.php
Hi!
I want to display the Manufacturar name, after the Product Name (or in other place of the page) in the category page.
Can you tell me what is the part of code to add please?
Thank you
Erik
please visit this http://forum.virtuemart.net/index.php?topic=95818.msg332807#msg332807
if you do
print_r($this->product);
on your page it will show you what you can call about your product
you want to use "mf_name"
echo $this->product->mf_name;
slmandle: many thanks! I didnt know this command: <?php echo print_r($this->product); ?>
Unfortunately I just not found a function to call the manufacturerImage
+/- like... <a title="<?php echo $manufacturer->mf_name; ?>" href="<?php echo $manufacturerURL; ?>"><?php echo $manufacturerImage;?></a> :/