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 5 of 5

Thread: Shopping Cart expiration

  1. #1
    doru is offline Senior Member
    Join Date
    Jan 2008
    Posts
    158

    Default Shopping Cart expiration

    Hi

    I am using AspDotNetStorefront ML 8.0.1.2/8.0.1.2.

    I want to adjust shopping Cart functionality so that it persists over visits and can be expired after xx days.

    Any help would be greatly appreciated!

    Doru

  2. #2
    Dusty is offline Member
    Join Date
    Jun 2009
    Posts
    176

    Default

    That's current handled under the monthly maintenance page which when run deletes old shopping carts. If you're looking for something a little more dynamic you could add a customer sign-in event handler that would delete the customer's cart if older than xx days.

    Dusty
    ASPDotNetStorefront Staff

  3. #3
    Mike The Last Boyscout is offline User
    Join Date
    Nov 2008
    Posts
    254

    Default

    The AppConfig AgeCartDays will allow you to set the number of days to age expire items in a customer shopping cart (they are removed after this number of days).

  4. #4
    doru is offline Senior Member
    Join Date
    Jan 2008
    Posts
    158

    Default

    Excellent

    Thanks!

    Doru

  5. #5
    dfischer is offline Junior Member
    Join Date
    Mar 2012
    Posts
    2

    Default Cart Expiration in Hours

    Is there a way to expire the cart in hours rather than days? We have our shipping cut off at 11am but some folks add items to their cart, leave and then come back hours later and then try to place an order, expecting it to ship the same day. Is there a way to expire a cart after a certain number of hours?