VirtueMart Forum

VirtueMart 2 + 3 + 4 => Frontend Modules => Topic started by: lipes on January 15, 2012, 02:06:56 AM

Title: mod_virtuemart_product vm2.0 problem
Post by: lipes on January 15, 2012, 02:06:56 AM
I've got an strange code inside the mod_virtuemart_product  (VM 2.0)

<table class="blog" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td valign="top"/>
</tr>
</tbody>
</table>

How i can delete this?! It gives me a bad / strange margin or padding between 2 divs ... and i dont think that i need this code on random products display.....

Thanks
Title: Re: mod_virtuemart_product vm2.0 problem
Post by: lipes on January 15, 2012, 20:00:58 PM
Im in an local server... Please see this image...
(http://img51.imageshack.us/img51/8758/helpcr.jpg)

someone could help please?! Thanks
Title: Re: mod_virtuemart_product vm2.0 problem
Post by: lipes on January 15, 2012, 21:19:00 PM
i've removed the code in:
D:\Ampps\www\MP2\components\com_content\views\frontpage\tmpl\DEFAULT.PHP

all lines, including the <table class="blog<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>" cellpadding="0" cellspacing="0"> .. etc..

But the problem persists! :|

When i Disable the mod_virtuemart_product  (Extensions > Module Manager > mod_virtuemart_product  ) .. the problem goes away... but the list of random produts too! :|
Title: Re: mod_virtuemart_product vm2.0 problem
Post by: panagiotiss on February 21, 2012, 22:51:55 PM
I have the same problem in mod_virtuemart_product

in firebug it gives me &#65279 (it has a height of about 15px)
Title: Re: mod_virtuemart_product vm2.0 problem
Post by: Leridan on February 24, 2012, 18:18:46 PM
have you tried looking at /modules/mod_virtuemart_product/tmpl/default.php instead?

and you should use a template override rather than modifying the module files directly.