pstgermany Posted November 22, 2006 Report Share Posted November 22, 2006 Lassen sich irgendwo die Besuchten Artikel auf Stand null zurücksetzen? Hilfe! Link to comment Share on other sites More sharing options...
techway Posted November 22, 2006 Report Share Posted November 22, 2006 Hallo das geht nur über einen SQL-Befehl über phpMyAdmin: UPDATE products_description SET products_viewed = 0 Link to comment Share on other sites More sharing options...
stto Posted April 3, 2007 Report Share Posted April 3, 2007 ich finde in myphp zwar den eintrag, jedoch finde ich nicht wo ich es auf null setze. bei mir steht standart auf null. aber vorher schon. ich finde nicht die stelle an der ich den befehl eingebe Link to comment Share on other sites More sharing options...
paulhase Posted January 21, 2008 Report Share Posted January 21, 2008 Es geht noch einfacher und das sogar mit ein Button. Ihr müßt nur die Daten im admin/stats_products_viewed.php einfügen. Passendem Button in admin/images/icons einfügen. admin/stats_products_viewed.php dies in Zeile ca. 14 einfügen // wozu Begin if ($HTTP_GET_VARS['action']=='reset'){ $reset_query_raw = "update " . TABLE_PRODUCTS_DESCRIPTION . " set products_viewed = '0'"; xtc_db_query($reset_query_raw); xtc_redirect(xtc_href_link(FILENAME_STATS_PRODUCTS_VIEWED, 'reset=1')); } if ($HTTP_GET_VARS['reset']) { $messageStack->add(TEXT_VIEWS_RESET, 'success'); } // wozu End und dies in Zeile ca. 94 einfügen <!-- wozu Begin --> <tr> <td colspan="3"><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td align="center" colspan="2"><?php echo '<a href="' . xtc_href_link(FILENAME_STATS_PRODUCTS_VIEWED,"action=reset") . '">' . xtc_image(DIR_WS_ICONS.'button_reset.gif', Reset) . '</a>'; ?></td> </tr> </table></td> </tr> <!-- wozu End -->pdfexport052.zip Link to comment Share on other sites More sharing options...
Narlassa Posted October 22, 2009 Report Share Posted October 22, 2009 Hallo Zusammen, Kann mir jemand verraten wie ich in den phpMyAdmin bereich komme? Ich hab nur ein Programm wo ich den Shop selbst bearbeiten kann (FilleZilla). Wenn ich mich bei Plesk einlogge und dort die Datenbank aufrufe ist auch nichts drin. Ich bewege mich wohl total auf Glatteis. Wäre sehr froh, wenn mir dies jemand erklären könnte... Liebe Grüsse und dankeschön schonmal Narlassa Link to comment Share on other sites More sharing options...
iwo Posted October 23, 2009 Report Share Posted October 23, 2009 SQL Datenbank - phpMyAdmin aufrufen - ggf. einloggen (je nach Provider) - im phpMyAdmin im Fenster links oben SQL Befehl eintragen - fertig. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.