What is the value of the:
$form_action_url
Example, on the checkout_confirmation header file it is set as:
Code:$form_action_url = zen_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL');
What is the value of the:
$form_action_url
Example, on the checkout_confirmation header file it is set as:
Code:$form_action_url = zen_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL');
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Hey Lynda- Thanks for taking a look...
in includes/modules/pages/fec_confirmation/header_php.php that very same line appears:
$form_action_url = zen_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL');
do I change it to:
$form_action_url = zen_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL');
Do I change the SSL to $request_type?
Nancy
May I ask why you think you need to touch something like that on the cart?
I am not following what you are doing ...
What is the fec_confirmation page you have ... what is it suppose to do? Are you trying to make it secure, non-secure or work based on the current setting?
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Linda~
The site is palmettoengraving.net. This all started today because I received notification for my credit card processor that I had received a payment. I logged into my admin to handle this particular order and there was no order. The customers info was there but no info about what was purchased. I called the customer- she called me back and said that when she was checking out, she got the message:
Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party.
Are you sure you want to continue sending this information?
When she got that message, she chose to "cancel"- not good. I told her that I had received her payment and I would handle the details.
Order fixed but now I have this warning to deal with- I don't want to lose other customers. After further checking, I logged in as a customer and I had previously left other items in my cart- I went to remove it and I got the same error there- fixed that with info from an earlier post. Now, everything is good until you push "confirm order" on the checkout confirmation page. My checkout confirmation page is ?main_page=fec_confirmation- which I believe is fast and easy checkout.
I don't know what I need to change to get this error to go away. I was only speculating! I believe that the page should be secure. I just don't know what's causing the error.
Nancy
So far, I cannot reproduce a warning on your site ...
Are you able to recreate one?
What Credit Card module are you using?
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Morning Lynda~
I see where your order went though. I don't get the message if I pay by check either. If you choose to pay by CC, that's when I get it. I use skipjack for CC payments. I just put in #4111111111111111- a date in the future and some random 3 digit security code.
So, does that mean that SkipJack is the problem?
Nancy
When I pick that one, I do appear to get an error with the invalid credit card ...
You might compare the module to the other Payment modules to see what they are doing ...
Also, you might try turning off Fast and Easy Checkout to see if the same error occurs on the normal checkout with this module to help determine is this the Payment module or the Fast and Easy checkout add on ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!