Guest Posted February 4, 2005 Posted February 4, 2005 Hello, I have a real starnge Problem with my OsCommerce Shop. I am currently in the process of moving my shop from one server to another. I copied all the PHP-Files and the Database and put the new settings in the configure.php. The shop seems to run fine now, but in the "Our Products" list, there is a Problem. The Sortorder is inverted. What stands right on the old server stands left on the new server. I found out, that the list ppears to be generated in the "product_listing.php" in the "/includes/modules" directory. The Shop seems to determin the Sortorder by the use of the Variable "$col" I made it so, that before the different Column Headers the Variable "$col" is printed out. It even makes sense. $col=0 is on the left and $col=4 is on the right. But the Headers and articles below are inverted. I allready tried to manually set the variable $col according to the Order i want, but with no use. Is there a way to rearange the sortorder? If i did not succeed in making clear what my problem is (sorry, my enlish is not the best) you may look up the difference, for the shop is currently running on both servers. The old Server with the Shop like it should look: http://www.euroaquaristikshop.de/shop/index.php/cPath/63_64 There you see the sortorder: Artikel-Nr. Produkte+ Preis oncl. MwSt Bestellen The new server with the inverted list: https://www.marinshop.de/shop/index.php/cPath/63_64 There you see the sortorder: Bestellen Preis incl. MwST Produkte+ Artikel-Nr. As you see it is inverted to how it should look like. The numbers on the new server (for example "0Bestellen") are the printed out Variable "$col". If you have any suggestion on how to fix the problem or why it occured in the first place, please tell me. For your help I am gratefull in advande.
hobbzilla Posted February 4, 2005 Posted February 4, 2005 You've double checked that all the files (except configure.php) are identical? Do you have a good diff file comparision utility?
Guest Posted February 7, 2005 Posted February 7, 2005 Yes, I?ve double and triple checked, that all files are identical, except for the configure.php.
boxtel Posted February 7, 2005 Posted February 7, 2005 Yes, I?ve double and triple checked, that all files are identical, except for the configure.php. <{POST_SNAPBACK}> the order is set in admin->product listing make sure that those column numbers match up. Treasurer MFC
Recommended Posts
Archived
This topic is now archived and is closed to further replies.