Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
When you receive that message, the elements that are missing are identified in your browser's console-log (there's no error-log generated for this case). Using most (i.e. Chrome, FireFox, IE) browsers, press the F12 key to bring up the debug-console and click the browser's "Console" tab.
wow everyday really is a school day :hug:
HTML Code:
Missing #otshipping
Possibly relevant; I'm using your All virtual products (1.5.5+ version)
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
picandnix
wow everyday really is a school day :hug:
HTML Code:
Missing #otshipping
Possibly relevant; I'm using your All virtual products (1.5.5+ version)
Hmm, I'm guessing quite relevant. I've noted the issue in the one-page checkout's GitHub repo and hope to have time to address it shortly.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
I'm still trying to understand what the underlying issue is, @royaldave. Would you post the changes you made, perhaps the issue will be obvious.
OK, sorry for the delay, I've got this near the top of the file -
$old_shipping = $_SESSION['shipping'];
$_SESSION['shipping'] = (zen_not_null ($_POST['shipping'])) ? zen_clean_html ($_POST['shipping']) : '';
and later I have -
// handle shippin method change
if (($_SESSION['shipping']) != $old_shipping) {
$checkout_one->debug_message ('NOTIFY_CHECKOUT_ONE_CONFIRMATION_NO_SHIPPING');
zen_redirect (zen_href_link (FILENAME_CHECKOUT_ONE, '', 'SSL'));
}
Re: One-Page Checkout [Support Thread]
OK, I can envision where that might happen (shipping method changes based on payment method?). @royaldave, what are the shipping methods and payment methods that you have enabled and the configuration settings for storepickup?
Re: One-Page Checkout [Support Thread]
I've just submitted v1.0.6 to the plugins' area for review. That version contains the following changes (the numbers are the GitHub issue numbers):
#51: Add confirmation exclusion for Stripe-Pay payment method
#50: Ensure that the customer is confirming the actual order
#49: Don't require shipping order-total if the order's all virtual
#48: Capture the current base updates to /ajax.php
#45: Correct shipping=billing after shipping-address change.
#44: Correct stock-check handling
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
OK, I can envision where that might happen (shipping method changes based on payment method?). @royaldave, what are the shipping methods and payment methods that you have enabled and the configuration settings for storepickup?
Only Payment we use is Paypal Express Checkout.
As for shipping , the site in question has zipship and Store Pickup.
Store Pickup settings -
Customer In Store Pick-up
Enable Store Pickup Shipping
True
Shipping Cost
0.00
Tax Class
--none--
Tax Basis
Shipping
Shipping Zone
--none--
Sort Order
0
For what its worth I'm on 1.5.4 as well.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
I've just submitted v1.0.6 to the plugins' area for review. That version contains the following changes (the numbers are the GitHub issue numbers):
#51: Add confirmation exclusion for Stripe-Pay payment method
#50: Ensure that the customer is confirming the actual order
#49: Don't require shipping order-total if the order's all virtual
#48: Capture the current base updates to /ajax.php
#45: Correct shipping=billing after shipping-address change.
#44: Correct stock-check handling
:censored: Well, I've done it again; please hold off from using this version until I post back; there's something very wrong going on. The confirmation page is always seeing a change in the shipping method and not allowing the order to proceed.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
:censored: Well, I've done it again; please hold off from using this version until I post back; there's something very wrong going on. The confirmation page is always seeing a change in the shipping method and not allowing the order to proceed.
v1.0.7 has been submitted for review, correcting this issue.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
v1.0.7 has been submitted for review, correcting this issue.
Now available for download from the Zen Cart plugins.
Re: One-Page Checkout [Support Thread]
Sorry, still having problems.
As mentioned before I have Store Pickup and zipship installed as my shipping modules.
By default zencart will select zipship on checkout. If I change to Store Pickup and try to continue it refreshes the page, gives me the "Your order's details have changed. Please review the current values and re-submit." warning, but zipship is still selected.