Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 6 of 6

Thread: Continue Shopping button

  1. #1
    peter3827 is offline Senior Member
    Join Date
    Nov 2005
    Posts
    281

    Default Continue Shopping button

    Is there a way to have the continue shopping button go to the category, instead of the product? Thanks.

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    That would take a little customization. You can set a specific page to return to with the ContinueShoppingURL AppConfig, but finding the parent entity of the product that was just added and going back to that would take some custom work (not too difficult).

  3. #3
    peter3827 is offline Senior Member
    Join Date
    Nov 2005
    Posts
    281

    Default

    Sounds good. Thanks

  4. #4
    peter3827 is offline Senior Member
    Join Date
    Nov 2005
    Posts
    281

    Default

    Hey Scott, can you give me a little detail to where I would have to go? thanks for your help.

  5. #5
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    Shoppingcart.aspx.cs - ContinueShopping method

  6. #6
    peter3827 is offline Senior Member
    Join Date
    Nov 2005
    Posts
    281

    Default

    Thanks Scott, I'll take a look at that.