BV Commerce Forum
»
BV Commerce Support
»
General Support
»
how to have "continue shopping" go back to previous product?
Rank: Member
Joined: 6/1/2004(UTC) Posts: 720
|
Right now when I am on the cart page after adding a product I am sent ack to the home page after clicking "continue shopping".
How could I modify to rediret ac to the last item added?
Thanks,
Derek |
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Derek,
Currently this is done via the ContinueShopping.ascx control in the \BVModules\Controls folder. This control makes use of a session variable that keeps track of the last viewed category. There is no analog for a product, so this would need to be added. Ideally you would add a new property to the SessionManager class in the Core project and then set this property from the Page_Init method of the BaseStoreProductPage class (in the App_Code folder).
Once that plumbing is in place you will need to modify the ContinueButton control (or create a new one) that taps into this new property. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.