Author |
Message |
alien73
Involved
![Involved Involved](modules/Forums/images/ranks/4stars.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Sep 15, 2008
Posts: 352
|
Posted:
Thu Oct 15, 2009 1:53 pm |
|
Redirect to Previous Page After Login
In my situation with Alien Cart(tm) it would be very useful to help keep a paying customer.
Right now if a customer is ready to checkout and "Guest Checkout" is disabled they would login and then get redirected straight to Your Account Page. Kinda like a dead end per say.
In previous carts I've built I added a continue shopping or continue checkout button in Your Account but I don't want to mod the core.
Has this feature ever been discussed to have as a settings for anyone that prefers this method?
Thanks |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Palbin
Site Admin
![](modules/Forums/images/avatars/Dilbert/Dilbert_-_Dogbert_King.gif)
Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, Pennsylvania
|
Posted:
Thu Oct 15, 2009 2:38 pm |
|
There is kind of a redirect feature in YA now in regards to the forum. Maybe we can come up with an idea to make it modular. That is the best solution I got at the moment. |
_________________ "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan. |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Guardian2003
Site Admin
![](modules/Forums/images/avatars/125904890252d880f79f312.png)
Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Thu Oct 15, 2009 3:20 pm |
|
Are you storing the 'basket' content in a cookie or anything that could then be read back in once the user has registered? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
alien73
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Oct 15, 2009 5:41 pm |
|
Alien Cart(tm) has a feature in admin where you can choose to store as a session or cookie.
I just don't want to mod the core unless we come up with "Raven Nuke Merchant" where Raven Nuke(tm) is modded more e-commerce friendly like redirects, address book in Your Account etc.. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Palbin
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Oct 15, 2009 6:25 pm |
|
Could it be done with a custom file be loaded into mainfile? Just a thought. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
alien73
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Oct 15, 2009 6:33 pm |
|
That what I was thinking.. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
alien73
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Oct 16, 2009 6:56 am |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
sak
Worker
![Worker Worker](modules/Forums/images/ranks/3stars.gif)
![](modules/Forums/images/avatars/0cddf1ff43222768be81b.jpg)
Joined: Jul 06, 2005
Posts: 172
|
Posted:
Fri Oct 16, 2009 5:33 pm |
|
So I'm guessing the Alien Cart (tm) customer info/login is going to be tied in with RavenNuke user login? eg. so users don't need to register 2 accounts on the same site - one for the cms and the other for the store?
If so, are you going to use RNYA custom fields for billing, shipping, etc info? Sounds like a very complicated process, but would be incredibly awesome for having a store!
or I'm assuming that the cart just stores customer info in its own tables? |
_________________ www.ICarry.org
www.GunOwnersFellowship.com |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
floppydrivez
Involved
![Involved Involved](modules/Forums/images/ranks/4stars.gif)
![](modules/Forums/images/avatars/d861f25a45009755975f0.gif)
Joined: Feb 26, 2006
Posts: 340
Location: Jackson, Mississippi
|
Posted:
Fri Oct 16, 2009 9:17 pm |
|
sak wrote: | So I'm guessing the Alien Cart (tm) customer info/login is going to be tied in with RavenNuke user login? eg. so users don't need to register 2 accounts on the same site - one for the cms and the other for the store?
If so, are you going to use RNYA custom fields for billing, shipping, etc info? Sounds like a very complicated process, but would be incredibly awesome for having a store!
or I'm assuming that the cart just stores customer info in its own tables? |
That would be the smart thing to do and I am sure he has taken this path. As long as in his "customer tables" the only reference between it and nuke_users is the user_id, should not be no problem. |
_________________ Only registered users can see links on this board! Get registered or login!, Only registered users can see links on this board! Get registered or login!, Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|