Page 68 of 281 FirstFirst ... 1858666768697078118168 ... LastLast
Results 671 to 680 of 2805
  1. #671
    Join Date
    Jul 2012
    Posts
    16,733
    Plugin Contributions
    17

    Default Re: One-Page Checkout [Support Thread]

    Shouldn't the modification to the other payment methods depend on the use of this plugin instead of always returning false if in special_checkout?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #672
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,488
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by mc12345678 View Post
    Shouldn't the modification to the other payment methods depend on the use of this plugin instead of always returning false if in special_checkout?
    Nope, the issue with Square and PayeezyJs also rears its head during the 3-page checkout, with an error message displayed.

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

    Default Re: One-Page Checkout [Support Thread]

    I've just submitted v1.4.2 of the One-Page Checkout to the Zen Cart plugins for review. Once reviewed and made available, the update can be downloaded from here.

    That version contains the changes (both to the OPC's code and readme) associated with changes required for proper integration of the PayPal Express Checkout's shortcut button. Please refer to post#90 (above) of this support-thread for additional information.

    I'll post back here once the download is available.

  4. #674
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,488
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Version 1.4.2 of One-Page Checkout is now available for download from the Zen Cart plugins section.

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

    Default Re: One-Page Checkout [Support Thread]

    I've just submitted v1.5.0 of One-Page Checkout to the Zen Cart plugins' area for review; I'll post back here when it's available for download.

    This version contains the changes associated with the following GitHub issues:

    #104: Defer installation until admin login.
    #105: Split template blocks into separate files for easier re-arrangement
    #106: Move jQuery processing to separately-loaded .js file, with minified version.

    It's a major move forward in OPC's release, making it easier to customize since each of the major template "blocks" (e.g. payment-address, shopping-cart) are moved to a separate file. That way, you can move the blocks around more easily by simply updating your template's version of tpl_checkout_one_default.php.

    In addition, the main page's jQuery processing has been split into a constant-setting file that then loads the actual jQuery processing (full-size or minified, based on an admin configuration setting). This allows (a) the ever-growing script file to be minimized and (b) for that file to be loaded after the page has been rendered by the browser ... both page-level load-time improvements.

  6. #676
    Join Date
    Jan 2018
    Posts
    165
    Plugin Contributions
    4

    Default Re: One-Page Checkout [Support Thread]

    If I have plugin reward points, I have to add this to one page checkout correct? like it's done for ot_coupon module? Thanks

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by tmccaff View Post
    If I have plugin reward points, I have to add this to one page checkout correct? like it's done for ot_coupon module? Thanks
    As identified in OPC's readme, there are tweaks that need to be done for a successful integration of the reward-points plugin; see post #407 of this support thread for details.

  8. #678
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

    Default Re: One-Page Checkout [Support Thread]

    Partially working. I upgraded to 1.4.2 on a client site using 1.5.5f.

    It works when paying via check/money order but not PayPal Express (selected on the payment page, not the shopping cart). I have not tried PayPal Payments Pro but that is the third payment option.

    Shipping modules include:
    Flat Rate
    Free Shipping Options
    Store PickUp
    USPS

    Order Total modules include:
    ot_categoryorderfee
    ot_coupon
    ot_group_pricing
    ot_insurance
    ot_loworderfee
    ot_manufacturer_discount
    ot_reward_points (I did include the two changed per the instructions)
    ot_reward_points_display
    ot_shipping
    ot_subtotal
    ot_tax
    ot_total

    I know it's a lot. I can send the error log as well.

  9. #679
    Join Date
    Jan 2018
    Posts
    165
    Plugin Contributions
    4

    Default Re: One-Page Checkout [Support Thread]

    Thanks I see that now; quick question it says to add this code in ot_reward_points.php after function collect_posts

    PHP Code:
    if (isset($_SESSION['redeem_flag']) && $_SESSION['redeem_flag'])
                
    $_POST['redeem_flag'] = $_SESSION['redeem_flag']; 
    Here is the code in that function. Do I need to replace this code with one above?

    PHP Code:
    function collect_posts() 
        {
            if(
    $_REQUEST['redeem_checkout_flag'])
             if((isset(
    $_REQUEST['redeem_flag']) && $_REQUEST['redeem_flag']) || (isset($_REQUEST['redeem_points']) && $_REQUEST['redeem_points']>0))
             {
                
    $_SESSION['redeem_points']=$this->get_points_redeeming();
                
    $_SESSION['redeem_value']=$_SESSION['redeem_points']*GetRedeemRatio($_SESSION['customer_id']);
             }
             else
              
    $this->clear_posts();
        } 

  10. #680
    Join Date
    Jan 2018
    Posts
    165
    Plugin Contributions
    4

    Default Re: One-Page Checkout [Support Thread]

    Jeking What errors you get?

 

 

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