Hey everyone,
I am still looking for a way to create a step by step checkout process.
It just dawned on me that this might be possible doing something like this.
My first category will be
http://companyname.com/home.php?cat=1
When the customer clicks add to cart, I would like them to be redirected to
http://companyname.com/home.php?cat=2 then to cat=3 and so on.
Is there some code that will do a +1 to the cat number? I have about 5 pages I would like this to happen on. On the last page, it should just take them to the shopping cart to checkout.
I am using the BCSE multiple add mod if that makes any difference.