jakob Posted July 30, 2004 Report Share Posted July 30, 2004 leider erscheinen trotz Sperrung FSK18 Produkte im der Whatsnew Box (beim Gast), kennt jemand das Problem und die L?sung ? Link to comment Share on other sites More sharing options...
Matthias Posted July 30, 2004 Report Share Posted July 30, 2004 HI, f?g in dem DB Query nach dem Eintrag ".group_check." noch ein ".$fsk_lock." ein. Das sollte es gewesen sein. mfg Matthias Link to comment Share on other sites More sharing options...
jakob Posted July 30, 2004 Author Report Share Posted July 30, 2004 in der new_products.php ist aber schon ein FSK18 lock, welche Datei meinst du ? Link to comment Share on other sites More sharing options...
jakob Posted July 30, 2004 Author Report Share Posted July 30, 2004 $new_products_query = xtc_db_query("select distinct p.products_fsk18, p.products_id, p.products_image, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, p.products_price) as products_price from " . TABLE_PRODUCTS . " p left join " . TABLE_SPECIALS . " s on p.products_id = s.products_id, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c, " . TABLE_CATEGORIES . " c where c.categories_status='1' and p.products_id = p2c.products_id and p2c.categories_id = '0' ".$fsk_lock." ".$group_check." and p.products_status = '1' order by p.products_date_added DESC limit " . MAX_DISPLAY_NEW_PRODUCTS); Link to comment Share on other sites More sharing options...
jakob Posted July 30, 2004 Author Report Share Posted July 30, 2004 hm, finde den beschriebenen Punkt nicht Link to comment Share on other sites More sharing options...
jakob Posted July 30, 2004 Author Report Share Posted July 30, 2004 *schubs* Link to comment Share on other sites More sharing options...
Matthias Posted July 30, 2004 Report Share Posted July 30, 2004 im query nach ".$group_check." Link to comment Share on other sites More sharing options...
jakob Posted July 30, 2004 Author Report Share Posted July 30, 2004 $new_products_query = xtc_db_query("select distinct p.products_fsk18, p.products_id, p.products_image, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, p.products_price) as products_price from " . TABLE_PRODUCTS . " p left join " . TABLE_SPECIALS . " s on p.products_id = s.products_id, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c, " . TABLE_CATEGORIES . " c where c.categories_status='1' and p.products_id = p2c.products_id and p2c.categories_id = '0' ".$fsk_lock." ".$group_check." ".$fsk_lock." and p.products_status = '1' order by p.products_date_added DESC limit " . MAX_DISPLAY_NEW_PRODUCTS); meinst du so ????? :cry: Link to comment Share on other sites More sharing options...
Matthias Posted July 30, 2004 Report Share Posted July 30, 2004 jep Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.