I working on 155e and tested using MasterCard I noticed my "Confirm Order" button changes to a "Review" button and adds another page into 1 page checkout. Is there anyway to be able to just submit order? Other than that so far is better than great!
I working on 155e and tested using MasterCard I noticed my "Confirm Order" button changes to a "Review" button and adds another page into 1 page checkout. Is there anyway to be able to just submit order? Other than that so far is better than great!
It being 3:00am when I posted but it seems as if it also caused confusion. I will try it again with fresher eyes and post back.
.
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.
Hey, DrByte, since you're "listening" ...
I was thinking that the reason that authorizenet_aim and paypaldp (and other "collects credit card data onsite" payment methods) added that setting was a stop-gap from including the credit-card information on the transition from checkout_payment to checkout_confirmation.
Given that OPC has already combined those pages together, would it be appropriate for the OPC processing to ignore that setting ... giving a true one-page checkout to customers using those payment methods?
Yes. If there is no intermediate page displayed before the submit-button's action actually triggers the call to the gateway, then avoiding the use of tpl_ajax_checkout_confirmation is preferable. The ->collectsCardDataOnsite property which triggers the use of ajax to display tpl_ajax_checkout_confirmation can be leveraged here if needed.
.
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.
No need to fix it if it ain't broken (meaning dump that extra page) Keep the true 1 page checkout.
EZorb
Everyone's on pins and needles waiting for you to tell us what payment module you are using that causes this "symptom."
Can you please enlighten us?
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
It is not the payment mod we are discussing OPC. As Frank said using PayPal or Check/Money Order you have actually 1 page checkout but if you select CreditCards then your Submit Button (Confirm Order) will flip to a "Review Order" (or may say Continue Checkout) when click will display another page for Review and you Submit Order button at bottom.
What didn't make any scense was the inlormation on the Review page was the same information that is on the Checkout page. As I now understand it seemed to be some requirement from a processor that may have miss read the main purpose of the review. Hopefully Lat9 has discovered the real purpose and by the design of OPC that review page may not be needed and could make security worse due to extra Ajax code needed. So I am hoping it will go away.
Last edited by EZorb; 1 Aug 2017 at 03:54 AM.
I was not disagreaing with Frank, I knew that and that is what I don't like adding in that extra page on CC. That is taking a perfect 1 page checkout and turning it into 1 1/2 pages.