Re: One-Page Checkout [Support Thread]
I'm getting "close" to a relatively major update (v1.3.0). That version:
- Implements the standardization of the checkout flow described in this posting: https://www.zen-cart.com/showthread....ity-Guidelines
- Moves the "review-required" payment-module list to a configurable item, enabling store's that require order-confirmation to meet that requirement.
- Adds a configuration setting (default enabled) to allow a store to control whether/not the "Shipping Address, same as Billing?" is displayed.
- Recognizes that some payment modules require confirmation, displaying a "Review" button instead of "Confirm" if such a payment-module is selected.
- Adds comments around significant sections in the checkout_one page's template, making it easier for store-owners to re-arrange the sections.
As of this posting, the most recent version is v1.3.0-beta2 on the plugin's GitHub repository: https://github.com/lat9/one_page_checkout/releases.
I've validated the operation under FireFox, IE-11 and Chrome with various payment methods (Payeezy, Braintree, PayPal variations) but don't have developer account access to others.
If anyone has time to grab the beta and test with your favorite payment methods, I'd appreciate it! Please report back both successes and failures.
Note: This release affects any template-override version that you might have made to the tpl_checkout_one_default.php file, so you'll need to merge any customizations that you've made.
n.b. I think that the newly-released Square payment processing will work, but I'm having difficulties establishing a developer account.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
I'm getting "close" to a relatively major update (v1.3.0). That version:
- Implements the standardization of the checkout flow described in this posting: https://www.zen-cart.com/showthread....ity-Guidelines
- Moves the "review-required" payment-module list to a configurable item, enabling store's that require order-confirmation to meet that requirement.
- Adds a configuration setting (default enabled) to allow a store to control whether/not the "Shipping Address, same as Billing?" is displayed.
- Recognizes that some payment modules require confirmation, displaying a "Review" button instead of "Confirm" if such a payment-module is selected.
- Adds comments around significant sections in the checkout_one page's template, making it easier for store-owners to re-arrange the sections.
As of this posting, the most recent version is v1.3.0-beta2 on the plugin's GitHub repository:
https://github.com/lat9/one_page_checkout/releases.
I've validated the operation under FireFox, IE-11 and Chrome with various payment methods (Payeezy, Braintree, PayPal variations) but don't have developer account access to others.
If anyone has time to grab the beta and test with your favorite payment methods, I'd appreciate it! Please report back both successes and failures.
Note: This release affects any template-override version that you might have made to the tpl_checkout_one_default.php file, so you'll need to merge any customizations that you've made.
n.b. I think that the newly-released Square payment processing will work, but I'm having difficulties establishing a developer account.
Tested 1.3.0 beta2 on a local dev site with PayPal, Direct Bank Deposit and eWay Rapid, Billing same as Shipping enabled / disabled and can happily report that all works as intended. Well done again !!!
Re: One-Page Checkout [Support Thread]
Thanks, Frank, especially the eWay report (I'd apparently let my development site go too long without access). I've got some documentation to do, but expect to have v1.3.0 released in the next few days (unless there's a major burp).
Re: One-Page Checkout [Support Thread]
I've just created OPC v1.3.0-beta4, available for download from the plugin's GitHub repository.
That version includes template-related changes, so if you've customized a version for your store be sure to compare against the template_default directory within the plugin's distribution. The changes from v1.3.0-beta2 can be seen here.
Since 1.3.0 is a fairly intense update, I'll hold off for a couple of days before stripping the beta off the release ... just in case someone finds another issue!
Happy 4th to all!
Re: One-Page Checkout [Support Thread]
In admin I am getting this error
Quote:
The One-Page Checkout plugin has been disabled. The file "/includes/templates/(my template name)/jscript/jscript_framework.php" is required for the plugin's proper operation..
Am I missing something? if yes, then what? I cannot find what is missing even doing a compare/merge.
Re: One-Page Checkout [Support Thread]
@adb34, the message is telling you that a storefront file (jscript_framework.php) is missing from your template directory. The file is shipped in the OPC zip-file under the /includes/templates/YOUR_TEMPLATE/jscript directory.
Re: One-Page Checkout [Support Thread]
Now things are getting strange. The file is in the jscript directory. After I checked this the error went.
Re: One-Page Checkout [Support Thread]
@adb34, the error went ... where?
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
@adb34, the error went ... where?
The error is no longer there
Re: One-Page Checkout [Support Thread]
It could have been a "staging" issue. If you didn't upload all the plugin's files (both admin and storefront) before accessing the admin, it's likely that you would receive that message.