Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Intergrating a Cart

Options
  • 20-11-2006 12:28pm
    #1
    Closed Accounts Posts: 1


    I'm writing a shopping cart app and was hoping to put in place a system to easily plug in the cart into a site. I'm using ASP.NET 2.0 and MySQL.
    I was hoping for something similar to opening a new page within a frame

    Sample#######

    <a href="http://www.myCart.com&quot; target="bottomFrame">
    <img src="common/images/nav/cart.gif" width="62" height="12" border="0">
    </a>

    End of sample#######

    Any Idea's Anyone........


Comments

  • Registered Users Posts: 7,468 ✭✭✭Evil Phil


    That's not a very good approach. Do you want to plug the cart into any site or your site specifically? If it's your site then just build it as part of the site. If its for any site then you've more work on your hands.


  • Registered Users Posts: 378 ✭✭sicruise


    You could use AJAX for this...

    You would need to write the js file for the users to place on the site and then have a div on their site that is updated with your content... though doing it this way links on your site will have to be just calls to javascript methods... could get messy.


  • Closed Accounts Posts: 250 ✭✭GP


    stay away from frames


Advertisement