VirtueMart Dev/Coding Central: VM1 (old version) > Development Projects, Modifications, Hacks & Tweaks. VM1.1

Add manufacturer logo in browse & flypage

<< < (4/4)

Alan_Smith:
The manufacture logo into a website is easy using "img src" code. It is possible to add a logo into a website and browse it by simple html code as <img src="filename.jpg"></img>.

nesomis:

--- Quote from: Alan_Smith on February 22, 2012, 04:11:57 AM ---The manufacture logo into website is easy using "img src" code. It is possible to add logo into website and browse it by simple html code as <img src="filename.jpg"></img>.

--- End quote ---

Thanks for answer. I used code from this topic and add some new data and solve my problem. I will try to find which lines I added and post them here.

vannquish:
thanks, works great!

apollowebdes:
Hi FilipeRuivo,

I am trying to get the manufacturer desc to display only on a manufacturer_id page. I am currently trying to insert it into the browse_header_manufacturer.tpl.php page. Not too sure if this is the best place but i want the desc just below the header...

I took what you did for the featured variation and tried to modify but it didn't work, any help would be great.


--- Code: ---<?php echo $this->get_mdetails( $manufacturer_id['product_id'], 'mf_desc' ); ?>
--- End code ---

Cheers,

Matt

FilipeRuivo:
Did you try
--- Code: ---<div class="browseDesc"><?php echo $browsepage_lbltext; ?></div>
--- End code ---

Navigation

[0] Message Index

[*] Previous page

Go to full version