2010-04-05 12:29
there's problem with "greater than" sign closing "a href" as you can see above.
Tomek 2010-04-06 18:04
Hello, I have same problem as Terespl - page not found after open eshop without choosing product category and try View all, but i don´t use "Product in row" plugin. http://www.caress.cz/eshop >>> http://www.caress.cz/eshop/&bViewAll=true when i type path with product category it´s OK: http://www.caress.cz/eshop/?rucniky,6 >>> http://www.caress.cz/eshop/?rucniky,6&bViewAll=true Thanks for help PS: eshop is in czech language, "View all" in czech is "Zobrazit vše"
View all problem 2010-04-06 18:46
I posted quick fix on 1st page.
Tomek 2010-04-07 15:44
@plav: In latest version this bug is already fixed. Try to add to file config/general.php this:
$config [ 'before_amp' ] = ! strstr ( $_SERVER [ 'REQUEST_URI' ], '?' ) ? '?' : '' ;
and in file templates/pages_default.tpl in block PRODUCTS_HEAD and PRODUCTS_FOOT befoce code:
& amp ; bViewAll = true
add variable:
$config [ before_amp ]
should works..
Mak-Web.pl - Modyfikacje skryptów Q.Cart i Q.Cms