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.
Im trying to set Payflow Pro and SurePAY to my Site. But Im bit unknown about this payment Gateways. Can anyone help me with the code for these so that i can refer it.
I have a checkout page , refer to the attached code below, I am trying to create a checkout review page where the customer can view the page of his orders and his particulars which he has entered in the checkout page. Code:
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 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.
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?
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 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?
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.
I need to get an asp version of the google search api working for my job, they don't allow php on their servers which is a bummer because it would be a piece of cake in PHP.
I have tried using code available on the internet and the simplist one I got is below, it's called google.asp, however it's giving me a internal 500 error, here is the message from IIS. Code:
Anybody have any experience with plotting map points with Google Maps API from an Access DB?
I have a database with about 90 locations that I would like positioned in the Google Maps. I found a cool tool to get the long and latitudes to complete the database, now just need to figure out how to get all that data to appear on the maps.
I have a database which has the start address and end address. Is it possible to get the Google Maps to work with this data so that when I click on an image, I get the driving directions from the start address all the way to the end address.
I have some pictures in database.now i am printing it using response.write in one page.It is working properly.I want to print it in such away(it should follows google page)like every page it should print 2 and then another page.
How would I add a form, text field and submit button, to handle the query and run the function. The code from the above link has a few syntax errors, Any ideas?? Code:
I am trying to use google checkout and paypal checkout for the shopping cart.
I have searched on googles website ways to do it but i have a question if i use google checkout ihave to redirect to googles page for the credit card information once the user hits the submit button is there a way i can have that data added in my table.
Is there any way to determine a website's Google page rank programatically? I can see the pagerank using Google's tool bar when I visit a website but does Google have hooks into this feature?
I'd like to know how can I work with Google (or any other Search Engine's search result).
I'd like to develop an application that takes in a keyword, searches Google, and based on results, it says how many results were produced.. Or what was the rank (PR) of a particular site, and so on..
I just logged onto Google sitemaps to check since I haven't logged on for a few weeks and I noticed a few new features.
One of these is a verification process and I tried to verify my site by following the instructions but I was then shown a message below...
"We've detected that your 404 (file not found) error page returns a status of 200 (OK) in the header."
I was then sent to this page (3rd paragraph from the bottom) https://www.google.com/webmasters/si...ileconfigerror
It reads as follows: ------------------ We've detected that your 404 (file not found) error page returns a status of 200 (OK) in the header.
this configuration presents a security risk for site verification and therefore, we can't verify your site. If your web server is configured to return a status of 200 in the header of 404 pages, and we enabled you to verify your site with this configuration, others would be able to take advantage of this and verify your site as well. This would allow others to see your site statistics. To ensure that no one can take advantage of this configuration to view statistics to sites they don't own, we only verify sites that return a status of 404 in the header of 404 pages.
Please modify your web server configuration to return a status of 404 in the header of 404 pages. Once your web server is configured correctly, try to verify the site again. If your web server is configured this way and you receive this error, click Check Status
What I would like to know is how I could set the status, whats the correct way to write this in the header of the 404 error page I made?
I have been searching for a search engine script done using CLASSIC ASP that uses the google data api but I could not find anything. I tried using a lot of codes (tutorials) but no one was effective with me.
I having trouble with some of my classic asp pages being dropped from google.Specifically, a set of four pages reused many times with the content identified via query strings (max 3 variables). I was under the impression that google no longer has a problem with urls appended with query strings. Does anyone know if it is possible to incur penalties for the "over use" of such pages? My product detail page for example is used to display 230 seperate products.
if using static urls may help get my pages re-indexed, but I have had difficulty finding a way to do this with classic asp. Could anyone suggest a suitable method or advise possible reasons for my google disaster?
I`ve got a site that is built with this structure: www.theurl.com/Default.asp?page=archive&id=31
When I search Google for information that is in the article with id 31, Google shows the correct information but the link to it is wrong. It shows the link to the default.asp....