close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Allow orders to approve without credit card

Thread began 6/06/2011 2:07 pm by info271221 | Last modified 6/09/2011 9:18 am by Jason Byrnes | 2214 views | 9 replies |

info271221

Allow orders to approve without credit card

I am attempting to allow uses with UserOwnerApproved = 1 to make a purchase without requiring credit card information and to still pass the purchase info to the database and generate an email. I added a recordset and a show if rule to the confirm page and a rule to bypass the validation if.. <?php if ($row_rsUsers['UserOwnerApproved']!=1) { ?>

Sign in to reply to this post

info271221

error message on transaction failed

I have attached the error message on transaction failed.

Sign in to reply to this post

info271221

Attached doc is error message

Sorry, the error message did not get attached the first time.

Attached Files
HomesteadApprovedCredit.zip
Sign in to reply to this post

Jason ByrnesWebAssist

you also need to apply the if statement around the Authorize.net transaction code block.

add your if statement at line 297:
<?php if ($row_rsUsers['UserOwnerApproved']!=1) { ?>


and at line - 461, add:
<?php } else {$eCartHomestead1->redirStr = "checkout_success.php"; } ?>

Sign in to reply to this post

info271221

Syntax error on line 1200 please see attached

Thank you, When I added that code I got a syntax error on line 1200 please see attached.

Sign in to reply to this post

info271221

attached pdf of confirm

I did not look like the file attached previously.

Attached Files
HomesteadApprovedCredit.zip
Sign in to reply to this post

Jason ByrnesWebAssist

this attachment is a doc file, not a php file.

Sign in to reply to this post

info271221

confirm.php

confirm.php is zipped and attached. Thank You.

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

info271221

Business Name issue

Originally Said By: info271221
  confirm.php is zipped and attached. Thank You.  


This thread is for this same website: showthread.php?t=20948 Thank You,

Sign in to reply to this post

Jason ByrnesWebAssist

change line 462:
<?php } else {$eCartHomestead1->redirStr = "checkout_success.php"; { ?>


to:
<?php } else {$eCartHomestead1->redirStr = "checkout_success.php"; } ?>

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...