| Author |
Message |
alien73 Involved


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 |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2456 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. |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 6373 Location: Vsetin, Czech Republic
|
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? |
|
|
|
 |
alien73 Involved


Joined: Sep 15, 2008 Posts: 352
|
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.. |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2456 Location: Pittsburgh, Pennsylvania
|
Posted:
Thu Oct 15, 2009 6:25 pm |
|
Could it be done with a custom file be loaded into mainfile? Just a thought. |
|
|
|
 |
alien73 Involved


Joined: Sep 15, 2008 Posts: 352
|
Posted:
Thu Oct 15, 2009 6:33 pm |
|
That what I was thinking.. |
|
|
|
 |
alien73 Involved


Joined: Sep 15, 2008 Posts: 352
|
Posted:
Fri Oct 16, 2009 6:56 am |
|
Found this... It was written with emporium in mind.. which Alien Cart(tm) is a fork of it... LOL
|
|
|
|
 |
sak Worker


Joined: Jul 06, 2005 Posts: 167
|
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? |
|
|
|
 |
floppydrivez Involved


Joined: Feb 26, 2006 Posts: 337 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. |
|
|
|
 |
|
|
|
|