Shopping cart in asp

Discussion in 'C#' started by chinkara, Aug 1, 2007.

  1. #1
    Can anyone help me to make shopping card in asp? i dont know how to make session
     
    chinkara, Aug 1, 2007 IP
  2. eniram

    eniram Peon

    Messages:
    220
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I don't advise using a shopping cart in ASP, too many indexing problems and hard to make freindly URLS for your products. Select something more stable and proven like Miva Merchant.
     
    eniram, Aug 1, 2007 IP
  3. saurabhj

    saurabhj Banned

    Messages:
    3,459
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I don't think so there will be problem with ASP shopping cart...

    My Client is running a nice cart with over more than 500 products and never get a problem in last 2 years...

    http://www.kapasi.com
     
    saurabhj, Aug 2, 2007 IP
  4. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #4
    I would advise doing it in asp.net because of it's strong update vs. classic asp. Build your Business objects in .NET like Customer, ShoppingCart (List of CartItem), CartItem, Payment, ICoupon (Cart+Concrete Coupon+CouponBase), CouponBase, Concrete coupon classes for diff coupon types that inherit coupon, etc...

    Then have a Session Manager Object with properties that strongly type these classes. Have your actual master pag, inerheit th SessionManager and have SessionManager inherit the Real MasterPage Class. This way all your objects and sessions are available to you at all times and strongly typed so no need to ever worry :)

    That's how I would set it up anyways - and have, and its very successful, heeh
     
    ccoonen, Aug 2, 2007 IP
  5. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #5
    What indexing problems? Never had any problems at all with getting indexing

    It isnt hard to get SEO friendly urls either, there are plenty of good free url rewriters for .Net if you dont have access to the IIS server to make the changes there
     
    AstarothSolutions, Aug 3, 2007 IP