Jump to content

jrswastaken

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

jrswastaken's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks a heap - this seems to be exactly what I'm looking for - and its even installed on my server Cheers - James
  2. I have to use this billing system - its part of a project for a company and the billing system interfaces with their ledger - this is why I need to send individual items through and not a total as each item will be entered into the ledger. I don't have access to the checkout page so I can't have it redirect back to my shopping basket - so I need to be able to submit some form data to this checkout page without the checkout page displaying the current total and asking me if I want to pay now. The only way I can think of doing it is via opening a popup window with the form, having it autosubmit and then close - but this breaks if popups are disabled - the only other way I can think of is by using AJAX but I'd prefer to do it in the PHP instead of with javascript
  3. Hi, I'm interfacing with a billing site that allows multiple items to be submitted and combined into one transaction.  They only allow one item to be added at a time so currently you have to hit back on the browser select a new item, submit it, hit back, choose a new item, submit it and then if you are done you can click through to the payment page.    I've built a shopping basket like page that allows multiple items to be selected but I need to submit it to the same processing script - I need to be able to loop through the selected items and submit them one at a time - how can I do a post data (kind of like ajax) without the payment screen being returned such that I can continue through my loop submitting more items. Cheers - James
  4. Hi All, I have a shoppping basket like item/page and I need to submit it to a processing script to which I have no access one item at a time. How can I submit a form without it redirecting - prefferably with a wait of half a second between each item? I'm able to use php and javascript Thanks in advance - James
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.