VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: nflmerch on December 06, 2011, 22:38:53 PM

Title: [Solved]vm_product module showing double, filter errors, price not shown in div
Post by: nflmerch on December 06, 2011, 22:38:53 PM
RC3 version pre E
j1.7
testing in beez20 template

The vm_product module has a few bugs.

1) It shows every product twice

2) The category filter seems to be always on even if set to OFF, and the behavior doesn't change when turning ON or choosing a category.

3) The price and the "add to cart button" do not show up when selecting the "Div based" display style.
Title: Re: vm_product module showing double, filter errors, & price not shown in div
Post by: oldagent on December 07, 2011, 02:48:49 AM
1) It shows every product twice ->
Found solution:
mod_virtuemart_product.php:
row 71:
$output = ob_get_contents(); -> $output = ob_get_clean();
Title: Re: vm_product module showing double, filter errors, & price not shown in div
Post by: Studio 42 on December 07, 2011, 16:00:28 PM
Hi,
All 3 points are fixed in SVN now.

Tks oldagent for the Tip

Patrick
Title: Re: vm_product module showing double, filter errors, & price not shown in div
Post by: oldagent on December 08, 2011, 15:09:28 PM
com_virtuemart2.0.0_RC3_Pre_f
Don't have this fix?