close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

First Data (linkpoint) remote checkout

Thread began 11/08/2010 6:23 pm by jdoane282989 | Last modified 11/15/2010 8:01 am by Jason Byrnes | 3495 views | 16 replies |

jdoane282989

First Data (linkpoint) remote checkout

First Data requires the following info from my eCart 5 confirm page: "chargetotal" - "mode" - "storename" in order to process sale - but also allows "subtotal", "tax" and "shipping" info, which my customer wants to see when logging in to bank terminal for sales purposes. When I bind (hidden fields) the subtotal, tax and shipping to confirm page and test I get First Data error "Chargetotal does not equal subtotal, tax, and shipping." I'm not using a database, only static product so I need the bank to provide this info for the owner. I am following the bank's manual but not sure if I'm binding it correctly. Everything works fine until I add these extra fields. Any help would be appreciated. Thanks!

Sign in to reply to this post

Jason ByrnesWebAssist

can you post a copy of the page so I can examine the code.

Sign in to reply to this post

jdoane282989

First Data followup

Jason,

Thanks for your reply. I'm attaching the confirm.php as a text file for you to look at. Around line 360 you'll see what I did to add subtotal, shipping, tax, and chargetotal as a hidden field. I have taken all but the chargetotal off the live site so that orders can go through. Thanks again for any suggestions. John

Attached Files
confirm.txt
Sign in to reply to this post

Jason ByrnesWebAssist

the subcharge total code:

php:
<input type="hidden" name="subchargetotal" id="subchargetotal" value="<?php echo $fiveChimemusic->DisplayInfo("TotalPrice"); ?>" />



should be:

php:
<input type="hidden" name="subchargetotal" id="subchargetotal" value="<?php echo $fiveChimemusic->TotalColumn("TotalPrice"); ?>" />
Sign in to reply to this post

jdoane282989

Thanks, I'll give that a try.

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

Sign in to reply to this post

jdoane282989

I followed your recommendation and this is the same message from linkpointcentral:

"Form Processing Error
The following errors occurred while processing your request:
# Charge amount doesn't equal the sum of the subtotal, shipping and taxes."

Do you think that it makes any difference what order the hidden fields are in and/or do I need to make any changes in the ecart object? Again, I have removed the code so it will work again with only the "chargetotal" remaining.

What else can I give you that may help?

Thanks

Sign in to reply to this post

Jason ByrnesWebAssist

can you post a link to your site please.

Sign in to reply to this post

jdoane282989

www.fivechimemusic.com

Sign in to reply to this post

Jason ByrnesWebAssist

I need a link where i can see the issue occur. the confirm page you have posted at this site does not reproduce the issue.

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...