valpenguin![]() 2007-03-20 16:30 | I can create one page 404? » Quick.Cart v2.x |
treewood (OpenSolution)2007-03-20 16:49 | valpenguin - yes it is possible. First add category as 404 error to hidden type like here:
if( !isset( $aData['sDescriptionFull'] ) ){ and replace this
$iCategory = $config['contact_page'];
to
$iCategory = 22; // id Your 404 error category
|
valpenguin![]() 2007-03-21 12:12 | I try, many thanks ;) |