News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

[Solved]vm_product module showing double, filter errors, price not shown in div

Started by nflmerch, December 06, 2011, 22:38:53 PM

Previous topic - Next topic

nflmerch

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.

oldagent

1) It shows every product twice ->
Found solution:
mod_virtuemart_product.php:
row 71:
$output = ob_get_contents(); -> $output = ob_get_clean();

Studio 42

Hi,
All 3 points are fixed in SVN now.

Tks oldagent for the Tip

Patrick

oldagent