I already have the asp files coded,but when a user goes to submit payment I cant get my database to update. Im sure its an easy fix, but I cant seem to figure it out.I have attached the file that first submits to paypal, and then the IPN file.
how to implement the paypal gateway in my site using IPN method. is there is any coder who has done that previously. If there is code to check what to do it will be great helpful. I can't able to understand some of the stuffs which is in paypal site itself. So any one can please give me the code.
I wrote a shopping cart script and now I want to integrate it with paypal. How I can integrate it with paypal ? Basically I want to add the order into the dbase after the checkout process completed successfully.
I have 2 seperate sites - Employee Site and Admin site. Only difference between the 2 is - Employee site is displayed based on the employee ID who logged in. So they can see only their information. Admin Site is displayed only to the admin users who can see anybody's information.
Admin users have a textbox and a submit button at the top where they enter the employee ID and then they can see that employee information. (Typically, the employee information seen by the admin user would be the same as seen by the employee.)
Both pages have NT authentication where I grab the "Logon_User".
The goal is to combine the 2 pages into one page.
Once I do that, I need to validate if that NT ID exist in the tables against that Employee ID of the person who logged in.
However employee's information is in the Employee Table.
Admin user's information is in the ReportViewers table.
I also need to check the error message I need to return back if the person;s NT ID does not exist in the table. Code:
I run my site off an asp cart system called vpasp and i'm currently thinking of installing an asp forum called webwiz forums but what i want to do is i want to display at the bottom of all of my product description pages any forum topics which are related to that product, so it would be something like the search results for the product name which would list the topic headers as links to each topic?
I've seen this on php sites but not on asp sites yet and i wouldn't have the skills to develop an add on like this myself so i'm wondering if anyone here knows of any forum that already does something like this that would run with my asp cart system?
i am using asp and xml-com to make the conversation with the amadeus network but everytime i trying to send the information it revert back with comm error dialogue box, could any body tell where should i get the information reagrding how to pass the parameters and all?
I am integrating google checkout in my shopping cart. I am able to submit my cart on google. But i want that the user should be able to update the cart even after that.
For that we have to specify the url where user can do so. But i am stuck and not getting how the cart is updated after that and what should i do so that user can update while being on google itself.
Require assistance with a ASP program to link my web site (URL) order forms with my merchant account at HSBC. My web host package is a MS business package with 1&1.
I need to be able to integrate an ASP login system to work with active directory. The advice i need is that what access do i need to ask the IT department to grant to integrate the ASP code with Active directory.
Anyone know anything about integrating "Websites Payment Pro (US)" from PayPal into your site? I'm all html right now on a windows based server. I'm lost and nobody at PayPal is worth their weight!
I'm a making a system where whenever someone buys something of mine through paypal, paypal sends a message to my script, which then gets recorded into a database. Say two people are buying something at the same time, will those two transactions interfere with eachother? Do I have to do anything special to make sure they dont interfere?
I tried posting to the PayPalDev forum, but came back two days later and decided not to wake up any of the people who were sleeping quietly, including the mods! I've seen more posts on a site dedicated to having sex with your keyboard, and trust me the forum on that site took me ages to setup.
Anyway, just a quick question. Does anyone use PayPal, specifically the IPN or PDT or whatever it's called. I get the general idea of what it's trying to do, i.e. you post to them, they post to you an encrypted code, you post it back and that gives you AUTHORISED, DECLINED etc.
how i can integrate paypal with asp, what i want is to be able to design a form where the webmaster, can go and list upcoming events for the company, and each event will have a different price.
I keep getting a callback error with my Cactushop software everytime a customer places an order. Everytime an order goes through I get an email from my shopping cart software like the following and so no details in the back end get updated ie stock, payment confirmation etc :[B]An error has occurred whilst performing a callback. The details below outline the error. Please check your gateway config settings.
Description: Type mismatch Error Source: Microsoft VBScript runtime error Page: /PAYPAL_callback.asp Stage: 5 CactuShop Version: 5.1
Server Variables: - ALL_HTTP : HTTP_CONTENT_LENGTH:869 HTTP_CONTENT_TYPE:application/x-www-form-urlencoded [...removed by moderator...]
This code runs if you copy and paste in your browser, but when i redirect it with de ASP object response.redirect is bad converted to the browser, and not go to the destination.
i cant generate paypal buttons with software available as mine need to be dynamic. however i have read paypal manuals 3 times now, and all it tells me is i have to have openSSL.
now i dont, least my host doesent anyway, i have an SSL certificate, but it is not open. does anyone have any experience of trying to encrypt there dynamic buttons for paypal and working with ASP ?
We're trying to set up payment through PayPal for personalized items. PayPal only allows two options, and as we want to collect more than that, it won't work to use PayPal alone.
If we want to have the user select/type multiple options (about 10) for an item (eg, Person For, Person From, email, address, display option, etc, etc) and then pay for this using PayPal, how do we go about doing this?
Say, for example you pass variables (strings) to another page via server.transfer. Could you populate a “pay now” paypal button input type, say a price with a variable? Maybe like <input type=”hidden” name=”amount” value=<%=paymentNumber%>?
I'm working with the Paypal shopping cart and there is an option to use Instant Payment notification (IPN) to automate your inventory when you get a sale. Anyway...I need to take their POST info and re-POST it to their server for coinfirmation. I've found some COM objects to handle this sort of thing, but they usually want money. I haven't found any good tutorials explaining how to do an HTTP POST in an ASP page.
I would like to create a member's area on my ASP/Access web site but members must pay an annual subscription fee via Paypal to access this member's area.
Unfortunately, the Hosting provider does not support a Unix system, so i cant store all my members area information in a password protected folder.
Please could anyone advise me the best way to do this?
I already have a merchant account set up with Paypal.
I need to give every member an individual UserID and Password, and restict access to the members files, so visitors cant access them directly via the Browser Bar and by-pass the Paypal fee.
I would also like an automated service, so if a member does not renew their subscription, they will not be able to access the member's area once a year has passed.
I have an asp page which allows the user to scroll through images one at a time created using DW server behaviours, record set and repeat region etc.
What I would like to do is have a PayPal button on the page that can pick up from the recordset necessary fields for ordering such as item cost and description. The part of the code referring to the recordset is below: Code: