When checking out using Pro, you simply fill in the credit card fields on the payment page. You do not select PayPal. Selecting PayPal will cause you to be redirected to the PayPal site to complete payment.
When checking out using Pro, you simply fill in the credit card fields on the payment page. You do not select PayPal. Selecting PayPal will cause you to be redirected to the PayPal site to complete payment.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Hi, I am also having the same problem. The enter credit card info page does not show up on the checkout page even though Website Payments Pro has been configured. I tried to follow the guide but then it said to change the includes configure.php
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'false');
When I change it to true it says not allowed critical error.
Your "critical error" is probably because you're removing quotemarks.
Or, you're trying to edit the file using your browser, and your hosting company is disallowing the change for security reasons. You should never use a webbrowser like Chrome or Firefox or IE etc to edit PHP files. Always safest to use FTP to copy the file to your PC, then edit it in a reliable text editor, then upload the file back to your server. Your hosting company can help you with setting up FTP for your site.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.