Re: One-Page Checkout [Support Thread]
I've just submitted v2.0.1 of One-Page Checkout to the Zen Cart plugins for review and will post back here once it's available there for download.
This release contains changes associated with the following GitHub issues:
#122: Terms & Conditions doesn't display using ZCA Bootstrap template.
#125: Debug-log generated when no shipping is available.
#127: Some payment methods are dependent on the shipping-method chosen.
#128: Change cursor to "wait" during AJAX processing.
#129: Missing $stock_check variable on 'checkout_one' page.
#130: Payment choices throws 'PHP Notice' when payment is not set.
#131: Full-account shipping-address drop-down not rendered.
#132: Correct shipping/billing address change handling.
#134: Delivery address missing from email when it's different from billing.
#135: Session-variables not reset on non-guest checkout.
#136: Gzip can "get in the way" of order-confirmation.
#137: Include "cache-buster" for jQuery updates.
#138: Alignment issue on OPC 'login' page replacement.
#139: Guest checkout, privacy notice not displayed.
#140: Validate temporary entries prior to order-creation.
Re: One-Page Checkout [Support Thread]
A client is using version 1.4.2 on ZC 1.5.5f and the Rewards Points plugin. The plugin works with regular checkout, but it will not deduct the order total with one-page enabled. Checking the box and clicking submit: http://prntscr.com/ju7ykq
caused the page to reload but the points/dollars are not applied to the order.
There are no errors in the console. I just see:
http://prntscr.com/ju7yqn
Being that the documentation says 1.4.2 works with the Rewards Points I'm hesitant to upgrade one-page.
Re: One-Page Checkout [Support Thread]
@jeking, did you make the edits recommended in post #407? I don't have clients using reward-points, so I'm relying on reports (and corrections) from those attempting that integration.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
@jeking, did you make the edits recommended in post
#407? I don't have clients using reward-points, so I'm relying on reports (and corrections) from those attempting that integration.
I had the first edit in place, but not the second. Unfortunately, even with the second I'm getting the same non-result. The points/dollars are not be deducted from the order total.
When I try to complete the order with the Redeem Rewards Points box checked, I get "Your order's details have changed. Please review the current values and re-submit."
I can PM you the log file.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
jeking
I had the first edit in place, but not the second. Unfortunately, even with the second I'm getting the same non-result. The points/dollars are not be deducted from the order total.
When I try to complete the order with the Redeem Rewards Points box checked, I get "Your order's details have changed. Please review the current values and re-submit."
I can PM you the log file.
Log file received. The "kick-back" is due to a mismatch in the Reward Points' calculations on entry to the confirmation page and the calculations post-order-total processing.
Here's the before:
Code:
'REWARD_POINTS_EARNED' => 90,
'shipping_tax_amount' => 0,
'opc_sendto_saved' => '11240',
'shipping_tax_description' => 'Sales Tax',
'redeem_flag' => 'on',
'order_current_total' => '$95.94',
... and here's the after:
Code:
'REWARD_POINTS_EARNED' => 87,
'shipping_tax_amount' => 0,
'opc_sendto_saved' => '11240',
'redeem_flag' => 'on',
'shipping_tax_description' => 'Sales Tax',
'redeem_points' => 335,
'redeem_value' => 3.350000000000000088817841970012523233890533447265625,
'order_current_total' => '$92.59',
The best I can do here (I've got no clients using Reward Points) is help to guide you to a solution.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
I've just submitted v2.0.1 of One-Page Checkout to the Zen Cart plugins for review and will post back here once it's available there for download.
This release contains changes associated with the following GitHub issues:
#122: Terms & Conditions doesn't display using ZCA Bootstrap template.
#125: Debug-log generated when no shipping is available.
#127: Some payment methods are dependent on the shipping-method chosen.
#128: Change cursor to "wait" during AJAX processing.
#129: Missing $stock_check variable on 'checkout_one' page.
#130: Payment choices throws 'PHP Notice' when payment is not set.
#131: Full-account shipping-address drop-down not rendered.
#132: Correct shipping/billing address change handling.
#134: Delivery address missing from email when it's different from billing.
#135: Session-variables not reset on non-guest checkout.
#136: Gzip can "get in the way" of order-confirmation.
#137: Include "cache-buster" for jQuery updates.
#138: Alignment issue on OPC 'login' page replacement.
#139: Guest checkout, privacy notice not displayed.
#140: Validate temporary entries prior to order-creation.
v2.0.1 is now available for download.
Unfortunately:(, I've had a report that there's an issue when a guest (or registered-account holder) selects a different shipping address from billing.
As such, I've just submitted v2.0.2 to the Zen Cart plugins for review.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
v2.0.1 is now available for download.
Unfortunately:(, I've had a report that there's an
issue when a guest (or registered-account holder) selects a different shipping address from billing.
As such, I've just submitted v2.0.2 to the Zen Cart plugins for review.
Wouldn't you know, another issue cropped up, so I've just submitted v2.0.3 for review.
Re: One-Page Checkout [Support Thread]
Long time no post here..(Health stuff.. Family.. New jobs.. LIFE..**lol**) All has kept me SUPER busy!!
Anywhoooooo...
Spent this weekend upgrading a 1.3.8 site to the latest and greatest Zen Cart version, and just finished installing this gem of a module..
Bravo Cindy!! This module is EVERYTHING that all of it's predecessors ALMOST were, but never quite arrived to. This was the BIG do over that was needed. It's clean, installs with FEW caveats/modifications needed. It's not over or under engineered. Thank you!! PERFECTO!!!
Re: One-Page Checkout [Support Thread]
Why do I not see the country dropdown on the one page checkout?? Did I miss something??
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
DivaVocals
Why do I not see the country dropdown on the one page checkout?? Did I miss something??
Figured out the mistake..I want to move the country field up.. Not having good luck figuring out how to do that.. :(