Hi! Sometimes when i add ONE product to the basket/cart TWO diferent products are added. It only happens, when adding the first product - assuming that the cart is empty. The "extra" product vary from time to time.
It´s very, very weird... Have you ever seen that before? It´s really tricky and i can´t find out how to stop this.
Please help me, thank´s in advance.
» Quick.Cart v1.x
renu
renu
2007-12-29 23:52
BTW I´m running 1.4 loaded
renu
merci
2007-12-31 10:38
renu - sorry, but I don't know what caused this, since 1.4 version many bugs were fixed and in v2.x nobody have problem with it, but I don't know what cause this in 1.4 loaded.
renu
2007-12-31 12:03
Thanks merci :=)
I also found the issue here: http://opensolution.org/Quick.Cart/forum/?p=readTopic&nr=2284
My orders.php looks allright. Could it be an idea to use sessio_start() and the session_destroy() on page load to avoid this.
The shop is up and running and i barely cant stand, converting to v. 2.x as it is modified :=(
You can see it here: http://www.uk-bikes.dk
renu
renu
2008-01-01 13:37
First of all: Happy new year to all of you fabolus contributers!
The problem is now solved. It seems to be a corupted "orders_products.php" file. I used Total Commander to open the file, and with "F4" I deleted everything after "<?php exit; ?>" and uploaded the file again. Then the random extra "Phantom Product" then stopped showing up in my cart. The sad thing is, that I had to overwrite one file at the time from a standard QC to my modified shop. It have spend the whole christmas holliday!
Does the orders_"products.php" never get cleaned up? How can I prevent this from happening again? Any good ideas?