Page 86 of 280 FirstFirst ... 3676848586878896136186 ... LastLast
Results 851 to 860 of 2792
  1. #851
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,472
    Plugin Contributions
    88

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

  2. #852
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,556
    Plugin Contributions
    28

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

  3. #853
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,472
    Plugin Contributions
    88

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

  4. #854
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,556
    Plugin Contributions
    28

    Default Re: One-Page Checkout [Support Thread]

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

  5. #855
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,472
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

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

  6. #856
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,472
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

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

  7. #857
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,472
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

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

  8. #858
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default 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!!!
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #859
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: One-Page Checkout [Support Thread]

    Why do I not see the country dropdown on the one page checkout?? Did I miss something??
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  10. #860
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by DivaVocals View Post
    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..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 

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