close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Going from PayPal to no payment provider

Thread began 1/18/2012 7:10 am by Joe Lowery | Last modified 1/18/2012 1:40 pm by Jason Byrnes | 1780 views | 9 replies |

Joe Lowery

Going from PayPal to no payment provider

My client has decided to drop PayPal and just process the orders over the phone. The site was built with eCart 4. I'd like to continue to send her the final cart order via email, but drop the payment part. Is there a way to do it with eCart 4?

Thanks - Joe

Sign in to reply to this post

Jason ByrnesWebAssist

I'm assuming this is using PayPal Payments Pro?

On the the checkout page, delete the paypal checkout button.

on the confirm page, open the server behaviors panel and remove the Local Checkout server behavior.

you should also have the following server behaviors:
Universal Email
Store Order Summary
Store Order Details

they may be in a different order, which ever is last in the list of these three, double click it and set it to redirect to the checkout success page.

Sign in to reply to this post

Joe Lowery

Thanks, Jason.

I took all the steps, but unfortunately, I keep getting a message that my basket is empty, when it's not. The site is at ellencellijewelry.com if you can tell anything from that. I've also attached my cart, confirm and checkout pages.

Best - Joe

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

Joe Lowery

So, it seems to be sending the email, but going to cart.php instead of success. Is there another redirect?

Sign in to reply to this post

Joe Lowery

Also, how do I remove the validation for the credit card form section? If I just delete that fieldset, when I complete the other fields and submit, I stay on the same page - pretty sure it's waiting for the fields to be filled out. I tried removing the Authenticate for PayPal Express sb, but that didn't help.

Best - Joe

Sign in to reply to this post

Jason ByrnesWebAssist

for the creadit card validation, delete the following code from the confirm page::

php:
$WAFV_Errors .= WAValidateRQ(((isset($_POST["cc_type"]))?$_POST["cc_type"]:"") . "",true,7);

  $WAFV_Errors .= WAValidateCC(((isset($_POST["cc_number"]))?$_POST["cc_number"]:"") . "","4:51:52:53:54:55:34:37:6011:",true,8);
  $WAFV_Errors .= WAValidateNM(((isset($_POST["exp_month"]))?$_POST["exp_month"]:"") . "",1,12,0,",.",true,9);
  $WAFV_Errors .= WAValidateNM(((isset($_POST["exp_year"]))?$_POST["exp_year"]:"") . "",2008,4000,0,",.",true,10);
  $WAFV_Errors .= WAValidateEL(((isset($_POST["cvv"]))?$_POST["cvv"]:"") . "",3,5,true,11);



there is also a local checkout server behavior for authorize.net still on the confirm page page.

for the redirect problem, send a copy of the checkout success page so I can examine the code on the success page.

Sign in to reply to this post

Joe Lowery

Thanks for those notes, Jason. I've attached the checkout success page you requested.

Best - Joe

Attached Files
checkout_success.php.zip
Sign in to reply to this post

Jason ByrnesWebAssist

on the success page, delete this code:

php:
<?php

if (!isset($_SESSION['OrderID']))     {
  
$WA_Store_Cart->redirStr "cart.php";
}
?>
Sign in to reply to this post

Joe Lowery

Got it all working! Thanks for all your help, Jason.

Sign in to reply to this post

Jason ByrnesWebAssist

No worries, Joe, glad to hear it is working.

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