6 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for sun-tzu

I have been working over the past week on a shopping cart script. What I can't seem to find out is how to make the checkout page. I want it to send the list of products, the total, and the address of the customer to PayPal and then have PayPal …

0
70
Member Avatar for Niharika Jain

Hey, I've just started with JSP! Was trying my hand at this Shopping cart app.here's the code..[CODE]<%@page import ="java.sql.*"%> <%! Connection con = null; String query = null; PreparedStatement stmt = null; ResultSet rs = null; %> <HTML> <BODY BGCOLOR='ORANGE'> <CENTER> <H2>YOUR CART CONTAINS</H2> <% try{ Class.forName("com.mysql.jdbc.Driver"); con = DriverManager.getConnection("jdbc:mysql://localhost/shopping_mart?"+"user=root&password=root"); …

0
89
Member Avatar for ero100

I want to add SIZING OPTIONS to my website * i have created the database sizes with: size_id, size_list, and prod_id which is the ID OF the products tables as foreign key * i have issued a query to retrieve all the sizes according to the prod_id (product ID). as …

0
86
Member Avatar for Sahilsahni

hi please if anybody here could help me, i wannna know ho to integrate First data global gateway shopping cart, if anybody have done it before and provide any manual step by step, am a developer, client have bought it, so if there is any sandbox to try it? or …

0
77
Member Avatar for slfisher

It seemed too good to be true: A Britax Marathon child car seat, the top rated seat from Consumer Reports, usually with a price tag of nearly $300, on sale at Target for $43, with free shipping. It was. The news spread like wildfire between members of the wired mommy …

0
151
Member Avatar for GuyClapperton

Here's an interesting one for anyone involved in an online trading community. There are increasing moves afoot to make the communities themselves, whether we're talking about eBay, Amazon's second hand scheme or whatever we're thinking about, [URL="://news.bbc.co.uk/1/hi/programmes/click_online/7549306.stm"]responsible for what they sell[/URL]. In other words, if someone sells a fake Rolex …

0
168

The End.