Hello
In rev 1489 there was made a change in shop.browse.php on line 82
elseif( $num_rows == 1 ) {
was changed into
elseif( $num_rows == 1 && ( !empty($keyword) || !empty($keyword1) ) ) {
After this change it is no more possible to go directly to the flypage if a category has only one product.
The problem was, that subcategories were not shown, when a category had only one product.
May be there should be somewhere in the backend an option to choose whether to go directly to the flypage or to the category. This option should be possible, when a category has only one product.
patrik
This was changed in SVN
sorry, I think you did misunderstand me.It was changed in rev 1489. But now it is no more possible to go directly to the flypage if a category has only one product. See also this thread (http://forum.virtuemart.net/index.php?topic=50107.msg160993#msg160993).
Quote from: patbe60 on January 10, 2009, 22:37:06 PM
The problem was, that subcategories were not shown, when a category had only one product.
It was changed due to mentioned reason, the ideal solution would be to have a configuration option however don't hold your hopes high unless someone codes and donates the code.