A report that quantity discounts 1.12.1 & preview 1.12 (paid mod) works with OPC ...
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
My apologies if this is a silly question, but how does this plugin differ from the Paypal Express Checkout that comes standard with Zencart?
This plugin provides a reformatting of the checkout pages, so instead of going from checkout_shipping to checkout_payment to checkout_confirmation your customers will normally see a consolidation of those three pages into a single checkout_one page. Depending on the payment methods that your store uses, your customers might also see a confirmation page.
Essentially, the checkout process gets a bit more streamlined by this plugin's processing.
I do love this plugin.I have a client using Klarna for payment. I was expecting it would be a problem, and it is. I get 'the details of your order have changed' error. Klarna isn't a popular payment module, so not sure if you want to try and tackle this one or not. If yes, I can send the error log.
James, what happens after you edit the following block in /includes/modules/pages/checkout_one_confirmation/header_php.php:
to include that Klarna payment method, presumed to have a payment-module-code of klarna:Code:// ----- // There are some payment methods (like eWay) that "replace" the confirmation form via the HTML they return on // the "process_button" payment-class function. Rather than hard-code the list in code, below, the following // constant will be updated as additional payment-methods that make use of that interface are identified. // if (!defined ('CHECKOUT_ONE_CONFIRMATION_REQUIRED')) { define ('CHECKOUT_ONE_CONFIRMATION_REQUIRED', 'eway_rapid,stripepay,gps'); }
Code:// ----- // There are some payment methods (like eWay) that "replace" the confirmation form via the HTML they return on // the "process_button" payment-class function. Rather than hard-code the list in code, below, the following // constant will be updated as additional payment-methods that make use of that interface are identified. // if (!defined ('CHECKOUT_ONE_CONFIRMATION_REQUIRED')) { define ('CHECKOUT_ONE_CONFIRMATION_REQUIRED', 'eway_rapid,stripepay,gps,klarna'); }
Last edited by lat9; 8 Feb 2017 at 05:54 PM. Reason: Corrected payment-module name misspelling
Bookmarks