#1 (permalink)  
Alt 17.04.2006, 17:14
 
Registriert seit: 10.04.2006
Beiträge: 11
Standard

Hallo!

Ich habe ein Problem mit der Artikelliste.
Bei sehr vielen Artikel einer Kategorie (in meinem Fall Buttons), werden diese ja in mehrere Seiten aufgegliedert. Wenn ich im Shop nun "n?chste Seite" oder die Seitenzahl anklicke, springt er zur Startseite des Shops. Wie und wo kann ich das ?ndern?

Danke,
bedwyrr
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 17.04.2006, 18:00
Benutzerbild von techway
Erfahrener Benutzer
 
Registriert seit: 06.12.2003
Beiträge: 800
Standard

Hallo,

hast du ein link zum anschauen?

Gru
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 17.04.2006, 18:01
 
Registriert seit: 10.04.2006
Beiträge: 11
Standard

klar: www.otherside-shop.de dann links auf Buttons
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #4 (permalink)  
Alt 17.04.2006, 18:05
Benutzerbild von techway
Erfahrener Benutzer
 
Registriert seit: 06.12.2003
Beiträge: 800
Standard

ersetzt mal diese Datei inc/xtc_get_all_get_params.inc.php

mit diesem Inhalt:

Code:
<?php
/* -----------------------------------------------------------------------------------------
  $Id: xtc_get_all_get_params.inc.php 1237 2005-09-23 14:56:52Z mz $ 

  XT-Commerce - community made shopping
  http://www.xt-commerce.com

  Copyright (c) 2003 XT-Commerce
  -----------------------------------------------------------------------------------------
  based on:
  (c) 2000-2001 The Exchange Project (earlier name of osCommerce)
  (c) 2002-2003 osCommerce(general.php,v 1.225 2003/05/29); www.oscommerce.com
  (c) 2003   nextcommerce (xtc_get_all_get_params.inc.php,v 1.3 2003/08/13); www.nextcommerce.org

  Released under the GNU General Public License
  ---------------------------------------------------------------------------------------*/
 
 function xtc_get_all_get_params($exclude_array = '') {
   global $InputFilter;

  if (!is_array($exclude_array)) $exclude_array = array();

  $get_url = '';
  if (is_array($_GET) && (sizeof($_GET) > 0)) {
   reset($_GET);
   while (list($key, $value) = each($_GET)) {
//    if ( (strlen($value) > 0) && ($key != xtc_session_name()) && ($key != 'error') && ($key != 'cPath') && (!in_array($key, $exclude_array)) && ($key != 'x') && ($key != 'y') ) {
    if ( (strlen($value) > 0) && ($key != xtc_session_name()) && ($key != 'error') && (!in_array($key, $exclude_array)) && ($key != 'x') && ($key != 'y') ) {
     $get_url .= rawurlencode(stripslashes($key)) . '=' . rawurlencode(stripslashes($value)) . '&';
    }
   }
  }

  return $get_url;
 }
?>
ich hab die originale Zeile die ich modifiziert habe, dr?ber als Kommentar stehen...

Versuchs mal damit

Gru?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #5 (permalink)  
Alt 17.04.2006, 18:21
 
Registriert seit: 10.04.2006
Beiträge: 11
Standard

Whow, danke! Es funktioniert!
Das h?tte ich NIE gefunden.
Und schon wieder hast Du mir aus der Patsche geholfen...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
artikelliste, nchste seite

Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are aus
Pingbacks are aus
Refbacks are aus



Alle Zeitangaben in WEZ +1. Es ist jetzt 09:40 Uhr.

Copyright © 2011 xt:Commerce GmbH / xt:Commerce International Ltd. - All Rights Reserved

xt:Commerce is a SafeCharge brand