Page 19 of 296 FirstFirst ... 917181920212969119 ... LastLast
Results 181 to 190 of 2956
  1. #181
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    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
    HTML Code:
    Missing #otshipping
    Possibly relevant; I'm using your All virtual products (1.5.5+ version)

  2. #182
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,339
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by picandnix View Post
    wow everyday really is a school day
    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.

  3. #183
    Join Date
    Aug 2013
    Location
    Perth, WA, AU
    Posts
    251
    Plugin Contributions
    4

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    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'));
    }

  4. #184
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,339
    Plugin Contributions
    94

    Default 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?

  5. #185
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,339
    Plugin Contributions
    94

    Default 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

  6. #186
    Join Date
    Aug 2013
    Location
    Perth, WA, AU
    Posts
    251
    Plugin Contributions
    4

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    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.

  7. #187
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,339
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    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
    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.

  8. #188
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,339
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    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.

  9. #189
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,339
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    v1.0.7 has been submitted for review, correcting this issue.
    Now available for download from the Zen Cart plugins.

  10. #190
    Join Date
    Aug 2013
    Location
    Perth, WA, AU
    Posts
    251
    Plugin Contributions
    4

    Default 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.

 

 

Similar Threads

  1. Set number of products displayed per page (support thread)
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 146
    Last Post: 2 Nov 2023, 12:50 AM
  2. v151 Banners In Main Page - Support Thread
    By stevesh in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Sep 2021, 03:36 PM
  3. v151 Site Map/Page Not Found: Combined [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 4 Jan 2016, 02:19 PM
  4. v151 PayPal Express Checkout Using NVP 84.0 [Support Thread]
    By lat9 in forum Addon Payment Modules
    Replies: 32
    Last Post: 28 Dec 2015, 04:54 PM
  5. Checkout Amazon Style -- Support Thread
    By CJPinder in forum All Other Contributions/Addons
    Replies: 72
    Last Post: 13 Apr 2011, 08:18 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR